|
20571 | 20571 | ], |
20572 | 20572 | "subcomponents": [] |
20573 | 20573 | }, |
| 20574 | + { |
| 20575 | + "fully_qualified_name": "Primer::OpenProject::InlineMessage", |
| 20576 | + "description": "A simple component to render warning text.\n\nThe warning text is rendered in the \"attention\" Primer color and\nuses a leading alert Octicon for additional emphasis. This component\nis designed to be used \"inline\", e.g. table cells, and in places\nwhere a Banner component might be overkill.", |
| 20577 | + "accessibility_docs": null, |
| 20578 | + "is_form_component": false, |
| 20579 | + "is_published": true, |
| 20580 | + "requires_js": false, |
| 20581 | + "component": "OpenProject::InlineMessage", |
| 20582 | + "status": "alpha", |
| 20583 | + "a11y_reviewed": false, |
| 20584 | + "short_name": "OpenProjectInlineMessage", |
| 20585 | + "source": "https://github.com/primer/view_components/tree/main/app/components/primer/open_project/inline_message.rb", |
| 20586 | + "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/open_project/inline_message/default/", |
| 20587 | + "parameters": [ |
| 20588 | + { |
| 20589 | + "name": "scheme", |
| 20590 | + "type": "Symbol", |
| 20591 | + "default": "N/A", |
| 20592 | + "description": "One of `:critical`, `:success`, `:unavailable`, or `:warning`." |
| 20593 | + }, |
| 20594 | + { |
| 20595 | + "name": "size", |
| 20596 | + "type": "Symbol", |
| 20597 | + "default": "`:medium`", |
| 20598 | + "description": "One of `:medium` or `:small`." |
| 20599 | + }, |
| 20600 | + { |
| 20601 | + "name": "system_arguments", |
| 20602 | + "type": "Hash", |
| 20603 | + "default": "N/A", |
| 20604 | + "description": "{{link_to_system_arguments_docs}}" |
| 20605 | + } |
| 20606 | + ], |
| 20607 | + "slots": [], |
| 20608 | + "methods": [], |
| 20609 | + "previews": [ |
| 20610 | + { |
| 20611 | + "preview_path": "primer/open_project/inline_message/default", |
| 20612 | + "name": "default", |
| 20613 | + "snapshot": "true", |
| 20614 | + "skip_rules": { |
| 20615 | + "wont_fix": [ |
| 20616 | + "region" |
| 20617 | + ], |
| 20618 | + "will_fix": [ |
| 20619 | + "color-contrast" |
| 20620 | + ] |
| 20621 | + } |
| 20622 | + }, |
| 20623 | + { |
| 20624 | + "preview_path": "primer/open_project/inline_message/playground", |
| 20625 | + "name": "playground", |
| 20626 | + "snapshot": "false", |
| 20627 | + "skip_rules": { |
| 20628 | + "wont_fix": [ |
| 20629 | + "region" |
| 20630 | + ], |
| 20631 | + "will_fix": [ |
| 20632 | + "color-contrast" |
| 20633 | + ] |
| 20634 | + } |
| 20635 | + } |
| 20636 | + ], |
| 20637 | + "subcomponents": [] |
| 20638 | + }, |
20574 | 20639 | { |
20575 | 20640 | "fully_qualified_name": "Primer::OpenProject::InputGroup", |
20576 | 20641 | "description": "`InputGroup` is composed of a text field input with a trailing action", |
|
0 commit comments