@maltjoy/mcp-server 0.5.0-beta.0 → 0.6.0-beta.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 +30 -24
- package/dist/doc/VJoyAdminBanner/guideline.md +284 -0
- package/dist/doc/VJoyAvailability/guideline.md +352 -0
- package/dist/doc/VJoyAvailability/metadata.json +1 -1
- package/dist/doc/VJoyAvatar/guideline.md +192 -0
- package/dist/doc/VJoyAvatarsList/guideline.md +328 -0
- package/dist/doc/VJoyBadge/guideline.md +169 -0
- package/dist/doc/VJoyBadgeLevel/guideline.md +166 -0
- package/dist/doc/VJoyBlockSkeleton/guideline.md +150 -0
- package/dist/doc/VJoyBottomSheet/guideline.md +345 -0
- package/dist/doc/VJoyBottomSheetTrigger/guideline.md +156 -0
- package/dist/doc/VJoyButton/guideline.md +371 -0
- package/dist/doc/VJoyButton/metadata.json +0 -16
- package/dist/doc/VJoyButtonCard/guideline.md +384 -0
- package/dist/doc/VJoyCheckbox/guideline.md +317 -0
- package/dist/doc/VJoyCheckboxCard/guideline.md +381 -0
- package/dist/doc/VJoyCheckboxGroup/guideline.md +363 -0
- package/dist/doc/VJoyCollapse/guideline.md +362 -0
- package/dist/doc/VJoyCollapseItem/guideline.md +394 -0
- package/dist/doc/VJoyCompanyAvatar/guideline.md +162 -0
- package/dist/doc/VJoyDialog/guideline.md +425 -0
- package/dist/doc/VJoyDialogTrigger/guideline.md +186 -0
- package/dist/doc/VJoyDot/guideline.md +177 -0
- package/dist/doc/VJoyDrawer/guideline.md +392 -0
- package/dist/doc/VJoyDrawerTrigger/guideline.md +145 -0
- package/dist/doc/VJoyDropdown/guideline.md +393 -0
- package/dist/doc/VJoyDropdownList/guideline.md +396 -0
- package/dist/doc/VJoyDropdownList/metadata.json +1 -1
- package/dist/doc/VJoyDropzone/guideline.md +390 -0
- package/dist/doc/VJoyDropzone/metadata.json +10 -1
- package/dist/doc/VJoyFilterBar/guideline.md +419 -0
- package/dist/doc/VJoyFilterBarButton/guideline.md +359 -0
- package/dist/doc/VJoyFloatingActionsBar/guideline.md +372 -0
- package/dist/doc/VJoyFormError/guideline.md +325 -0
- package/dist/doc/VJoyFormError/metadata.json +0 -14
- package/dist/doc/VJoyFormFieldSkeleton/guideline.md +159 -0
- package/dist/doc/VJoyFormGroup/guideline.md +285 -0
- package/dist/doc/VJoyFunnel/guideline.md +349 -0
- package/dist/doc/VJoyFunnelFooter/guideline.md +178 -0
- package/dist/doc/VJoyFunnelHeader/guideline.md +204 -0
- package/dist/doc/VJoyHighlight/guideline.md +169 -0
- package/dist/doc/VJoyIcon/JoyIcon.types.ts +1 -1
- package/dist/doc/VJoyIcon/guideline.md +168 -0
- package/dist/doc/VJoyIcon/metadata.json +0 -1
- package/dist/doc/VJoyIconButton/guideline.md +169 -0
- package/dist/doc/VJoyIconButton/metadata.json +1 -1
- package/dist/doc/VJoyIndicator/guideline.md +168 -0
- package/dist/doc/VJoyIndicators/guideline.md +183 -0
- package/dist/doc/VJoyInput/JoyInput.types.ts +1 -9
- package/dist/doc/VJoyInput/guideline.md +401 -0
- package/dist/doc/VJoyInput/metadata.json +5 -14
- package/dist/doc/VJoyInputDigit/guideline.md +381 -0
- package/dist/doc/VJoyInputNumber/guideline.md +414 -0
- package/dist/doc/VJoyInputNumber/metadata.json +16 -16
- package/dist/doc/VJoyInputPassword/guideline.md +379 -0
- package/dist/doc/VJoyInputPassword/metadata.json +0 -14
- package/dist/doc/VJoyLabel/guideline.md +200 -0
- package/dist/doc/VJoyLink/guideline.md +360 -0
- package/dist/doc/VJoyListItem/guideline.md +335 -0
- package/dist/doc/VJoyMenu/guideline.md +304 -0
- package/dist/doc/VJoyMenuItem/guideline.md +352 -0
- package/dist/doc/VJoyPagination/guideline.md +355 -0
- package/dist/doc/VJoyPanel/guideline.md +238 -0
- package/dist/doc/VJoyPanelSection/guideline.md +160 -0
- package/dist/doc/VJoyPasswordRequirement/guideline.md +336 -0
- package/dist/doc/VJoyPasswordRequirement/metadata.json +1 -1
- package/dist/doc/VJoyProductTour/JoyProductTour.types.ts +0 -1
- package/dist/doc/VJoyProductTour/guideline.md +455 -0
- package/dist/doc/VJoyProductTour/metadata.json +1 -1
- package/dist/doc/VJoyProductTourTrigger/guideline.md +167 -0
- package/dist/doc/VJoyProgressBar/guideline.md +348 -0
- package/dist/doc/VJoyRadio/guideline.md +346 -0
- package/dist/doc/VJoyRadioGroup/guideline.md +331 -0
- package/dist/doc/VJoyRatingStars/guideline.md +306 -0
- package/dist/doc/VJoyScreenLoader/guideline.md +172 -0
- package/dist/doc/VJoySelect/guideline.md +396 -0
- package/dist/doc/VJoySelectableItem/guideline.md +351 -0
- package/dist/doc/VJoySelectableItemGroup/guideline.md +370 -0
- package/dist/doc/VJoySeparator/guideline.md +161 -0
- package/dist/doc/VJoySnackbar/guideline.md +402 -0
- package/dist/doc/VJoySpinner/guideline.md +168 -0
- package/dist/doc/VJoyStep/guideline.md +182 -0
- package/dist/doc/VJoyStepper/guideline.md +390 -0
- package/dist/doc/VJoyTab/guideline.md +298 -0
- package/dist/doc/VJoyTabs/guideline.md +353 -0
- package/dist/doc/VJoyTag/guideline.md +226 -0
- package/dist/doc/VJoyTagsInput/guideline.md +387 -0
- package/dist/doc/VJoyTagsList/guideline.md +311 -0
- package/dist/doc/VJoyTemplate/guideline.md +366 -0
- package/dist/doc/VJoyText/guideline.md +175 -0
- package/dist/doc/VJoyTextarea/guideline.md +378 -0
- package/dist/doc/VJoyTitleBrand/guideline.md +155 -0
- package/dist/doc/VJoyToggle/guideline.md +327 -0
- package/dist/doc/VJoyTooltip/guideline.md +322 -0
- package/dist/doc/VJoyUserCard/guideline.md +268 -0
- package/dist/doc/VJoyUserCard/metadata.json +3 -17
- package/dist/doc/VJoyWalkthrough/guideline.md +351 -0
- package/dist/doc/VJoyWalkthroughTrigger/guideline.md +171 -0
- package/dist/doc/VJoyWrapper/guideline.md +173 -0
- package/dist/doc/css-classes.json +1 -17
- package/dist/doc/index.json +19 -29
- package/dist/index.js +15 -25
- package/dist/index.js.map +1 -1
- package/dist/tools/get-component-guideline.d.ts +30 -0
- package/dist/tools/get-component-guideline.d.ts.map +1 -0
- package/dist/tools/get-component-guideline.js +51 -0
- package/dist/tools/get-component-guideline.js.map +1 -0
- package/dist/tools/get-component-info.d.ts +1 -9
- package/dist/tools/get-component-info.d.ts.map +1 -1
- package/dist/tools/get-component-info.js +1 -9
- package/dist/tools/get-component-info.js.map +1 -1
- package/package.json +3 -5
- package/dist/doc/VJoyMultiCheckbox/metadata.json +0 -332
- package/dist/doc/zeroheight/components/1398444/change-logs.md +0 -1
- package/dist/doc/zeroheight/components/1398444/content.md +0 -149
- package/dist/doc/zeroheight/components/1398444/description.md +0 -1
- package/dist/doc/zeroheight/components/1398444/introduction.md +0 -49
- package/dist/doc/zeroheight/components/1398444/meta.json +0 -18
- package/dist/doc/zeroheight/components/1398444/usage.md +0 -10
- package/dist/doc/zeroheight/components/1423580/change-log.md +0 -1
- package/dist/doc/zeroheight/components/1423580/introduction.md +0 -17
- package/dist/doc/zeroheight/components/1423580/meta.json +0 -17
- package/dist/doc/zeroheight/components/1423580/usage.md +0 -5
- package/dist/doc/zeroheight/components/1423608/change-log.md +0 -1
- package/dist/doc/zeroheight/components/1423608/content.md +0 -49
- package/dist/doc/zeroheight/components/1423608/description.md +0 -3
- package/dist/doc/zeroheight/components/1423608/introduction.md +0 -29
- package/dist/doc/zeroheight/components/1423608/meta.json +0 -18
- package/dist/doc/zeroheight/components/1423608/usage.md +0 -18
- package/dist/doc/zeroheight/components/1423634/change-log.md +0 -1
- package/dist/doc/zeroheight/components/1423634/content.md +0 -1
- package/dist/doc/zeroheight/components/1423634/description.md +0 -1
- package/dist/doc/zeroheight/components/1423634/introduction.md +0 -27
- package/dist/doc/zeroheight/components/1423634/meta.json +0 -18
- package/dist/doc/zeroheight/components/1423634/usage.md +0 -11
- package/dist/doc/zeroheight/components/1423653/change-log.md +0 -9
- package/dist/doc/zeroheight/components/1423653/content.md +0 -72
- package/dist/doc/zeroheight/components/1423653/introduction.md +0 -45
- package/dist/doc/zeroheight/components/1423653/meta.json +0 -17
- package/dist/doc/zeroheight/components/1423737/change-log.md +0 -1
- package/dist/doc/zeroheight/components/1423737/description.md +0 -1
- package/dist/doc/zeroheight/components/1423737/introduction.md +0 -17
- package/dist/doc/zeroheight/components/1423737/meta.json +0 -17
- package/dist/doc/zeroheight/components/1423737/usage.md +0 -1
- package/dist/doc/zeroheight/components/1465673/code.md +0 -1
- package/dist/doc/zeroheight/components/1465673/content.md +0 -1
- package/dist/doc/zeroheight/components/1465673/description.md +0 -1
- package/dist/doc/zeroheight/components/1465673/introduction.md +0 -29
- package/dist/doc/zeroheight/components/1465673/meta.json +0 -18
- package/dist/doc/zeroheight/components/1465673/usage.md +0 -1
- package/dist/doc/zeroheight/components/1475881/change-log.md +0 -1
- package/dist/doc/zeroheight/components/1475881/description.md +0 -1
- package/dist/doc/zeroheight/components/1475881/introduction.md +0 -42
- package/dist/doc/zeroheight/components/1475881/meta.json +0 -17
- package/dist/doc/zeroheight/components/1475881/usage.md +0 -7
- package/dist/doc/zeroheight/components/2271816/change-log.md +0 -1
- package/dist/doc/zeroheight/components/2271816/introduction.md +0 -19
- package/dist/doc/zeroheight/components/2271816/meta.json +0 -17
- package/dist/doc/zeroheight/components/2271816/usage.md +0 -1
- package/dist/doc/zeroheight/components/2352087/change-log.md +0 -1
- package/dist/doc/zeroheight/components/2352087/content.md +0 -82
- package/dist/doc/zeroheight/components/2352087/description.md +0 -1
- package/dist/doc/zeroheight/components/2352087/introduction.md +0 -18
- package/dist/doc/zeroheight/components/2352087/meta.json +0 -18
- package/dist/doc/zeroheight/components/2352087/usage.md +0 -13
- package/dist/doc/zeroheight/components/2411991/content.md +0 -1
- package/dist/doc/zeroheight/components/2411991/description.md +0 -1
- package/dist/doc/zeroheight/components/2411991/introduction.md +0 -27
- package/dist/doc/zeroheight/components/2411991/meta.json +0 -18
- package/dist/doc/zeroheight/components/2411991/release-log.md +0 -1
- package/dist/doc/zeroheight/components/2411991/usage.md +0 -1
- package/dist/doc/zeroheight/components/2427736/change-log.md +0 -1
- package/dist/doc/zeroheight/components/2427736/description.md +0 -1
- package/dist/doc/zeroheight/components/2427736/introduction.md +0 -11
- package/dist/doc/zeroheight/components/2427736/meta.json +0 -17
- package/dist/doc/zeroheight/components/2427736/usage.md +0 -1
- package/dist/doc/zeroheight/components/2427817/change-log.md +0 -1
- package/dist/doc/zeroheight/components/2427817/content.md +0 -69
- package/dist/doc/zeroheight/components/2427817/description.md +0 -1
- package/dist/doc/zeroheight/components/2427817/meta.json +0 -18
- package/dist/doc/zeroheight/components/2427817/overview.md +0 -22
- package/dist/doc/zeroheight/components/2427817/usage.md +0 -23
- package/dist/doc/zeroheight/components/2432739/change-log.md +0 -1
- package/dist/doc/zeroheight/components/2432739/content.md +0 -112
- package/dist/doc/zeroheight/components/2432739/description.md +0 -1
- package/dist/doc/zeroheight/components/2432739/meta.json +0 -18
- package/dist/doc/zeroheight/components/2432739/overview.md +0 -17
- package/dist/doc/zeroheight/components/2432739/usage.md +0 -43
- package/dist/doc/zeroheight/components/2434826/change-log.md +0 -1
- package/dist/doc/zeroheight/components/2434826/content.md +0 -72
- package/dist/doc/zeroheight/components/2434826/description.md +0 -1
- package/dist/doc/zeroheight/components/2434826/introduction.md +0 -15
- package/dist/doc/zeroheight/components/2434826/meta.json +0 -17
- package/dist/doc/zeroheight/components/2564356/code.md +0 -1
- package/dist/doc/zeroheight/components/2564356/description.md +0 -1
- package/dist/doc/zeroheight/components/2564356/introduction.md +0 -39
- package/dist/doc/zeroheight/components/2564356/meta.json +0 -17
- package/dist/doc/zeroheight/components/2564356/usage.md +0 -14
- package/dist/doc/zeroheight/components/2849141/content.md +0 -114
- package/dist/doc/zeroheight/components/2849141/description.md +0 -1
- package/dist/doc/zeroheight/components/2849141/meta.json +0 -17
- package/dist/doc/zeroheight/components/2849141/overview.md +0 -19
- package/dist/doc/zeroheight/components/2849141/usage.md +0 -22
- package/dist/doc/zeroheight/components/3079912/change-log.md +0 -1
- package/dist/doc/zeroheight/components/3079912/content.md +0 -35
- package/dist/doc/zeroheight/components/3079912/description.md +0 -1
- package/dist/doc/zeroheight/components/3079912/meta.json +0 -18
- package/dist/doc/zeroheight/components/3079912/overview.md +0 -11
- package/dist/doc/zeroheight/components/3079912/usage.md +0 -16
- package/dist/doc/zeroheight/components/3095627/change-log.md +0 -1
- package/dist/doc/zeroheight/components/3095627/content.md +0 -1
- package/dist/doc/zeroheight/components/3095627/description.md +0 -1
- package/dist/doc/zeroheight/components/3095627/meta.json +0 -18
- package/dist/doc/zeroheight/components/3095627/overview.md +0 -33
- package/dist/doc/zeroheight/components/3095627/usage.md +0 -1
- package/dist/doc/zeroheight/components/4065429/change-log.md +0 -1
- package/dist/doc/zeroheight/components/4065429/content.md +0 -1
- package/dist/doc/zeroheight/components/4065429/description.md +0 -3
- package/dist/doc/zeroheight/components/4065429/meta.json +0 -18
- package/dist/doc/zeroheight/components/4065429/overview.md +0 -34
- package/dist/doc/zeroheight/components/4065429/usage.md +0 -17
- package/dist/doc/zeroheight/components/4070710/change-log.md +0 -1
- package/dist/doc/zeroheight/components/4070710/content.md +0 -87
- package/dist/doc/zeroheight/components/4070710/description.md +0 -1
- package/dist/doc/zeroheight/components/4070710/introduction.md +0 -13
- package/dist/doc/zeroheight/components/4070710/meta.json +0 -18
- package/dist/doc/zeroheight/components/4070710/usage.md +0 -30
- package/dist/doc/zeroheight/components/4273331/change-log.md +0 -1
- package/dist/doc/zeroheight/components/4273331/content.md +0 -1
- package/dist/doc/zeroheight/components/4273331/description.md +0 -1
- package/dist/doc/zeroheight/components/4273331/meta.json +0 -18
- package/dist/doc/zeroheight/components/4273331/overview.md +0 -18
- package/dist/doc/zeroheight/components/4273331/usage.md +0 -14
- package/dist/doc/zeroheight/components/4273801/animation.md +0 -1
- package/dist/doc/zeroheight/components/4273801/code.md +0 -6
- package/dist/doc/zeroheight/components/4273801/description.md +0 -1
- package/dist/doc/zeroheight/components/4273801/introduction.md +0 -28
- package/dist/doc/zeroheight/components/4273801/meta.json +0 -18
- package/dist/doc/zeroheight/components/4273801/usage.md +0 -14
- package/dist/doc/zeroheight/components/4328173/change-log.md +0 -1
- package/dist/doc/zeroheight/components/4328173/content.md +0 -1
- package/dist/doc/zeroheight/components/4328173/description.md +0 -1
- package/dist/doc/zeroheight/components/4328173/introduction.md +0 -9
- package/dist/doc/zeroheight/components/4328173/meta.json +0 -18
- package/dist/doc/zeroheight/components/4328173/usage.md +0 -5
- package/dist/doc/zeroheight/components/4593875/change-log.md +0 -1
- package/dist/doc/zeroheight/components/4593875/content.md +0 -48
- package/dist/doc/zeroheight/components/4593875/description.md +0 -1
- package/dist/doc/zeroheight/components/4593875/meta.json +0 -18
- package/dist/doc/zeroheight/components/4593875/overview.md +0 -44
- package/dist/doc/zeroheight/components/4593875/usage.md +0 -55
- package/dist/doc/zeroheight/components/4599330/change-log.md +0 -1
- package/dist/doc/zeroheight/components/4599330/content.md +0 -1
- package/dist/doc/zeroheight/components/4599330/description.md +0 -1
- package/dist/doc/zeroheight/components/4599330/meta.json +0 -18
- package/dist/doc/zeroheight/components/4599330/overview.md +0 -25
- package/dist/doc/zeroheight/components/4599330/usage.md +0 -16
- package/dist/doc/zeroheight/components/4656241/change-log.md +0 -1
- package/dist/doc/zeroheight/components/4656241/content.md +0 -28
- package/dist/doc/zeroheight/components/4656241/description.md +0 -1
- package/dist/doc/zeroheight/components/4656241/introduction.md +0 -18
- package/dist/doc/zeroheight/components/4656241/meta.json +0 -18
- package/dist/doc/zeroheight/components/4656241/usage.md +0 -17
- package/dist/doc/zeroheight/components/4675975/change-log.md +0 -1
- package/dist/doc/zeroheight/components/4675975/description.md +0 -1
- package/dist/doc/zeroheight/components/4675975/introduction.md +0 -41
- package/dist/doc/zeroheight/components/4675975/meta.json +0 -17
- package/dist/doc/zeroheight/components/4675975/usage.md +0 -1
- package/dist/doc/zeroheight/components/6305853/content.md +0 -3
- package/dist/doc/zeroheight/components/6305853/introduction.md +0 -17
- package/dist/doc/zeroheight/components/6305853/meta.json +0 -17
- package/dist/doc/zeroheight/components/6305853/usage.md +0 -14
- package/dist/doc/zeroheight/components/6968477/change-log.md +0 -1
- package/dist/doc/zeroheight/components/6968477/introduction.md +0 -11
- package/dist/doc/zeroheight/components/6968477/meta.json +0 -17
- package/dist/doc/zeroheight/components/6968477/usage.md +0 -1
- package/dist/doc/zeroheight/components/6972500/change-log.md +0 -1
- package/dist/doc/zeroheight/components/6972500/content.md +0 -41
- package/dist/doc/zeroheight/components/6972500/description.md +0 -1
- package/dist/doc/zeroheight/components/6972500/introduction.md +0 -11
- package/dist/doc/zeroheight/components/6972500/meta.json +0 -18
- package/dist/doc/zeroheight/components/6972500/usage.md +0 -1
- package/dist/doc/zeroheight/components/7340384/content.md +0 -4
- package/dist/doc/zeroheight/components/7340384/description.md +0 -1
- package/dist/doc/zeroheight/components/7340384/introduction.md +0 -11
- package/dist/doc/zeroheight/components/7340384/meta.json +0 -17
- package/dist/doc/zeroheight/components/7340384/usage.md +0 -8
- package/dist/doc/zeroheight/components/8043088/change-log.md +0 -1
- package/dist/doc/zeroheight/components/8043088/content.md +0 -1
- package/dist/doc/zeroheight/components/8043088/description.md +0 -1
- package/dist/doc/zeroheight/components/8043088/meta.json +0 -18
- package/dist/doc/zeroheight/components/8043088/overview.md +0 -35
- package/dist/doc/zeroheight/components/8043088/usage.md +0 -18
- package/dist/doc/zeroheight/components/8386038/change-logs.md +0 -1
- package/dist/doc/zeroheight/components/8386038/content.md +0 -34
- package/dist/doc/zeroheight/components/8386038/description.md +0 -1
- package/dist/doc/zeroheight/components/8386038/introduction.md +0 -7
- package/dist/doc/zeroheight/components/8386038/meta.json +0 -18
- package/dist/doc/zeroheight/components/8386038/usage.md +0 -6
- package/dist/doc/zeroheight/components/8408347/change-log.md +0 -1
- package/dist/doc/zeroheight/components/8408347/content.md +0 -38
- package/dist/doc/zeroheight/components/8408347/description.md +0 -1
- package/dist/doc/zeroheight/components/8408347/introduction.md +0 -9
- package/dist/doc/zeroheight/components/8408347/meta.json +0 -18
- package/dist/doc/zeroheight/components/8408347/usage.md +0 -11
- package/dist/doc/zeroheight/components/8636827/change-log.md +0 -1
- package/dist/doc/zeroheight/components/8636827/content.md +0 -82
- package/dist/doc/zeroheight/components/8636827/description.md +0 -1
- package/dist/doc/zeroheight/components/8636827/introduction.md +0 -19
- package/dist/doc/zeroheight/components/8636827/meta.json +0 -18
- package/dist/doc/zeroheight/components/8636827/usage.md +0 -13
- package/dist/doc/zeroheight/foundations/1398439/description.md +0 -1
- package/dist/doc/zeroheight/foundations/1398439/ia-colors.md +0 -4
- package/dist/doc/zeroheight/foundations/1398439/meta.json +0 -17
- package/dist/doc/zeroheight/foundations/1398439/overview.md +0 -29
- package/dist/doc/zeroheight/foundations/1398439/usage.md +0 -11
- package/dist/doc/zeroheight/foundations/1612530/description.md +0 -1
- package/dist/doc/zeroheight/foundations/1612530/meta.json +0 -15
- package/dist/doc/zeroheight/foundations/1612530/overview.md +0 -27
- package/dist/doc/zeroheight/foundations/2147931/description.md +0 -1
- package/dist/doc/zeroheight/foundations/2147931/meta.json +0 -16
- package/dist/doc/zeroheight/foundations/2147931/overview.md +0 -42
- package/dist/doc/zeroheight/foundations/2147931/usage.md +0 -4
- package/dist/doc/zeroheight/foundations/2147933/description.md +0 -1
- package/dist/doc/zeroheight/foundations/2147933/meta.json +0 -16
- package/dist/doc/zeroheight/foundations/2147933/overview.md +0 -19
- package/dist/doc/zeroheight/foundations/2147933/usage.md +0 -2
- package/dist/doc/zeroheight/foundations/2266238/description.md +0 -1
- package/dist/doc/zeroheight/foundations/2266238/meta.json +0 -15
- package/dist/doc/zeroheight/foundations/2266238/overview.md +0 -10
- package/dist/doc/zeroheight/foundations/2488627/description.md +0 -1
- package/dist/doc/zeroheight/foundations/2488627/meta.json +0 -15
- package/dist/doc/zeroheight/foundations/2488627/overview.md +0 -16
- package/dist/doc/zeroheight/foundations/4055467/description.md +0 -1
- package/dist/doc/zeroheight/foundations/4055467/download.md +0 -1
- package/dist/doc/zeroheight/foundations/4055467/meta.json +0 -18
- package/dist/doc/zeroheight/foundations/4055467/overview.md +0 -29
- package/dist/doc/zeroheight/foundations/4055467/text-styles.md +0 -3
- package/dist/doc/zeroheight/foundations/4055467/usage.md +0 -11
- package/dist/doc/zeroheight/foundations/4845111/description.md +0 -1
- package/dist/doc/zeroheight/foundations/4845111/fonts.md +0 -37
- package/dist/doc/zeroheight/foundations/4845111/meta.json +0 -16
- package/dist/doc/zeroheight/foundations/4845111/usage.md +0 -9
- package/dist/doc/zeroheight/foundations/4845112/description.md +0 -1
- package/dist/doc/zeroheight/foundations/4845112/malt-colors-usage.md +0 -9
- package/dist/doc/zeroheight/foundations/4845112/malt-colors.md +0 -14
- package/dist/doc/zeroheight/foundations/4845112/meta.json +0 -16
- package/dist/doc/zeroheight/foundations/7486175/introduction.md +0 -3
- package/dist/doc/zeroheight/foundations/7486175/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/1398442/change-log.md +0 -1
- package/dist/doc/zeroheight/guidelines/1398442/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/1398442/library.md +0 -18
- package/dist/doc/zeroheight/guidelines/1398442/meta.json +0 -19
- package/dist/doc/zeroheight/guidelines/1398442/overview.md +0 -44
- package/dist/doc/zeroheight/guidelines/1398442/request-an-icon.md +0 -24
- package/dist/doc/zeroheight/guidelines/1398442/usage.md +0 -51
- package/dist/doc/zeroheight/guidelines/1398447/introduction.md +0 -1
- package/dist/doc/zeroheight/guidelines/1398447/meta.json +0 -16
- package/dist/doc/zeroheight/guidelines/1398447/team.md +0 -1
- package/dist/doc/zeroheight/guidelines/1423622/change-logs.md +0 -1
- package/dist/doc/zeroheight/guidelines/1423622/content.md +0 -72
- package/dist/doc/zeroheight/guidelines/1423622/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/1423622/introduction.md +0 -29
- package/dist/doc/zeroheight/guidelines/1423622/meta.json +0 -18
- package/dist/doc/zeroheight/guidelines/1423622/usage.md +0 -14
- package/dist/doc/zeroheight/guidelines/1423646/change-log.md +0 -1
- package/dist/doc/zeroheight/guidelines/1423646/content.md +0 -36
- package/dist/doc/zeroheight/guidelines/1423646/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/1423646/introduction.md +0 -27
- package/dist/doc/zeroheight/guidelines/1423646/meta.json +0 -18
- package/dist/doc/zeroheight/guidelines/1423646/usage.md +0 -19
- package/dist/doc/zeroheight/guidelines/1423650/change-log.md +0 -1
- package/dist/doc/zeroheight/guidelines/1423650/content.md +0 -72
- package/dist/doc/zeroheight/guidelines/1423650/introduction.md +0 -17
- package/dist/doc/zeroheight/guidelines/1423650/meta.json +0 -17
- package/dist/doc/zeroheight/guidelines/1465972/code.md +0 -1
- package/dist/doc/zeroheight/guidelines/1465972/content.md +0 -1
- package/dist/doc/zeroheight/guidelines/1465972/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/1465972/introduction.md +0 -36
- package/dist/doc/zeroheight/guidelines/1465972/meta.json +0 -18
- package/dist/doc/zeroheight/guidelines/1465972/usage.md +0 -1
- package/dist/doc/zeroheight/guidelines/1476144/change-log.md +0 -1
- package/dist/doc/zeroheight/guidelines/1476144/content.md +0 -114
- package/dist/doc/zeroheight/guidelines/1476144/introduction.md +0 -41
- package/dist/doc/zeroheight/guidelines/1476144/meta.json +0 -18
- package/dist/doc/zeroheight/guidelines/1476144/usage.md +0 -74
- package/dist/doc/zeroheight/guidelines/1526588/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/1526588/grid-system.md +0 -16
- package/dist/doc/zeroheight/guidelines/1526588/meta.json +0 -16
- package/dist/doc/zeroheight/guidelines/1526588/overview.md +0 -20
- package/dist/doc/zeroheight/guidelines/2126958/joy-major-release.md +0 -50
- package/dist/doc/zeroheight/guidelines/2126958/last-updates.md +0 -3
- package/dist/doc/zeroheight/guidelines/2126958/meta.json +0 -17
- package/dist/doc/zeroheight/guidelines/2126958/zeroheight.md +0 -9
- package/dist/doc/zeroheight/guidelines/2147712/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/2147712/introduction.md +0 -5
- package/dist/doc/zeroheight/guidelines/2147712/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/2147713/introduction.md +0 -3
- package/dist/doc/zeroheight/guidelines/2147713/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/2147725/figma-libraries.md +0 -1
- package/dist/doc/zeroheight/guidelines/2147725/malt-typographies.md +0 -1
- package/dist/doc/zeroheight/guidelines/2147725/meta.json +0 -17
- package/dist/doc/zeroheight/guidelines/2147725/structure.md +0 -1
- package/dist/doc/zeroheight/guidelines/2147866/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/2147866/introduction.md +0 -9
- package/dist/doc/zeroheight/guidelines/2147866/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/2147919/introduction.md +0 -9
- package/dist/doc/zeroheight/guidelines/2147919/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/2147920/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/2147920/introduction.md +0 -5
- package/dist/doc/zeroheight/guidelines/2147920/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/2147925/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/2147925/introduction.md +0 -1
- package/dist/doc/zeroheight/guidelines/2147925/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/2148354/introduction.md +0 -18
- package/dist/doc/zeroheight/guidelines/2148354/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/2266527/content.md +0 -1
- package/dist/doc/zeroheight/guidelines/2266527/introduction.md +0 -32
- package/dist/doc/zeroheight/guidelines/2266527/meta.json +0 -17
- package/dist/doc/zeroheight/guidelines/2266527/usage.md +0 -1
- package/dist/doc/zeroheight/guidelines/2287200/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/2287200/introduction.md +0 -1
- package/dist/doc/zeroheight/guidelines/2287200/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/2287201/code.md +0 -1
- package/dist/doc/zeroheight/guidelines/2287201/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/2287201/introduction.md +0 -11
- package/dist/doc/zeroheight/guidelines/2287201/meta.json +0 -17
- package/dist/doc/zeroheight/guidelines/2287201/usage.md +0 -1
- package/dist/doc/zeroheight/guidelines/2303886/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/2303886/introduction.md +0 -15
- package/dist/doc/zeroheight/guidelines/2303886/malts-design-principles-cards.md +0 -1
- package/dist/doc/zeroheight/guidelines/2303886/meta.json +0 -16
- package/dist/doc/zeroheight/guidelines/2304138/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/2304138/introduction.md +0 -13
- package/dist/doc/zeroheight/guidelines/2304138/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/2351818/change-log.md +0 -1
- package/dist/doc/zeroheight/guidelines/2351818/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/2351818/introduction.md +0 -32
- package/dist/doc/zeroheight/guidelines/2351818/meta.json +0 -16
- package/dist/doc/zeroheight/guidelines/2352029/code.md +0 -1
- package/dist/doc/zeroheight/guidelines/2352029/content.md +0 -1
- package/dist/doc/zeroheight/guidelines/2352029/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/2352029/funnel-headers.md +0 -31
- package/dist/doc/zeroheight/guidelines/2352029/introduction.md +0 -13
- package/dist/doc/zeroheight/guidelines/2352029/meta.json +0 -19
- package/dist/doc/zeroheight/guidelines/2352029/usage.md +0 -6
- package/dist/doc/zeroheight/guidelines/2380975/change-log.md +0 -1
- package/dist/doc/zeroheight/guidelines/2380975/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/2380975/introduction.md +0 -11
- package/dist/doc/zeroheight/guidelines/2380975/meta.json +0 -17
- package/dist/doc/zeroheight/guidelines/2380975/usage.md +0 -6
- package/dist/doc/zeroheight/guidelines/2427804/change-log.md +0 -1
- package/dist/doc/zeroheight/guidelines/2427804/content.md +0 -1
- package/dist/doc/zeroheight/guidelines/2427804/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/2427804/introduction.md +0 -11
- package/dist/doc/zeroheight/guidelines/2427804/meta.json +0 -18
- package/dist/doc/zeroheight/guidelines/2427804/usage.md +0 -1
- package/dist/doc/zeroheight/guidelines/2427818/change-log.md +0 -1
- package/dist/doc/zeroheight/guidelines/2427818/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/2427818/introduction.md +0 -13
- package/dist/doc/zeroheight/guidelines/2427818/meta.json +0 -17
- package/dist/doc/zeroheight/guidelines/2427818/usage.md +0 -9
- package/dist/doc/zeroheight/guidelines/2433031/change-log.md +0 -1
- package/dist/doc/zeroheight/guidelines/2433031/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/2433031/introduction.md +0 -15
- package/dist/doc/zeroheight/guidelines/2433031/meta.json +0 -17
- package/dist/doc/zeroheight/guidelines/2433031/usage.md +0 -4
- package/dist/doc/zeroheight/guidelines/2447204/figma-cover.md +0 -3
- package/dist/doc/zeroheight/guidelines/2447204/figma-page-structure.md +0 -3
- package/dist/doc/zeroheight/guidelines/2447204/meta.json +0 -17
- package/dist/doc/zeroheight/guidelines/2447204/template.md +0 -42
- package/dist/doc/zeroheight/guidelines/2465594/change-log.md +0 -1
- package/dist/doc/zeroheight/guidelines/2465594/content.md +0 -1
- package/dist/doc/zeroheight/guidelines/2465594/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/2465594/introduction.md +0 -35
- package/dist/doc/zeroheight/guidelines/2465594/meta.json +0 -18
- package/dist/doc/zeroheight/guidelines/2465594/usage.md +0 -8
- package/dist/doc/zeroheight/guidelines/2487804/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/2487804/introduction.md +0 -5
- package/dist/doc/zeroheight/guidelines/2487804/meta.json +0 -16
- package/dist/doc/zeroheight/guidelines/2487804/usage.md +0 -14
- package/dist/doc/zeroheight/guidelines/2732341/components.md +0 -24
- package/dist/doc/zeroheight/guidelines/2732341/core-design.md +0 -15
- package/dist/doc/zeroheight/guidelines/2732341/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/2732341/design-tokens.md +0 -34
- package/dist/doc/zeroheight/guidelines/2732341/meta.json +0 -18
- package/dist/doc/zeroheight/guidelines/2732341/theme.md +0 -20
- package/dist/doc/zeroheight/guidelines/3060512/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/3060512/introduction.md +0 -1
- package/dist/doc/zeroheight/guidelines/3060512/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/3060514/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/3060514/meta.json +0 -16
- package/dist/doc/zeroheight/guidelines/3060514/overview.md +0 -9
- package/dist/doc/zeroheight/guidelines/3060514/usage.md +0 -36
- package/dist/doc/zeroheight/guidelines/3279582/content-localization-plugin.md +0 -27
- package/dist/doc/zeroheight/guidelines/3279582/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/3279582/meta.json +0 -17
- package/dist/doc/zeroheight/guidelines/3279582/plugins.md +0 -46
- package/dist/doc/zeroheight/guidelines/3279582/widgets.md +0 -18
- package/dist/doc/zeroheight/guidelines/3286138/changelog.md +0 -1
- package/dist/doc/zeroheight/guidelines/3286138/content.md +0 -1
- package/dist/doc/zeroheight/guidelines/3286138/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/3286138/introduction.md +0 -47
- package/dist/doc/zeroheight/guidelines/3286138/meta.json +0 -18
- package/dist/doc/zeroheight/guidelines/3286138/usage.md +0 -11
- package/dist/doc/zeroheight/guidelines/3780230/introduction.md +0 -36
- package/dist/doc/zeroheight/guidelines/3780230/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/3781391/code.md +0 -1
- package/dist/doc/zeroheight/guidelines/3781391/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/3781391/introduction.md +0 -38
- package/dist/doc/zeroheight/guidelines/3781391/meta.json +0 -17
- package/dist/doc/zeroheight/guidelines/3781391/usage.md +0 -14
- package/dist/doc/zeroheight/guidelines/3782376/code.md +0 -1
- package/dist/doc/zeroheight/guidelines/3782376/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/3782376/introduction.md +0 -11
- package/dist/doc/zeroheight/guidelines/3782376/meta.json +0 -17
- package/dist/doc/zeroheight/guidelines/3782376/usage.md +0 -11
- package/dist/doc/zeroheight/guidelines/3992574/create-a-jira-ticket-for-development.md +0 -47
- package/dist/doc/zeroheight/guidelines/3992574/create-a-notion-ticket.md +0 -51
- package/dist/doc/zeroheight/guidelines/3992574/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/3992574/meta.json +0 -17
- package/dist/doc/zeroheight/guidelines/3992574/workflow.md +0 -87
- package/dist/doc/zeroheight/guidelines/4083384/content.md +0 -1
- package/dist/doc/zeroheight/guidelines/4083384/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/4083384/introduction.md +0 -1
- package/dist/doc/zeroheight/guidelines/4083384/meta.json +0 -17
- package/dist/doc/zeroheight/guidelines/4083384/usage.md +0 -14
- package/dist/doc/zeroheight/guidelines/4328996/change-log.md +0 -1
- package/dist/doc/zeroheight/guidelines/4328996/introduction.md +0 -13
- package/dist/doc/zeroheight/guidelines/4328996/meta.json +0 -17
- package/dist/doc/zeroheight/guidelines/4328996/usage.md +0 -5
- package/dist/doc/zeroheight/guidelines/4359856/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/4359856/introduction.md +0 -37
- package/dist/doc/zeroheight/guidelines/4359856/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/4406320/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/4406320/introduction.md +0 -31
- package/dist/doc/zeroheight/guidelines/4406320/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/4408066/changelog.md +0 -1
- package/dist/doc/zeroheight/guidelines/4408066/content.md +0 -89
- package/dist/doc/zeroheight/guidelines/4408066/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/4408066/meta.json +0 -18
- package/dist/doc/zeroheight/guidelines/4408066/overview.md +0 -49
- package/dist/doc/zeroheight/guidelines/4408066/usage.md +0 -24
- package/dist/doc/zeroheight/guidelines/4544263/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/4544263/introduction.md +0 -9
- package/dist/doc/zeroheight/guidelines/4544263/meta.json +0 -16
- package/dist/doc/zeroheight/guidelines/4544263/ui-guidelines.md +0 -75
- package/dist/doc/zeroheight/guidelines/4565202/definition.md +0 -29
- package/dist/doc/zeroheight/guidelines/4565202/meta.json +0 -16
- package/dist/doc/zeroheight/guidelines/4565202/usage.md +0 -27
- package/dist/doc/zeroheight/guidelines/4845035/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/4845035/introduction.md +0 -49
- package/dist/doc/zeroheight/guidelines/4845035/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/4845039/introduction.md +0 -25
- package/dist/doc/zeroheight/guidelines/4845039/meta.json +0 -17
- package/dist/doc/zeroheight/guidelines/4845039/offers.md +0 -41
- package/dist/doc/zeroheight/guidelines/4845039/our-strategy.md +0 -26
- package/dist/doc/zeroheight/guidelines/4845106/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/4845106/introduction.md +0 -16
- package/dist/doc/zeroheight/guidelines/4845106/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/4845108/introduction.md +0 -10
- package/dist/doc/zeroheight/guidelines/4845108/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/4845110/malt-logos.md +0 -23
- package/dist/doc/zeroheight/guidelines/4845110/meta.json +0 -16
- package/dist/doc/zeroheight/guidelines/4845110/usage.md +0 -12
- package/dist/doc/zeroheight/guidelines/4845113/art-direction.md +0 -11
- package/dist/doc/zeroheight/guidelines/4845113/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/4845113/graphic-shapes.md +0 -7
- package/dist/doc/zeroheight/guidelines/4845113/meta.json +0 -17
- package/dist/doc/zeroheight/guidelines/4845113/usage.md +0 -32
- package/dist/doc/zeroheight/guidelines/4845115/introduction.md +0 -1
- package/dist/doc/zeroheight/guidelines/4845115/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/4845132/introduction.md +0 -1
- package/dist/doc/zeroheight/guidelines/4845132/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/4845133/art-direction.md +0 -1
- package/dist/doc/zeroheight/guidelines/4845133/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/4845133/meta.json +0 -17
- package/dist/doc/zeroheight/guidelines/4845133/photos.md +0 -12
- package/dist/doc/zeroheight/guidelines/4845133/usage.md +0 -12
- package/dist/doc/zeroheight/guidelines/4845134/art-direction.md +0 -1
- package/dist/doc/zeroheight/guidelines/4845134/meta.json +0 -17
- package/dist/doc/zeroheight/guidelines/4845134/usage.md +0 -1
- package/dist/doc/zeroheight/guidelines/4845134/videos.md +0 -7
- package/dist/doc/zeroheight/guidelines/4845138/introduction.md +0 -17
- package/dist/doc/zeroheight/guidelines/4845138/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/4845140/introduction.md +0 -1
- package/dist/doc/zeroheight/guidelines/4845140/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/4845141/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/4845141/google-docs.md +0 -3
- package/dist/doc/zeroheight/guidelines/4845141/google-slides.md +0 -1
- package/dist/doc/zeroheight/guidelines/4845141/meta.json +0 -16
- package/dist/doc/zeroheight/guidelines/4845142/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/4845142/introduction.md +0 -1
- package/dist/doc/zeroheight/guidelines/4845142/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/4845144/introduction.md +0 -3
- package/dist/doc/zeroheight/guidelines/4845144/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/4845145/informative-posters.md +0 -1
- package/dist/doc/zeroheight/guidelines/4845145/kitchen-labels.md +0 -1
- package/dist/doc/zeroheight/guidelines/4845145/meta.json +0 -16
- package/dist/doc/zeroheight/guidelines/4845147/introduction.md +0 -3
- package/dist/doc/zeroheight/guidelines/4845147/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/4845148/final-results.md +0 -1
- package/dist/doc/zeroheight/guidelines/4845148/graphic-materials.md +0 -1
- package/dist/doc/zeroheight/guidelines/4845148/meta.json +0 -16
- package/dist/doc/zeroheight/guidelines/4845149/business-cards.md +0 -3
- package/dist/doc/zeroheight/guidelines/4845149/meta.json +0 -16
- package/dist/doc/zeroheight/guidelines/4845149/mugs.md +0 -1
- package/dist/doc/zeroheight/guidelines/4859603/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/4859603/introduction.md +0 -28
- package/dist/doc/zeroheight/guidelines/4859603/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/4860019/introduction.md +0 -1
- package/dist/doc/zeroheight/guidelines/4860019/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/4895510/description.md +0 -3
- package/dist/doc/zeroheight/guidelines/4895510/introduction.md +0 -55
- package/dist/doc/zeroheight/guidelines/4895510/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/4946782/cover-page.md +0 -15
- package/dist/doc/zeroheight/guidelines/4946782/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/4946782/file-annotation.md +0 -15
- package/dist/doc/zeroheight/guidelines/4946782/layerpage-name.md +0 -32
- package/dist/doc/zeroheight/guidelines/4946782/meta.json +0 -19
- package/dist/doc/zeroheight/guidelines/4946782/organize-sections.md +0 -11
- package/dist/doc/zeroheight/guidelines/4946782/unliked-styles.md +0 -24
- package/dist/doc/zeroheight/guidelines/4951086/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/4951086/introduction.md +0 -71
- package/dist/doc/zeroheight/guidelines/4951086/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/4951250/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/4951250/how-to-use-it.md +0 -5
- package/dist/doc/zeroheight/guidelines/4951250/introduction.md +0 -3
- package/dist/doc/zeroheight/guidelines/4951250/meta.json +0 -17
- package/dist/doc/zeroheight/guidelines/4951250/where-to-find-it.md +0 -1
- package/dist/doc/zeroheight/guidelines/4952953/content-qa.md +0 -20
- package/dist/doc/zeroheight/guidelines/4952953/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/4952953/design-system-qa.md +0 -22
- package/dist/doc/zeroheight/guidelines/4952953/introduction.md +0 -21
- package/dist/doc/zeroheight/guidelines/4952953/meta.json +0 -18
- package/dist/doc/zeroheight/guidelines/4952953/qa-tooling.md +0 -3
- package/dist/doc/zeroheight/guidelines/4955574/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/4955574/introduction.md +0 -20
- package/dist/doc/zeroheight/guidelines/4955574/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/4964435/introduction.md +0 -49
- package/dist/doc/zeroheight/guidelines/4964435/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/4964653/description.md +0 -3
- package/dist/doc/zeroheight/guidelines/4964653/introduction.md +0 -29
- package/dist/doc/zeroheight/guidelines/4964653/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/5049512/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/5049512/general-iconstrations.md +0 -3
- package/dist/doc/zeroheight/guidelines/5049512/malt-strategy-iconstrations.md +0 -1
- package/dist/doc/zeroheight/guidelines/5049512/meta.json +0 -16
- package/dist/doc/zeroheight/guidelines/5174186/black-lines-illustrations.md +0 -8
- package/dist/doc/zeroheight/guidelines/5174186/colored-illustrations.md +0 -6
- package/dist/doc/zeroheight/guidelines/5174186/for-developersproduct.md +0 -32
- package/dist/doc/zeroheight/guidelines/5174186/meta.json +0 -17
- package/dist/doc/zeroheight/guidelines/5178604/introduction.md +0 -11
- package/dist/doc/zeroheight/guidelines/5178604/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/5178605/definition.md +0 -25
- package/dist/doc/zeroheight/guidelines/5178605/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/5178605/meta.json +0 -17
- package/dist/doc/zeroheight/guidelines/5178605/pillars.md +0 -10
- package/dist/doc/zeroheight/guidelines/5178605/resources.md +0 -1
- package/dist/doc/zeroheight/guidelines/5178997/meta.json +0 -16
- package/dist/doc/zeroheight/guidelines/5178997/principles.md +0 -29
- package/dist/doc/zeroheight/guidelines/5178997/tone-map.md +0 -12
- package/dist/doc/zeroheight/guidelines/5179000/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/5179000/dutch.md +0 -59
- package/dist/doc/zeroheight/guidelines/5179000/english.md +0 -31
- package/dist/doc/zeroheight/guidelines/5179000/french.md +0 -68
- package/dist/doc/zeroheight/guidelines/5179000/german.md +0 -53
- package/dist/doc/zeroheight/guidelines/5179000/meta.json +0 -19
- package/dist/doc/zeroheight/guidelines/5179000/spanish.md +0 -22
- package/dist/doc/zeroheight/guidelines/5179473/dutch.md +0 -7
- package/dist/doc/zeroheight/guidelines/5179473/english.md +0 -7
- package/dist/doc/zeroheight/guidelines/5179473/french.md +0 -13
- package/dist/doc/zeroheight/guidelines/5179473/german.md +0 -9
- package/dist/doc/zeroheight/guidelines/5179473/meta.json +0 -19
- package/dist/doc/zeroheight/guidelines/5179473/spanish.md +0 -12
- package/dist/doc/zeroheight/guidelines/5179474/dutch.md +0 -114
- package/dist/doc/zeroheight/guidelines/5179474/english.md +0 -69
- package/dist/doc/zeroheight/guidelines/5179474/french.md +0 -92
- package/dist/doc/zeroheight/guidelines/5179474/german.md +0 -151
- package/dist/doc/zeroheight/guidelines/5179474/meta.json +0 -19
- package/dist/doc/zeroheight/guidelines/5179474/spanish.md +0 -73
- package/dist/doc/zeroheight/guidelines/5179475/dutch.md +0 -106
- package/dist/doc/zeroheight/guidelines/5179475/english.md +0 -55
- package/dist/doc/zeroheight/guidelines/5179475/french.md +0 -54
- package/dist/doc/zeroheight/guidelines/5179475/german.md +0 -97
- package/dist/doc/zeroheight/guidelines/5179475/meta.json +0 -19
- package/dist/doc/zeroheight/guidelines/5179475/spanish.md +0 -81
- package/dist/doc/zeroheight/guidelines/5179476/dutch.md +0 -48
- package/dist/doc/zeroheight/guidelines/5179476/english.md +0 -27
- package/dist/doc/zeroheight/guidelines/5179476/french.md +0 -55
- package/dist/doc/zeroheight/guidelines/5179476/german.md +0 -36
- package/dist/doc/zeroheight/guidelines/5179476/meta.json +0 -19
- package/dist/doc/zeroheight/guidelines/5179476/spanish.md +0 -40
- package/dist/doc/zeroheight/guidelines/5179551/dutch.md +0 -33
- package/dist/doc/zeroheight/guidelines/5179551/english.md +0 -82
- package/dist/doc/zeroheight/guidelines/5179551/french.md +0 -15
- package/dist/doc/zeroheight/guidelines/5179551/german.md +0 -39
- package/dist/doc/zeroheight/guidelines/5179551/meta.json +0 -19
- package/dist/doc/zeroheight/guidelines/5179551/spanish.md +0 -102
- package/dist/doc/zeroheight/guidelines/5193537/adding-joy.md +0 -124
- package/dist/doc/zeroheight/guidelines/5193537/additional-resources.md +0 -5
- package/dist/doc/zeroheight/guidelines/5193537/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/5193537/introduction.md +0 -16
- package/dist/doc/zeroheight/guidelines/5193537/meta.json +0 -18
- package/dist/doc/zeroheight/guidelines/5193537/pillars.md +0 -49
- package/dist/doc/zeroheight/guidelines/5196622/dutch.md +0 -39
- package/dist/doc/zeroheight/guidelines/5196622/english.md +0 -32
- package/dist/doc/zeroheight/guidelines/5196622/french.md +0 -61
- package/dist/doc/zeroheight/guidelines/5196622/german.md +0 -39
- package/dist/doc/zeroheight/guidelines/5196622/meta.json +0 -19
- package/dist/doc/zeroheight/guidelines/5196622/spanish.md +0 -37
- package/dist/doc/zeroheight/guidelines/5196627/dutch.md +0 -61
- package/dist/doc/zeroheight/guidelines/5196627/english.md +0 -49
- package/dist/doc/zeroheight/guidelines/5196627/french.md +0 -124
- package/dist/doc/zeroheight/guidelines/5196627/german.md +0 -101
- package/dist/doc/zeroheight/guidelines/5196627/meta.json +0 -19
- package/dist/doc/zeroheight/guidelines/5196627/spanish.md +0 -61
- package/dist/doc/zeroheight/guidelines/5196629/dutch.md +0 -15
- package/dist/doc/zeroheight/guidelines/5196629/english.md +0 -15
- package/dist/doc/zeroheight/guidelines/5196629/french.md +0 -15
- package/dist/doc/zeroheight/guidelines/5196629/german.md +0 -38
- package/dist/doc/zeroheight/guidelines/5196629/meta.json +0 -19
- package/dist/doc/zeroheight/guidelines/5196629/spanish.md +0 -14
- package/dist/doc/zeroheight/guidelines/5196630/dutch.md +0 -37
- package/dist/doc/zeroheight/guidelines/5196630/english.md +0 -9
- package/dist/doc/zeroheight/guidelines/5196630/french.md +0 -11
- package/dist/doc/zeroheight/guidelines/5196630/german.md +0 -40
- package/dist/doc/zeroheight/guidelines/5196630/meta.json +0 -19
- package/dist/doc/zeroheight/guidelines/5196630/spanish.md +0 -21
- package/dist/doc/zeroheight/guidelines/5270669/introduction.md +0 -11
- package/dist/doc/zeroheight/guidelines/5270669/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/5540716/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/5540716/introduction.md +0 -7
- package/dist/doc/zeroheight/guidelines/5540716/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/5596206/meta.json +0 -15
- package/dist/doc/zeroheight/guidelines/5596206/paris-office-pictures.md +0 -1
- package/dist/doc/zeroheight/guidelines/5961423/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/5961423/desktop.md +0 -51
- package/dist/doc/zeroheight/guidelines/5961423/meta.json +0 -18
- package/dist/doc/zeroheight/guidelines/5961423/overview.md +0 -54
- package/dist/doc/zeroheight/guidelines/5961423/tablet-mobile.md +0 -17
- package/dist/doc/zeroheight/guidelines/5961423/usage.md +0 -25
- package/dist/doc/zeroheight/guidelines/5980570/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/5980570/introduction.md +0 -9
- package/dist/doc/zeroheight/guidelines/5980570/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/6428505/change-log.md +0 -1
- package/dist/doc/zeroheight/guidelines/6428505/introduction.md +0 -20
- package/dist/doc/zeroheight/guidelines/6428505/meta.json +0 -17
- package/dist/doc/zeroheight/guidelines/6428505/usage.md +0 -12
- package/dist/doc/zeroheight/guidelines/6458816/code.md +0 -1
- package/dist/doc/zeroheight/guidelines/6458816/content.md +0 -44
- package/dist/doc/zeroheight/guidelines/6458816/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/6458816/introduction.md +0 -10
- package/dist/doc/zeroheight/guidelines/6458816/meta.json +0 -18
- package/dist/doc/zeroheight/guidelines/6458816/usage.md +0 -14
- package/dist/doc/zeroheight/guidelines/6559814/change-logs.md +0 -1
- package/dist/doc/zeroheight/guidelines/6559814/content.md +0 -72
- package/dist/doc/zeroheight/guidelines/6559814/introduction.md +0 -11
- package/dist/doc/zeroheight/guidelines/6559814/meta.json +0 -17
- package/dist/doc/zeroheight/guidelines/6637374/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/6637374/introduction.md +0 -1
- package/dist/doc/zeroheight/guidelines/6637374/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/6637397/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/6637397/introduction.md +0 -1
- package/dist/doc/zeroheight/guidelines/6637397/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/6637403/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/6637403/design-1.md +0 -7
- package/dist/doc/zeroheight/guidelines/6637403/design-2.md +0 -7
- package/dist/doc/zeroheight/guidelines/6637403/design-3.md +0 -7
- package/dist/doc/zeroheight/guidelines/6637403/design-4.md +0 -7
- package/dist/doc/zeroheight/guidelines/6637403/meta.json +0 -18
- package/dist/doc/zeroheight/guidelines/6637410/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/6637410/introduction.md +0 -1
- package/dist/doc/zeroheight/guidelines/6637410/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/6637415/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/6637415/employer-brand.md +0 -3
- package/dist/doc/zeroheight/guidelines/6637415/malt-strategy.md +0 -1
- package/dist/doc/zeroheight/guidelines/6637415/malt.md +0 -1
- package/dist/doc/zeroheight/guidelines/6637415/meta.json +0 -19
- package/dist/doc/zeroheight/guidelines/6637415/random.md +0 -1
- package/dist/doc/zeroheight/guidelines/6637415/seasonal.md +0 -9
- package/dist/doc/zeroheight/guidelines/6832117/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/6832117/introduction.md +0 -91
- package/dist/doc/zeroheight/guidelines/6832117/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/6904773/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/6904773/meta.json +0 -16
- package/dist/doc/zeroheight/guidelines/6904773/overview.md +0 -33
- package/dist/doc/zeroheight/guidelines/6904773/ui-kit.md +0 -27
- package/dist/doc/zeroheight/guidelines/7166343/changelog.md +0 -1
- package/dist/doc/zeroheight/guidelines/7166343/content.md +0 -94
- package/dist/doc/zeroheight/guidelines/7166343/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/7166343/meta.json +0 -18
- package/dist/doc/zeroheight/guidelines/7166343/overview.md +0 -11
- package/dist/doc/zeroheight/guidelines/7166343/usage.md +0 -41
- package/dist/doc/zeroheight/guidelines/7291529/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/7291529/examples.md +0 -85
- package/dist/doc/zeroheight/guidelines/7291529/guidelines.md +0 -34
- package/dist/doc/zeroheight/guidelines/7291529/meta.json +0 -17
- package/dist/doc/zeroheight/guidelines/7291529/overview.md +0 -37
- package/dist/doc/zeroheight/guidelines/7465124/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/7465124/introduction.md +0 -13
- package/dist/doc/zeroheight/guidelines/7465124/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/7485271/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/7485271/introduction.md +0 -1
- package/dist/doc/zeroheight/guidelines/7485271/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/7490163/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/7490163/introduction.md +0 -13
- package/dist/doc/zeroheight/guidelines/7490163/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/7490164/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/7490164/introduction.md +0 -13
- package/dist/doc/zeroheight/guidelines/7490164/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/7490166/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/7490166/introduction.md +0 -13
- package/dist/doc/zeroheight/guidelines/7490166/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/7490167/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/7490167/introduction.md +0 -13
- package/dist/doc/zeroheight/guidelines/7490167/meta.json +0 -13
- package/dist/doc/zeroheight/guidelines/7490191/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/7490191/how-to-use-branches.md +0 -3
- package/dist/doc/zeroheight/guidelines/7490191/introduction.md +0 -31
- package/dist/doc/zeroheight/guidelines/7490191/meta.json +0 -17
- package/dist/doc/zeroheight/guidelines/7490191/resources.md +0 -1
- package/dist/doc/zeroheight/guidelines/7490209/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/7490209/full-process.md +0 -1
- package/dist/doc/zeroheight/guidelines/7490209/introduction.md +0 -9
- package/dist/doc/zeroheight/guidelines/7490209/meta.json +0 -18
- package/dist/doc/zeroheight/guidelines/7490209/need-identification.md +0 -9
- package/dist/doc/zeroheight/guidelines/7490209/roles-and-responsibilities.md +0 -19
- package/dist/doc/zeroheight/guidelines/7517834/content.md +0 -78
- package/dist/doc/zeroheight/guidelines/7517834/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/7517834/meta.json +0 -17
- package/dist/doc/zeroheight/guidelines/7517834/overview.md +0 -19
- package/dist/doc/zeroheight/guidelines/7517834/usage.md +0 -42
- package/dist/doc/zeroheight/guidelines/7629688/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/7629688/examples.md +0 -1
- package/dist/doc/zeroheight/guidelines/7629688/guidelines.md +0 -1
- package/dist/doc/zeroheight/guidelines/7629688/meta.json +0 -17
- package/dist/doc/zeroheight/guidelines/7629688/overview.md +0 -7
- package/dist/doc/zeroheight/guidelines/8415609/change-log.md +0 -1
- package/dist/doc/zeroheight/guidelines/8415609/content.md +0 -52
- package/dist/doc/zeroheight/guidelines/8415609/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/8415609/meta.json +0 -18
- package/dist/doc/zeroheight/guidelines/8415609/overview.md +0 -13
- package/dist/doc/zeroheight/guidelines/8415609/usage.md +0 -6
- package/dist/doc/zeroheight/guidelines/8548355/content.md +0 -102
- package/dist/doc/zeroheight/guidelines/8548355/description.md +0 -1
- package/dist/doc/zeroheight/guidelines/8548355/meta.json +0 -16
- package/dist/doc/zeroheight/guidelines/8548355/usage.md +0 -7
- package/dist/doc/zeroheight/index.json +0 -2577
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
---
|
|
2
|
+
component: VJoyWrapper
|
|
3
|
+
status: draft
|
|
4
|
+
language: en
|
|
5
|
+
dsds: JoyWrapper.dsds.json
|
|
6
|
+
dsdsVersion: "0.15.2"
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Wrapper
|
|
10
|
+
|
|
11
|
+
Use **`VJoyWrapper`** when you need a flex layout with Joy spacing tokens — for example a row of buttons, a vertical stack of form fields, or a wrapping tag list — without writing custom flex CSS.
|
|
12
|
+
|
|
13
|
+
The component maps common flexbox props (`justify`, `align`, `direction`, `wrap`, gaps) to token-based classes, applies a default bottom margin between stacked wrappers, and `provide`s `VJoyWrapperContext` so children (e.g. `VJoyFormFieldSkeleton`) can align with the parent layout.
|
|
14
|
+
|
|
15
|
+
| | |
|
|
16
|
+
| --- | --- |
|
|
17
|
+
| **Code** | `VJoyWrapper` from `@maltjoy/core-vue` |
|
|
18
|
+
| **Storybook** | [VJoyWrapper docs](https://doc.malt.tech/joy-storybook/?path=/docs/components-layout-vjoywrapper--docs) |
|
|
19
|
+
| **DSDS (machine)** | [`JoyWrapper.dsds.json`](./JoyWrapper.dsds.json) |
|
|
20
|
+
| **Live API** | `joy_get_component_info("VJoyWrapper")` |
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
|
|
24
|
+
## When to use this component
|
|
25
|
+
|
|
26
|
+
Use a wrapper when several sibling elements need **consistent gaps and alignment** in a flex row or column. Typical jobs: button groups, horizontal or vertical form field stacks, filter chips, skeleton layouts, and any list of Joy components that should wrap on small viewports.
|
|
27
|
+
|
|
28
|
+
Prefer `VJoyWrapper` over ad-hoc `display: flex` in product CSS so spacing stays on the Joy spacing scale (`columnGap` / `rowGap` map to `--joy-core-spacing-*`).
|
|
29
|
+
|
|
30
|
+
### When not to use this component
|
|
31
|
+
|
|
32
|
+
| Need | Use instead |
|
|
33
|
+
| --- | --- |
|
|
34
|
+
| Label + field + error grouped as one form unit | `VJoyFormGroup` |
|
|
35
|
+
| Card / panel with header, body, and footer | `VJoyPanel` |
|
|
36
|
+
| Full page structure (header, sidebar, content) | `VJoyTemplate` |
|
|
37
|
+
| Pre-styled tag list container | `VJoyTagsList` (or `VJoyWrapper` + `VJoyTag` when you need more control) |
|
|
38
|
+
| Every flexbox option (grid, `space-around`, arbitrary child rules) | Extend only with documented props — don’t replace with raw layout CSS for the same job |
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
## How it works
|
|
43
|
+
|
|
44
|
+
### Anatomy
|
|
45
|
+
|
|
46
|
+
| Part | Required? | What it is |
|
|
47
|
+
| --- | --- | --- |
|
|
48
|
+
| Root (`div.joy-wrapper`) | Yes | Flex container; modifier classes set justify, align, direction, wrap, and gaps |
|
|
49
|
+
| Default slot | Yes | Direct children laid out in the flex flow |
|
|
50
|
+
| Bottom margin | Default on | `margin-bottom: --joy-core-spacing-8` unless `noMargin` is true |
|
|
51
|
+
|
|
52
|
+
Children get `max-width: 100%`. With `itemStretch`, direct children receive `flex: 1 0 auto` so they share horizontal space. Nested `.joy-panel` children get `width: auto`.
|
|
53
|
+
|
|
54
|
+
### Default values
|
|
55
|
+
|
|
56
|
+
- `justify` defaults to **`flex-start`**
|
|
57
|
+
- `align` defaults to **`center`**
|
|
58
|
+
- `direction` defaults to **`row`**
|
|
59
|
+
- `wrap` defaults to **`wrap`**
|
|
60
|
+
- `columnGap` defaults to **`4`** (spacing token)
|
|
61
|
+
- `rowGap` defaults to **`8`** (spacing token)
|
|
62
|
+
- `noMargin` defaults to **`false`** (bottom margin applied)
|
|
63
|
+
- `itemStretch` is **unset** (no stretch until explicitly `true`)
|
|
64
|
+
|
|
65
|
+
Props and slots: use Joy MCP or Storybook — this page focuses on **when** and **how**, not a full API dump.
|
|
66
|
+
|
|
67
|
+
### Layout props (behavioral)
|
|
68
|
+
|
|
69
|
+
| Prop | Maps to | Typical use |
|
|
70
|
+
| --- | --- | --- |
|
|
71
|
+
| `direction="row"` | `flex-direction: row` | Button rows, inline filters |
|
|
72
|
+
| `direction="column"` | `flex-direction: column` | Stacked inputs or sections |
|
|
73
|
+
| `justify` | `justify-content` | Spread items (`space-between` for toolbar ends) |
|
|
74
|
+
| `align` | `align-items` | Vertical alignment in a row; use `stretch` for equal-height columns |
|
|
75
|
+
| `wrap` | `flex-wrap` | `wrap` (default) for responsive rows; `nowrap` to keep one line |
|
|
76
|
+
| `columnGap` / `rowGap` | `column-gap` / `row-gap` | Token `"0"`–`"12"` — don’t use raw px |
|
|
77
|
+
| `itemStretch` | `flex-grow` on children | Equal-width fields in a horizontal form row |
|
|
78
|
+
| `noMargin` | Removes default bottom margin | Nested wrappers or tight vertical rhythm |
|
|
79
|
+
|
|
80
|
+
---
|
|
81
|
+
|
|
82
|
+
## Best practices
|
|
83
|
+
|
|
84
|
+
Rules use RFC 2119 strength (**MUST** / **SHOULD** / **MUST NOT** / **SHOULD NOT**).
|
|
85
|
+
|
|
86
|
+
### Layout
|
|
87
|
+
|
|
88
|
+
- **SHOULD** use `direction="column"` with `align="stretch"` for vertical form stacks.
|
|
89
|
+
- **SHOULD** use `itemStretch` when sibling inputs or panels should share horizontal space in a row.
|
|
90
|
+
- **SHOULD** set `noMargin` on the last wrapper in a section or when spacing is handled by a parent.
|
|
91
|
+
- **SHOULD** use `wrap="wrap"` (default) for button or tag rows that may overflow on narrow viewports.
|
|
92
|
+
- **MUST NOT** rely on `VJoyWrapper` for grid layouts or uncommon `justify-content` values not in the API.
|
|
93
|
+
|
|
94
|
+
### Implementation
|
|
95
|
+
|
|
96
|
+
- **MUST** use only documented prop values from MCP or `JoyWrapper.types.ts`.
|
|
97
|
+
- **MUST** use spacing tokens via `columnGap` / `rowGap` — not inline `gap` in px.
|
|
98
|
+
- **MUST NOT** invent props (`gap`, `size`, `variant`, …).
|
|
99
|
+
- **MUST NOT** override `.joy-wrapper` flex rules in product CSS when a prop already exists.
|
|
100
|
+
- **SHOULD** nest `VJoyFormGroup` inside a wrapper for each logical field, not replace `VJoyFormGroup` with wrapper-only markup.
|
|
101
|
+
|
|
102
|
+
### Do / don’t
|
|
103
|
+
|
|
104
|
+
| Do | Don’t |
|
|
105
|
+
| --- | --- |
|
|
106
|
+
| `columnGap="4"` `rowGap="8"` for token-consistent spacing | `style="gap: 12px"` on a plain `motion.div` |
|
|
107
|
+
| `noMargin` on inner wrappers in a stack | Double bottom margins from wrapper + parent |
|
|
108
|
+
| `itemStretch` for equal-width inputs in a row | Manual `flex: 1` on every child in app CSS |
|
|
109
|
+
| `VJoyFormGroup` per field inside a column wrapper | One wrapper with no labels/errors between fields |
|
|
110
|
+
|
|
111
|
+
---
|
|
112
|
+
|
|
113
|
+
## Accessibility
|
|
114
|
+
|
|
115
|
+
`VJoyWrapper` is a **non-interactive layout container** (`div`). It has no focusable parts and does not define ARIA roles.
|
|
116
|
+
|
|
117
|
+
| Behavior | Expectation |
|
|
118
|
+
| --- | --- |
|
|
119
|
+
| Semantics | Do not use the wrapper as a button, link, or landmark — keep semantics on children |
|
|
120
|
+
| Reading order | DOM order in the default slot matches visual order (row or column) |
|
|
121
|
+
| Keyboard | No keyboard behavior on the wrapper itself; interactive children keep their own focus order |
|
|
122
|
+
| Long content | Children are capped at `max-width: 100%`; very long unbroken text in `VJoyText` may still need an explicit `max-width` on the text node |
|
|
123
|
+
|
|
124
|
+
---
|
|
125
|
+
|
|
126
|
+
## Examples
|
|
127
|
+
|
|
128
|
+
```vue
|
|
129
|
+
<script setup lang="ts">
|
|
130
|
+
import { VJoyWrapper, VJoyButton, VJoyInput } from '@maltjoy/core-vue'
|
|
131
|
+
</script>
|
|
132
|
+
|
|
133
|
+
<template>
|
|
134
|
+
<!-- Button group (default row, wrap) -->
|
|
135
|
+
<VJoyWrapper>
|
|
136
|
+
<VJoyButton label="Save" variant="main" size="xsmall" />
|
|
137
|
+
<VJoyButton label="Cancel" variant="ghost" size="xsmall" />
|
|
138
|
+
</VJoyWrapper>
|
|
139
|
+
|
|
140
|
+
<!-- Vertical form stack -->
|
|
141
|
+
<VJoyWrapper direction="column" align="stretch">
|
|
142
|
+
<VJoyInput name="email" label="Email" />
|
|
143
|
+
<VJoyInput name="phone" label="Phone" />
|
|
144
|
+
</VJoyWrapper>
|
|
145
|
+
|
|
146
|
+
<!-- Horizontal fields with equal width -->
|
|
147
|
+
<VJoyWrapper item-stretch>
|
|
148
|
+
<VJoyInput name="first" label="First name" />
|
|
149
|
+
<VJoyInput name="last" label="Last name" />
|
|
150
|
+
</VJoyWrapper>
|
|
151
|
+
|
|
152
|
+
<!-- Tight nested layout (no extra bottom margin) -->
|
|
153
|
+
<VJoyWrapper direction="column" no-margin row-gap="2">
|
|
154
|
+
<slot name="password-requirements" />
|
|
155
|
+
</VJoyWrapper>
|
|
156
|
+
</template>
|
|
157
|
+
```
|
|
158
|
+
|
|
159
|
+
In Nuxt (or apps with auto-import), omit the import if `VJoyWrapper` is already global.
|
|
160
|
+
|
|
161
|
+
---
|
|
162
|
+
|
|
163
|
+
## Related
|
|
164
|
+
|
|
165
|
+
| Component | Use when |
|
|
166
|
+
| --- | --- |
|
|
167
|
+
| `VJoyFormGroup` | One label + control + errors as a single form unit |
|
|
168
|
+
| `VJoyPanel` | Bordered card with header, body, and actions |
|
|
169
|
+
| `VJoyTagsList` | Opinionated horizontal list of `VJoyTag` |
|
|
170
|
+
| `VJoyFormFieldSkeleton` / `VJoyBlockSkeleton` | Loading placeholders — often composed inside `VJoyWrapper` |
|
|
171
|
+
| `VJoyButton` | Primary actions in button groups |
|
|
172
|
+
| `VJoyInput` | Fields in column or stretched row layouts |
|
|
173
|
+
| `VJoyText` | Long copy inside a wrapper may need `max-width` to avoid layout breakage |
|
|
@@ -261,23 +261,7 @@
|
|
|
261
261
|
".joy-font-size-secondary-200",
|
|
262
262
|
".joy-font-size-secondary-400",
|
|
263
263
|
".joy-font-size-secondary-600",
|
|
264
|
-
".joy-font-size-secondary-800"
|
|
265
|
-
".joy-font-primary-100",
|
|
266
|
-
".joy-font-primary-150",
|
|
267
|
-
".joy-font-primary-200",
|
|
268
|
-
".joy-font-primary-250",
|
|
269
|
-
".joy-font-primary-300",
|
|
270
|
-
".joy-font-primary-350",
|
|
271
|
-
".joy-font-primary-400",
|
|
272
|
-
".joy-font-primary-450",
|
|
273
|
-
".joy-font-primary-600",
|
|
274
|
-
".joy-font-primary-650",
|
|
275
|
-
".joy-font-primary-800",
|
|
276
|
-
".joy-font-primary-850",
|
|
277
|
-
".joy-font-secondary-200",
|
|
278
|
-
".joy-font-secondary-400",
|
|
279
|
-
".joy-font-secondary-600",
|
|
280
|
-
".joy-font-secondary-800"
|
|
264
|
+
".joy-font-size-secondary-800"
|
|
281
265
|
],
|
|
282
266
|
"elevation": [
|
|
283
267
|
".joy-core-elevation-0",
|
package/dist/doc/index.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generated": "2026-07-
|
|
3
|
-
"version": "0.
|
|
2
|
+
"generated": "2026-07-22T09:35:12.292Z",
|
|
3
|
+
"version": "0.6.0-beta.0",
|
|
4
4
|
"statistics": {
|
|
5
|
-
"totalComponents":
|
|
6
|
-
"totalProps":
|
|
7
|
-
"totalEvents":
|
|
8
|
-
"totalSlots":
|
|
9
|
-
"componentsWithVModel":
|
|
5
|
+
"totalComponents": 82,
|
|
6
|
+
"totalProps": 473,
|
|
7
|
+
"totalEvents": 66,
|
|
8
|
+
"totalSlots": 148,
|
|
9
|
+
"componentsWithVModel": 22,
|
|
10
10
|
"componentsWithErrors": 0,
|
|
11
11
|
"componentsWithPartialErrors": 1
|
|
12
12
|
},
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
25
|
"name": "VJoyAvailability",
|
|
26
|
-
"description": "A status indicator component for displaying user availability information.\nFeatures colored dots and optional labels to communicate different availability states such as available, not available, available soon, or partially available.\nCan be displayed as a simple dot indicator or with descriptive text labels that handle long content gracefully
|
|
26
|
+
"description": "A status indicator component for displaying user availability information.\nFeatures colored dots and optional labels to communicate different availability states such as available, not available, available soon, or partially available.\nCan be displayed as a simple dot indicator or with descriptive text labels that handle long content gracefully.",
|
|
27
27
|
"category": "View",
|
|
28
28
|
"path": "VJoyAvailability/metadata.json",
|
|
29
29
|
"propsCount": 3,
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"description": "A button component supporting multiple variants, sizes, and states.\nFeatures icon support, loading states and can function as either a button or link element.\nIncludes ripple effects and comprehensive styling options for different use cases from primary actions to subtle ghost buttons.\n\n**Tips:** set a \"href\" attribute to make the button a link.",
|
|
107
107
|
"category": "Buttons",
|
|
108
108
|
"path": "VJoyButton/metadata.json",
|
|
109
|
-
"propsCount":
|
|
109
|
+
"propsCount": 8,
|
|
110
110
|
"eventsCount": 0,
|
|
111
111
|
"slotsCount": 1,
|
|
112
112
|
"hasError": false
|
|
@@ -253,10 +253,10 @@
|
|
|
253
253
|
},
|
|
254
254
|
{
|
|
255
255
|
"name": "VJoyDropzone",
|
|
256
|
-
"description": "A file upload component with drag-and-drop functionality for handling file selection and management.\nSupports single or multiple file uploads, file validation and customizable file displays.\nFeatures visual feedback for disabled, invalid, and drag states, error handling, and flexible content slots for file information and actions.\n\nThe dropzone requires a `v-model` bound to an array containing objects with at least the `name` property (or `File` instances).\n\nUse `canDelete` (default `true`) to hide the delete button on file items while keeping update available. Set `disabled` to block uploads, drag-and-drop, and file actions. Set `invalid` for parent form feedback (e.g. required empty field); it adds invalid styling but does not replace format/size validation. The exposed `invalid` ref only reflects file validation (`accept`, `maxSize`); the `invalid` prop is for external form state—both can apply the invalid appearance.\n\nSlots: `dropzone-description` for the main instruction (default text with browse link), `dropzone-subtitle` for an optional hint line (empty by default), `dropzone-legend` for helper text below the zone, `file-information` and `file-actions` for per-file content (slot prop `file`). In single-file mode, `dropzone-legend` is hidden when a format or size error is shown (`VJoyFormError` instead); in multiple mode, errors appear on each file item and the legend stays visible.",
|
|
256
|
+
"description": "A file upload component with drag-and-drop functionality for handling file selection and management.\nSupports single or multiple file uploads, file validation and customizable file displays.\nFeatures visual feedback for disabled, invalid, and drag states, error handling, and flexible content slots for file information and actions.\n\nThe dropzone requires a `v-model` bound to an array containing objects with at least the `name` property (or `File` instances).\n\nUse `label` to display a label above the dropzone. Use `canDelete` (default `true`) to hide the delete button on file items while keeping update available. Set `disabled` to block uploads, drag-and-drop, and file actions. Set `invalid` for parent form feedback (e.g. required empty field); it adds invalid styling but does not replace format/size validation. The exposed `invalid` ref only reflects file validation (`accept`, `maxSize`); the `invalid` prop is for external form state—both can apply the invalid appearance.\n\nSlots: `dropzone-description` for the main instruction (default text with browse link), `dropzone-subtitle` for an optional hint line (empty by default), `dropzone-legend` for helper text below the zone, `file-information` and `file-actions` for per-file content (slot prop `file`). In single-file mode, `dropzone-legend` is hidden when a format or size error is shown (`VJoyFormError` instead); in multiple mode, errors appear on each file item and the legend stays visible.",
|
|
257
257
|
"category": "Forms",
|
|
258
258
|
"path": "VJoyDropzone/metadata.json",
|
|
259
|
-
"propsCount":
|
|
259
|
+
"propsCount": 14,
|
|
260
260
|
"eventsCount": 0,
|
|
261
261
|
"slotsCount": 5,
|
|
262
262
|
"hasError": false
|
|
@@ -296,7 +296,7 @@
|
|
|
296
296
|
"description": "A form error display component for showing error messages.\nFeatures a warning icon, support for single error messages or multiple error lists, and visibility control for conditional error display.\nIncludes proper accessibility attributes with alert role for screen reader announcement of form errors.",
|
|
297
297
|
"category": "Forms",
|
|
298
298
|
"path": "VJoyFormError/metadata.json",
|
|
299
|
-
"propsCount":
|
|
299
|
+
"propsCount": 3,
|
|
300
300
|
"eventsCount": 0,
|
|
301
301
|
"slotsCount": 1,
|
|
302
302
|
"hasError": false
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
},
|
|
374
374
|
{
|
|
375
375
|
"name": "VJoyIconButton",
|
|
376
|
-
"description": "A dedicated icon-button component built on top of `VJoyButton`.\
|
|
376
|
+
"description": "A dedicated icon-button component built on top of `VJoyButton`.\nIcon-only button with an accessible label.",
|
|
377
377
|
"category": "Buttons",
|
|
378
378
|
"path": "VJoyIconButton/metadata.json",
|
|
379
379
|
"propsCount": 6,
|
|
@@ -403,10 +403,10 @@
|
|
|
403
403
|
},
|
|
404
404
|
{
|
|
405
405
|
"name": "VJoyInput",
|
|
406
|
-
"description": "A comprehensive form input component with extensive customization and validation features.\nSupports multiple input types, icon support, clearable functionality,
|
|
406
|
+
"description": "A comprehensive form input component with extensive customization and validation features.\nSupports multiple input types, icon support, clearable functionality, and comprehensive validation states.\nFeatures auto-focus capabilities, accessibility compliance, and seamless integration with form validation systems.",
|
|
407
407
|
"category": "Forms",
|
|
408
408
|
"path": "VJoyInput/metadata.json",
|
|
409
|
-
"propsCount":
|
|
409
|
+
"propsCount": 18,
|
|
410
410
|
"eventsCount": 1,
|
|
411
411
|
"slotsCount": 2,
|
|
412
412
|
"hasError": false
|
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
"description": "Password input built on top of VJoyInput with built-in visibility toggle.",
|
|
437
437
|
"category": "Forms",
|
|
438
438
|
"path": "VJoyInputPassword/metadata.json",
|
|
439
|
-
"propsCount":
|
|
439
|
+
"propsCount": 14,
|
|
440
440
|
"eventsCount": 1,
|
|
441
441
|
"slotsCount": 1,
|
|
442
442
|
"hasError": false
|
|
@@ -491,16 +491,6 @@
|
|
|
491
491
|
"slotsCount": 0,
|
|
492
492
|
"hasError": false
|
|
493
493
|
},
|
|
494
|
-
{
|
|
495
|
-
"name": "VJoyMultiCheckbox",
|
|
496
|
-
"description": "A multi-selection checkbox group component for handling arrays of selected values.\nSimplifies multi-selection scenarios by managing checkbox states and array manipulation automatically.\nFeatures integrated labeling, fieldset structure for accessibility, and customizable checkbox content through slots.\nPerfect for filtering interfaces and bulk selection operations.",
|
|
497
|
-
"category": "Forms",
|
|
498
|
-
"path": "VJoyMultiCheckbox/metadata.json",
|
|
499
|
-
"propsCount": 9,
|
|
500
|
-
"eventsCount": 1,
|
|
501
|
-
"slotsCount": 2,
|
|
502
|
-
"hasError": false
|
|
503
|
-
},
|
|
504
494
|
{
|
|
505
495
|
"name": "VJoyPagination",
|
|
506
496
|
"description": "A complete pagination component for navigating through large datasets with proper accessibility support.\nFeatures automatic page number calculation, gap handling for large page counts, customizable navigation arrows,\nand router integration support through slots. Includes proper ARIA attributes and keyboard navigation\nfor an accessible pagination experience across different content types.",
|
|
@@ -533,7 +523,7 @@
|
|
|
533
523
|
},
|
|
534
524
|
{
|
|
535
525
|
"name": "VJoyPasswordRequirement",
|
|
536
|
-
"description": "A component to display a password requirement status.\nThis is meant to be displayed under
|
|
526
|
+
"description": "A component to display a password requirement status.\nThis is meant to be displayed under VJoyInputPassword.",
|
|
537
527
|
"category": "Forms",
|
|
538
528
|
"path": "VJoyPasswordRequirement/metadata.json",
|
|
539
529
|
"propsCount": 2,
|
|
@@ -803,10 +793,10 @@
|
|
|
803
793
|
},
|
|
804
794
|
{
|
|
805
795
|
"name": "VJoyUserCard",
|
|
806
|
-
"description": "A comprehensive user profile card component for displaying user information in a structured layout.\nFeatures integrated avatar display, name/subtitle presentation, rating stars support, and optional\nlink functionality for navigation. Includes multiple customization slots for avatar, title, subtitle,\nand
|
|
796
|
+
"description": "A comprehensive user profile card component for displaying user information in a structured layout.\nFeatures integrated avatar display, name/subtitle presentation, rating stars support, and optional\nlink functionality for navigation. Includes multiple customization slots for avatar, title, subtitle,\nand free content through the default slot, with full attribute inheritance for link behavior and\naccessibility. The user-card-rating-stars slot is deprecated; use the default slot for custom\nrating stars or other free content instead.",
|
|
807
797
|
"category": "View",
|
|
808
798
|
"path": "VJoyUserCard/metadata.json",
|
|
809
|
-
"propsCount":
|
|
799
|
+
"propsCount": 4,
|
|
810
800
|
"eventsCount": 0,
|
|
811
801
|
"slotsCount": 5,
|
|
812
802
|
"hasError": false
|
package/dist/index.js
CHANGED
|
@@ -7,12 +7,10 @@ import { fileURLToPath } from 'url';
|
|
|
7
7
|
import { dirname, join } from 'path';
|
|
8
8
|
import { listComponentsTool, handleListComponents } from './tools/list-components.js';
|
|
9
9
|
import { getComponentInfoTool, handleGetComponentInfo } from './tools/get-component-info.js';
|
|
10
|
+
import { getComponentGuidelineTool, handleGetComponentGuideline } from './tools/get-component-guideline.js';
|
|
10
11
|
import { listDesignTokensTool, handleListDesignTokens } from './tools/list-design-tokens.js';
|
|
11
12
|
import { listCssClassesTool, handleListCssClasses } from './tools/list-css-classes.js';
|
|
12
13
|
import { getComponentTypesTool, handleGetComponentTypes } from './tools/get-component-types.js';
|
|
13
|
-
import { listDocumentationPagesTool, handleListDocumentationPages } from './tools/list-documentation-pages.js';
|
|
14
|
-
import { getDocumentationPageTool, handleGetDocumentationPage } from './tools/get-documentation-page.js';
|
|
15
|
-
import { searchDocumentationTool, handleSearchDocumentation } from './tools/search-documentation.js';
|
|
16
14
|
const __filename = fileURLToPath(import.meta.url);
|
|
17
15
|
const __dirname = dirname(__filename);
|
|
18
16
|
/**
|
|
@@ -24,7 +22,7 @@ class JoyMcpServer {
|
|
|
24
22
|
constructor() {
|
|
25
23
|
this.server = new Server({
|
|
26
24
|
name: 'joy-design-system',
|
|
27
|
-
version: '0.
|
|
25
|
+
version: '0.6.0-beta.0',
|
|
28
26
|
}, {
|
|
29
27
|
capabilities: {
|
|
30
28
|
tools: {},
|
|
@@ -40,12 +38,10 @@ class JoyMcpServer {
|
|
|
40
38
|
tools: [
|
|
41
39
|
listComponentsTool,
|
|
42
40
|
getComponentInfoTool,
|
|
41
|
+
getComponentGuidelineTool,
|
|
43
42
|
getComponentTypesTool,
|
|
44
43
|
listDesignTokensTool,
|
|
45
44
|
listCssClassesTool,
|
|
46
|
-
listDocumentationPagesTool,
|
|
47
|
-
getDocumentationPageTool,
|
|
48
|
-
searchDocumentationTool,
|
|
49
45
|
],
|
|
50
46
|
};
|
|
51
47
|
});
|
|
@@ -89,6 +85,18 @@ class JoyMcpServer {
|
|
|
89
85
|
],
|
|
90
86
|
};
|
|
91
87
|
}
|
|
88
|
+
case 'joy_get_component_guideline': {
|
|
89
|
+
const componentName = args?.componentName;
|
|
90
|
+
const result = await handleGetComponentGuideline(componentName);
|
|
91
|
+
return {
|
|
92
|
+
content: [
|
|
93
|
+
{
|
|
94
|
+
type: 'text',
|
|
95
|
+
text: JSON.stringify(result, null, 2),
|
|
96
|
+
},
|
|
97
|
+
],
|
|
98
|
+
};
|
|
99
|
+
}
|
|
92
100
|
case 'joy_list_design_tokens': {
|
|
93
101
|
const result = handleListDesignTokens();
|
|
94
102
|
return {
|
|
@@ -111,24 +119,6 @@ class JoyMcpServer {
|
|
|
111
119
|
],
|
|
112
120
|
};
|
|
113
121
|
}
|
|
114
|
-
case 'joy_list_documentation_pages': {
|
|
115
|
-
const result = await handleListDocumentationPages(args?.category, args?.componentName);
|
|
116
|
-
return {
|
|
117
|
-
content: [{ type: 'text', text: JSON.stringify(result, null, 2) }],
|
|
118
|
-
};
|
|
119
|
-
}
|
|
120
|
-
case 'joy_get_documentation_page': {
|
|
121
|
-
const result = await handleGetDocumentationPage(args?.page, args?.section);
|
|
122
|
-
return {
|
|
123
|
-
content: [{ type: 'text', text: JSON.stringify(result, null, 2) }],
|
|
124
|
-
};
|
|
125
|
-
}
|
|
126
|
-
case 'joy_search_documentation': {
|
|
127
|
-
const result = await handleSearchDocumentation(args?.query, args?.componentName, args?.limit);
|
|
128
|
-
return {
|
|
129
|
-
content: [{ type: 'text', text: JSON.stringify(result, null, 2) }],
|
|
130
|
-
};
|
|
131
|
-
}
|
|
132
122
|
default:
|
|
133
123
|
throw new Error(`Unknown tool: ${name}`);
|
|
134
124
|
}
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,2CAA2C,CAAC;AACnE,OAAO,EAAE,oBAAoB,EAAE,MAAM,2CAA2C,CAAC;AACjF,OAAO,EACL,qBAAqB,EACrB,sBAAsB,GACvB,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAE,MAAM,IAAI,CAAC;AAChC,OAAO,EAAE,aAAa,EAAE,MAAM,KAAK,CAAC;AACpC,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAC;AAErC,OAAO,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AACtF,OAAO,EAAE,oBAAoB,EAAE,sBAAsB,EAAE,MAAM,+BAA+B,CAAC;AAC7F,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tool definition for retrieving the DSDS usage guideline markdown for a Joy component.
|
|
3
|
+
*/
|
|
4
|
+
export declare const getComponentGuidelineTool: {
|
|
5
|
+
name: string;
|
|
6
|
+
description: string;
|
|
7
|
+
inputSchema: {
|
|
8
|
+
type: string;
|
|
9
|
+
properties: {
|
|
10
|
+
componentName: {
|
|
11
|
+
type: string;
|
|
12
|
+
description: string;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
required: string[];
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
export interface ComponentGuidelineResult {
|
|
19
|
+
componentName: string;
|
|
20
|
+
format: 'markdown';
|
|
21
|
+
source: 'DSDS.guideline.md';
|
|
22
|
+
content: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Handler for joy_get_component_guideline
|
|
26
|
+
*/
|
|
27
|
+
export declare function handleGetComponentGuideline(componentName: string): Promise<ComponentGuidelineResult | {
|
|
28
|
+
error: string;
|
|
29
|
+
}>;
|
|
30
|
+
//# sourceMappingURL=get-component-guideline.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-component-guideline.d.ts","sourceRoot":"","sources":["../../src/tools/get-component-guideline.ts"],"names":[],"mappings":"AAOA;;GAEG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;CAkBrC,CAAC;AAEF,MAAM,WAAW,wBAAwB;IACrC,aAAa,EAAE,MAAM,CAAC;IACtB,MAAM,EAAE,UAAU,CAAC;IACnB,MAAM,EAAE,mBAAmB,CAAC;IAC5B,OAAO,EAAE,MAAM,CAAC;CACnB;AAED;;GAEG;AACH,wBAAsB,2BAA2B,CAC7C,aAAa,EAAE,MAAM,GACtB,OAAO,CAAC,wBAAwB,GAAG;IAAC,KAAK,EAAE,MAAM,CAAA;CAAC,CAAC,CAwBrD"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { existsSync, readFileSync } from 'fs';
|
|
2
|
+
import { fileURLToPath } from 'url';
|
|
3
|
+
import { dirname, join } from 'path';
|
|
4
|
+
const __filename = fileURLToPath(import.meta.url);
|
|
5
|
+
const __dirname = dirname(__filename);
|
|
6
|
+
/**
|
|
7
|
+
* Tool definition for retrieving the DSDS usage guideline markdown for a Joy component.
|
|
8
|
+
*/
|
|
9
|
+
export const getComponentGuidelineTool = {
|
|
10
|
+
name: 'joy_get_component_guideline',
|
|
11
|
+
description: 'Retrieves the DSDS usage guideline Markdown for a Joy Vue3 component. ' +
|
|
12
|
+
'Includes when to use / not use, anatomy, variants, best practices (MUST / SHOULD), ' +
|
|
13
|
+
'accessibility, examples, and agent rules. ' +
|
|
14
|
+
'Use this after joy_get_component_info when you need usage guidance — not a props dump. ' +
|
|
15
|
+
'Provide the exact component name (e.g., VJoyButton).',
|
|
16
|
+
inputSchema: {
|
|
17
|
+
type: 'object',
|
|
18
|
+
properties: {
|
|
19
|
+
componentName: {
|
|
20
|
+
type: 'string',
|
|
21
|
+
description: 'The exact name of the component (e.g., VJoyButton, VJoyInput)',
|
|
22
|
+
},
|
|
23
|
+
},
|
|
24
|
+
required: ['componentName'],
|
|
25
|
+
},
|
|
26
|
+
};
|
|
27
|
+
/**
|
|
28
|
+
* Handler for joy_get_component_guideline
|
|
29
|
+
*/
|
|
30
|
+
export async function handleGetComponentGuideline(componentName) {
|
|
31
|
+
if (!componentName || typeof componentName !== 'string') {
|
|
32
|
+
return {
|
|
33
|
+
error: 'Invalid component name. Please provide a valid component name (e.g., VJoyButton).',
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
const guidelinePath = join(__dirname, '..', 'doc', componentName, 'guideline.md');
|
|
37
|
+
if (!existsSync(guidelinePath)) {
|
|
38
|
+
return {
|
|
39
|
+
error: `No DSDS guideline found for component "${componentName}". ` +
|
|
40
|
+
'Use joy_list_components to get a list of available components, ' +
|
|
41
|
+
'or joy_get_component_info for the API surface.',
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
return {
|
|
45
|
+
componentName,
|
|
46
|
+
format: 'markdown',
|
|
47
|
+
source: 'DSDS.guideline.md',
|
|
48
|
+
content: readFileSync(guidelinePath, 'utf-8'),
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
//# sourceMappingURL=get-component-guideline.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-component-guideline.js","sourceRoot":"","sources":["../../src/tools/get-component-guideline.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAE,YAAY,EAAC,MAAM,IAAI,CAAC;AAC5C,OAAO,EAAC,aAAa,EAAC,MAAM,KAAK,CAAC;AAClC,OAAO,EAAC,OAAO,EAAE,IAAI,EAAC,MAAM,MAAM,CAAC;AAEnC,MAAM,UAAU,GAAG,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AAClD,MAAM,SAAS,GAAG,OAAO,CAAC,UAAU,CAAC,CAAC;AAEtC;;GAEG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAG;IACrC,IAAI,EAAE,6BAA6B;IACnC,WAAW,EACP,wEAAwE;QACxE,qFAAqF;QACrF,4CAA4C;QAC5C,yFAAyF;QACzF,sDAAsD;IAC1D,WAAW,EAAE;QACT,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACR,aAAa,EAAE;gBACX,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,+DAA+D;aAC/E;SACJ;QACD,QAAQ,EAAE,CAAC,eAAe,CAAC;KAC9B;CACJ,CAAC;AASF;;GAEG;AACH,MAAM,CAAC,KAAK,UAAU,2BAA2B,CAC7C,aAAqB;IAErB,IAAI,CAAC,aAAa,IAAI,OAAO,aAAa,KAAK,QAAQ,EAAE,CAAC;QACtD,OAAO;YACH,KAAK,EAAE,mFAAmF;SAC7F,CAAC;IACN,CAAC;IAED,MAAM,aAAa,GAAG,IAAI,CAAC,SAAS,EAAE,IAAI,EAAE,KAAK,EAAE,aAAa,EAAE,cAAc,CAAC,CAAC;IAElF,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,EAAE,CAAC;QAC7B,OAAO;YACH,KAAK,EACD,0CAA0C,aAAa,KAAK;gBAC5D,iEAAiE;gBACjE,gDAAgD;SACvD,CAAC;IACN,CAAC;IAED,OAAO;QACH,aAAa;QACb,MAAM,EAAE,UAAU;QAClB,MAAM,EAAE,mBAAmB;QAC3B,OAAO,EAAE,YAAY,CAAC,aAAa,EAAE,OAAO,CAAC;KAChD,CAAC;AACN,CAAC"}
|
|
@@ -1,11 +1,4 @@
|
|
|
1
1
|
import { ComponentInfo } from '../parser.js';
|
|
2
|
-
interface ComponentInfoWithDocumentation extends ComponentInfo {
|
|
3
|
-
documentationPages: Array<{
|
|
4
|
-
id: string;
|
|
5
|
-
slug: string;
|
|
6
|
-
title: string;
|
|
7
|
-
}>;
|
|
8
|
-
}
|
|
9
2
|
/**
|
|
10
3
|
* Tool definition for getting detailed information about a specific Joy Vue component
|
|
11
4
|
*/
|
|
@@ -26,8 +19,7 @@ export declare const getComponentInfoTool: {
|
|
|
26
19
|
/**
|
|
27
20
|
* Handler for the get component info tool
|
|
28
21
|
*/
|
|
29
|
-
export declare function handleGetComponentInfo(componentName: string): Promise<
|
|
22
|
+
export declare function handleGetComponentInfo(componentName: string): Promise<ComponentInfo | {
|
|
30
23
|
error: string;
|
|
31
24
|
}>;
|
|
32
|
-
export {};
|
|
33
25
|
//# sourceMappingURL=get-component-info.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-component-info.d.ts","sourceRoot":"","sources":["../../src/tools/get-component-info.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,aAAa,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"get-component-info.d.ts","sourceRoot":"","sources":["../../src/tools/get-component-info.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,aAAa,EAAE,MAAM,cAAc,CAAC;AAEjE;;GAEG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;CAahC,CAAC;AAEF;;GAEG;AACH,wBAAsB,sBAAsB,CAAC,aAAa,EAAE,MAAM,GAAG,OAAO,CAAC,aAAa,GAAG;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,CAAC,CAgB9G"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { parseComponentInfo } from '../parser.js';
|
|
2
|
-
import { listDocumentationPages } from '../zeroheight-parser.js';
|
|
3
2
|
/**
|
|
4
3
|
* Tool definition for getting detailed information about a specific Joy Vue component
|
|
5
4
|
*/
|
|
@@ -32,13 +31,6 @@ export async function handleGetComponentInfo(componentName) {
|
|
|
32
31
|
error: `Component "${componentName}" not found. Use joy_list_components to get a list of available components.`
|
|
33
32
|
};
|
|
34
33
|
}
|
|
35
|
-
return
|
|
36
|
-
...componentInfo,
|
|
37
|
-
documentationPages: listDocumentationPages(undefined, componentName).map((page) => ({
|
|
38
|
-
id: page.id,
|
|
39
|
-
slug: page.slug,
|
|
40
|
-
title: page.title,
|
|
41
|
-
})),
|
|
42
|
-
};
|
|
34
|
+
return componentInfo;
|
|
43
35
|
}
|
|
44
36
|
//# sourceMappingURL=get-component-info.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-component-info.js","sourceRoot":"","sources":["../../src/tools/get-component-info.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAiB,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"get-component-info.js","sourceRoot":"","sources":["../../src/tools/get-component-info.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAiB,MAAM,cAAc,CAAC;AAEjE;;GAEG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG;IAClC,IAAI,EAAE,wBAAwB;IAC9B,WAAW,EAAE,qMAAqM;IAClN,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,aAAa,EAAE;gBACb,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,gEAAgE;aAC9E;SACF;QACD,QAAQ,EAAE,CAAC,eAAe,CAAC;KAC5B;CACF,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,KAAK,UAAU,sBAAsB,CAAC,aAAqB;IAChE,IAAI,CAAC,aAAa,IAAI,OAAO,aAAa,KAAK,QAAQ,EAAE,CAAC;QACxD,OAAO;YACL,KAAK,EAAE,mFAAmF;SAC3F,CAAC;IACJ,CAAC;IAED,MAAM,aAAa,GAAG,kBAAkB,CAAC,aAAa,CAAC,CAAC;IAExD,IAAI,CAAC,aAAa,EAAE,CAAC;QACnB,OAAO;YACL,KAAK,EAAE,cAAc,aAAa,6EAA6E;SAChH,CAAC;IACJ,CAAC;IAED,OAAO,aAAa,CAAC;AACvB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maltjoy/mcp-server",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0-beta.0",
|
|
4
4
|
"description": "MCP server for Joy Design System - exposes Vue3 components information",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -23,18 +23,16 @@
|
|
|
23
23
|
"@modelcontextprotocol/sdk": "1.25.2"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@modelcontextprotocol/inspector": "0.22.0",
|
|
27
26
|
"@types/node": "24.12.0",
|
|
28
27
|
"tsx": "^4.21.0",
|
|
29
28
|
"typescript": "5.3.3",
|
|
30
29
|
"vue-component-meta": "3.1.5"
|
|
31
30
|
},
|
|
32
31
|
"scripts": {
|
|
33
|
-
"build": "tsc && npm run generate:components-docs:json
|
|
32
|
+
"build": "tsc && npm run generate:components-docs:json",
|
|
34
33
|
"dev": "tsc --watch",
|
|
35
34
|
"start": "node dist/index.js",
|
|
36
35
|
"generate:components-docs:json": "tsx src/json-metadata-generator.mjs",
|
|
37
|
-
"
|
|
38
|
-
"inspector": "mcp-inspector node ./dist/index.js"
|
|
36
|
+
"inspector": "pnpx @modelcontextprotocol/inspector node ./dist/index.js"
|
|
39
37
|
}
|
|
40
38
|
}
|