docs: angular standalone accent and vue + angular inline style improvements#1682
Open
Morosan wants to merge 7 commits into
Open
Conversation
3f44eec to
9334315
Compare
a3f6173 to
2b41d80
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description
This PR updates a broad batch of Mintlify component and theming documentation pages, aligning them with the documentation structure and framework example conventions established by the newer migrations.
Included in this PR:
AccordionAngular examples to standalone componentsAlertAngular examples to standalone componentsAvatarAngular examples to standalone componentsBadgeAngular examples to standalone componentsBreadcrumbAngular examples to standalone componentsButtonAngular examples to standalone componentsCardAngular examples to standalone componentsCheckboxAngular examples to the full standalone component patternDate PickerAngular examples to the full standalone component patternDialogAngular examples to the full standalone component patternDividerAngular examples to standalone componentsDropdownAngular examples to standalone componentsEmpty StateAngular examples to standalone componentsIconAngular examples to standalone componentsInputAngular examples to the full standalone component patternNotificationAngular examples to the full standalone component patternPage TitleAngular examples to standalone componentsProgressAngular examples to the full standalone component patternRadioAngular examples to the full standalone component patternSelectAngular examples to the full standalone component patternSpinnerAngular examples to the full standalone component patternStatusAngular examples to standalone componentsTableAngular examples to standalone componentsTagAngular examples to standalone componentsToastAngular examples to the full standalone component patternTooltipAngular examples to the full standalone component patternCodeLivePreviewCSS tabs tostyles.cssimport "./styles.css";Tooltipdocs with MintlifyCodeLivePreview/CodeGroupstructurepreviewRootin component docsButtonandCarddocsDocumentation
All changes are documentation-only. No component source code was modified.
apps/beeq-docs/components/accordion.mdxapps/beeq-docs/components/alert.mdxapps/beeq-docs/components/avatar.mdxapps/beeq-docs/components/badge.mdxapps/beeq-docs/components/breadcrumb.mdxapps/beeq-docs/components/button.mdxapps/beeq-docs/components/card.mdxapps/beeq-docs/components/checkbox.mdxapps/beeq-docs/components/date-picker.mdxapps/beeq-docs/components/dialog.mdxapps/beeq-docs/components/divider.mdxapps/beeq-docs/components/dropdown.mdxapps/beeq-docs/components/empty-state.mdxapps/beeq-docs/components/icon.mdxapps/beeq-docs/components/input.mdxapps/beeq-docs/components/notification.mdxapps/beeq-docs/components/page-title.mdxapps/beeq-docs/components/progress.mdxapps/beeq-docs/components/radio.mdxapps/beeq-docs/components/select.mdxapps/beeq-docs/components/spinner.mdxapps/beeq-docs/components/status.mdxapps/beeq-docs/components/table.mdxapps/beeq-docs/components/tag.mdxapps/beeq-docs/components/toast.mdxapps/beeq-docs/components/tooltip.mdxapps/beeq-docs/theming/component-css-variables.mdxapps/beeq-docs/theming/custom-theme.mdxapps/beeq-docs/theming/themes-and-modes.mdxChecklist
Additional Notes
Button, and a dedicated anatomy asset is still missing forCard. The MDX structure has been aligned, but those assets still need follow-up replacement when delivered.