@salesforce/afv-skills 1.14.0 → 1.16.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/package.json +1 -1
- package/skills/activating-datacloud/SKILL.md +0 -1
- package/skills/analyzing-omnistudio-dependencies/SKILL.md +0 -1
- package/skills/applying-slds/SKILL.md +322 -0
- package/skills/applying-slds/checklists.md +83 -0
- package/skills/applying-slds/examples.md +283 -0
- package/skills/applying-slds/guidance/README.md +83 -0
- package/skills/applying-slds/guidance/blueprints-index.md +213 -0
- package/skills/applying-slds/guidance/icons-guidance.md +186 -0
- package/skills/applying-slds/guidance/overviews/borders.md +236 -0
- package/skills/applying-slds/guidance/overviews/color.md +266 -0
- package/skills/applying-slds/guidance/overviews/display-density.md +366 -0
- package/skills/applying-slds/guidance/overviews/icons.md +240 -0
- package/skills/applying-slds/guidance/overviews/illustrations.md +235 -0
- package/skills/applying-slds/guidance/overviews/shadows.md +176 -0
- package/skills/applying-slds/guidance/overviews/spacing.md +216 -0
- package/skills/applying-slds/guidance/overviews/typography.md +323 -0
- package/skills/applying-slds/guidance/overviews/utilities.md +542 -0
- package/skills/applying-slds/guidance/slds-development-guide.md +288 -0
- package/skills/applying-slds/guidance/styling-hooks/borders.md +202 -0
- package/skills/applying-slds/guidance/styling-hooks/color/expressive-palette-hooks.md +153 -0
- package/skills/applying-slds/guidance/styling-hooks/color/index.md +171 -0
- package/skills/applying-slds/guidance/styling-hooks/color/semantic/accent-hooks.md +204 -0
- package/skills/applying-slds/guidance/styling-hooks/color/semantic/feedback-hooks.md +768 -0
- package/skills/applying-slds/guidance/styling-hooks/color/semantic/surface-hooks.md +337 -0
- package/skills/applying-slds/guidance/styling-hooks/color/system-hooks.md +132 -0
- package/skills/applying-slds/guidance/styling-hooks/index.md +327 -0
- package/skills/applying-slds/guidance/styling-hooks/shadows.md +238 -0
- package/skills/applying-slds/guidance/styling-hooks/spacing.md +254 -0
- package/skills/applying-slds/guidance/styling-hooks/typography.md +448 -0
- package/skills/applying-slds/guidance/utilities/alignment.md +119 -0
- package/skills/applying-slds/guidance/utilities/borders.md +131 -0
- package/skills/applying-slds/guidance/utilities/box.md +125 -0
- package/skills/applying-slds/guidance/utilities/color.md +165 -0
- package/skills/applying-slds/guidance/utilities/dark-mode.md +111 -0
- package/skills/applying-slds/guidance/utilities/description-list.md +168 -0
- package/skills/applying-slds/guidance/utilities/floats.md +117 -0
- package/skills/applying-slds/guidance/utilities/grid.md +264 -0
- package/skills/applying-slds/guidance/utilities/horizontal-list.md +110 -0
- package/skills/applying-slds/guidance/utilities/hyphenation.md +84 -0
- package/skills/applying-slds/guidance/utilities/index.md +205 -0
- package/skills/applying-slds/guidance/utilities/interactions.md +89 -0
- package/skills/applying-slds/guidance/utilities/layout.md +109 -0
- package/skills/applying-slds/guidance/utilities/line-clamp.md +131 -0
- package/skills/applying-slds/guidance/utilities/margin.md +155 -0
- package/skills/applying-slds/guidance/utilities/media-object.md +161 -0
- package/skills/applying-slds/guidance/utilities/name-value-list.md +152 -0
- package/skills/applying-slds/guidance/utilities/padding.md +155 -0
- package/skills/applying-slds/guidance/utilities/position.md +177 -0
- package/skills/applying-slds/guidance/utilities/print.md +114 -0
- package/skills/applying-slds/guidance/utilities/scrollable.md +126 -0
- package/skills/applying-slds/guidance/utilities/sizing.md +190 -0
- package/skills/applying-slds/guidance/utilities/themes.md +121 -0
- package/skills/applying-slds/guidance/utilities/truncate.md +127 -0
- package/skills/applying-slds/guidance/utilities/typography.md +166 -0
- package/skills/applying-slds/guidance/utilities/vertical-list.md +166 -0
- package/skills/applying-slds/guidance/utilities/visibility.md +228 -0
- package/skills/applying-slds/metadata/README.md +84 -0
- package/skills/applying-slds/metadata/blueprints/components/accordion.yaml +304 -0
- package/skills/applying-slds/metadata/blueprints/components/activity-timeline.yaml +92 -0
- package/skills/applying-slds/metadata/blueprints/components/alert.yaml +103 -0
- package/skills/applying-slds/metadata/blueprints/components/app-launcher.yaml +94 -0
- package/skills/applying-slds/metadata/blueprints/components/avatar-group.yaml +81 -0
- package/skills/applying-slds/metadata/blueprints/components/avatar.yaml +97 -0
- package/skills/applying-slds/metadata/blueprints/components/badges.yaml +102 -0
- package/skills/applying-slds/metadata/blueprints/components/brand-band.yaml +198 -0
- package/skills/applying-slds/metadata/blueprints/components/breadcrumbs.yaml +95 -0
- package/skills/applying-slds/metadata/blueprints/components/builder-header.yaml +192 -0
- package/skills/applying-slds/metadata/blueprints/components/button-groups.yaml +82 -0
- package/skills/applying-slds/metadata/blueprints/components/button-icons.yaml +295 -0
- package/skills/applying-slds/metadata/blueprints/components/buttons.yaml +230 -0
- package/skills/applying-slds/metadata/blueprints/components/cards.yaml +124 -0
- package/skills/applying-slds/metadata/blueprints/components/carousel.yaml +140 -0
- package/skills/applying-slds/metadata/blueprints/components/chat.yaml +179 -0
- package/skills/applying-slds/metadata/blueprints/components/checkbox-button-group.yaml +192 -0
- package/skills/applying-slds/metadata/blueprints/components/checkbox-button.yaml +204 -0
- package/skills/applying-slds/metadata/blueprints/components/checkbox-toggle.yaml +177 -0
- package/skills/applying-slds/metadata/blueprints/components/checkbox.yaml +108 -0
- package/skills/applying-slds/metadata/blueprints/components/color-picker.yaml +172 -0
- package/skills/applying-slds/metadata/blueprints/components/combobox.yaml +136 -0
- package/skills/applying-slds/metadata/blueprints/components/counter.yaml +147 -0
- package/skills/applying-slds/metadata/blueprints/components/data-tables.yaml +157 -0
- package/skills/applying-slds/metadata/blueprints/components/datepickers.yaml +130 -0
- package/skills/applying-slds/metadata/blueprints/components/datetime-picker.yaml +155 -0
- package/skills/applying-slds/metadata/blueprints/components/docked-composer.yaml +201 -0
- package/skills/applying-slds/metadata/blueprints/components/docked-form-footer.yaml +161 -0
- package/skills/applying-slds/metadata/blueprints/components/docked-utility-bar.yaml +175 -0
- package/skills/applying-slds/metadata/blueprints/components/drop-zone.yaml +115 -0
- package/skills/applying-slds/metadata/blueprints/components/dueling-picklist.yaml +196 -0
- package/skills/applying-slds/metadata/blueprints/components/dynamic-icons.yaml +128 -0
- package/skills/applying-slds/metadata/blueprints/components/dynamic-menu.yaml +141 -0
- package/skills/applying-slds/metadata/blueprints/components/expandable-section.yaml +115 -0
- package/skills/applying-slds/metadata/blueprints/components/expression.yaml +143 -0
- package/skills/applying-slds/metadata/blueprints/components/feeds.yaml +125 -0
- package/skills/applying-slds/metadata/blueprints/components/file-selector.yaml +154 -0
- package/skills/applying-slds/metadata/blueprints/components/files.yaml +119 -0
- package/skills/applying-slds/metadata/blueprints/components/form-element.yaml +145 -0
- package/skills/applying-slds/metadata/blueprints/components/global-header.yaml +120 -0
- package/skills/applying-slds/metadata/blueprints/components/global-navigation.yaml +100 -0
- package/skills/applying-slds/metadata/blueprints/components/icons.yaml +138 -0
- package/skills/applying-slds/metadata/blueprints/components/illustration.yaml +205 -0
- package/skills/applying-slds/metadata/blueprints/components/input.yaml +151 -0
- package/skills/applying-slds/metadata/blueprints/components/list-builder.yaml +127 -0
- package/skills/applying-slds/metadata/blueprints/components/lookups.yaml +132 -0
- package/skills/applying-slds/metadata/blueprints/components/map.yaml +118 -0
- package/skills/applying-slds/metadata/blueprints/components/menus.yaml +134 -0
- package/skills/applying-slds/metadata/blueprints/components/modals.yaml +152 -0
- package/skills/applying-slds/metadata/blueprints/components/notifications.yaml +88 -0
- package/skills/applying-slds/metadata/blueprints/components/page-headers.yaml +135 -0
- package/skills/applying-slds/metadata/blueprints/components/panels.yaml +149 -0
- package/skills/applying-slds/metadata/blueprints/components/path.yaml +154 -0
- package/skills/applying-slds/metadata/blueprints/components/picklist.yaml +125 -0
- package/skills/applying-slds/metadata/blueprints/components/pills.yaml +154 -0
- package/skills/applying-slds/metadata/blueprints/components/popovers.yaml +120 -0
- package/skills/applying-slds/metadata/blueprints/components/progress-bar.yaml +110 -0
- package/skills/applying-slds/metadata/blueprints/components/progress-indicator.yaml +133 -0
- package/skills/applying-slds/metadata/blueprints/components/progress-ring.yaml +102 -0
- package/skills/applying-slds/metadata/blueprints/components/prompt.yaml +126 -0
- package/skills/applying-slds/metadata/blueprints/components/publishers.yaml +178 -0
- package/skills/applying-slds/metadata/blueprints/components/radio-button-group.yaml +172 -0
- package/skills/applying-slds/metadata/blueprints/components/radio-group.yaml +112 -0
- package/skills/applying-slds/metadata/blueprints/components/rich-text-editor.yaml +135 -0
- package/skills/applying-slds/metadata/blueprints/components/scoped-notifications.yaml +188 -0
- package/skills/applying-slds/metadata/blueprints/components/scoped-tabs.yaml +97 -0
- package/skills/applying-slds/metadata/blueprints/components/select.yaml +127 -0
- package/skills/applying-slds/metadata/blueprints/components/setup-assistant.yaml +152 -0
- package/skills/applying-slds/metadata/blueprints/components/slider.yaml +111 -0
- package/skills/applying-slds/metadata/blueprints/components/spinners.yaml +135 -0
- package/skills/applying-slds/metadata/blueprints/components/split-view.yaml +112 -0
- package/skills/applying-slds/metadata/blueprints/components/summary-detail.yaml +103 -0
- package/skills/applying-slds/metadata/blueprints/components/tabs.yaml +138 -0
- package/skills/applying-slds/metadata/blueprints/components/textarea.yaml +116 -0
- package/skills/applying-slds/metadata/blueprints/components/tiles.yaml +108 -0
- package/skills/applying-slds/metadata/blueprints/components/timepicker.yaml +111 -0
- package/skills/applying-slds/metadata/blueprints/components/toast.yaml +154 -0
- package/skills/applying-slds/metadata/blueprints/components/tooltips.yaml +107 -0
- package/skills/applying-slds/metadata/blueprints/components/tree-grid.yaml +116 -0
- package/skills/applying-slds/metadata/blueprints/components/trees.yaml +116 -0
- package/skills/applying-slds/metadata/blueprints/components/trial-bar.yaml +112 -0
- package/skills/applying-slds/metadata/blueprints/components/vertical-navigation.yaml +130 -0
- package/skills/applying-slds/metadata/blueprints/components/vertical-tabs.yaml +140 -0
- package/skills/applying-slds/metadata/blueprints/components/visual-picker.yaml +150 -0
- package/skills/applying-slds/metadata/blueprints/components/welcome-mat.yaml +136 -0
- package/skills/applying-slds/metadata/hooks-index.json +6272 -0
- package/skills/applying-slds/metadata/icon-metadata.json +38466 -0
- package/skills/applying-slds/metadata/utilities-index.json +21912 -0
- package/skills/applying-slds/references/component-selection.md +112 -0
- package/skills/applying-slds/references/icons-decision-guide.md +124 -0
- package/skills/applying-slds/references/styling-decision-guide.md +228 -0
- package/skills/applying-slds/references/utilities-quick-ref.md +125 -0
- package/skills/applying-slds/scripts/search-blueprints.cjs +117 -0
- package/skills/applying-slds/scripts/search-hooks.cjs +139 -0
- package/skills/applying-slds/scripts/search-icons.cjs +174 -0
- package/skills/applying-slds/scripts/search-utilities.cjs +161 -0
- package/skills/building-mobile-apps/SKILL.md +0 -1
- package/skills/building-omnistudio-callable-apex/SKILL.md +0 -1
- package/skills/building-omnistudio-datamapper/SKILL.md +0 -1
- package/skills/building-omnistudio-flexcard/SKILL.md +0 -1
- package/skills/building-omnistudio-integration-procedure/SKILL.md +0 -1
- package/skills/building-omnistudio-omniscript/SKILL.md +0 -1
- package/skills/building-sf-integrations/SKILL.md +0 -1
- package/skills/configuring-connected-apps/SKILL.md +0 -1
- package/skills/connecting-datacloud/SKILL.md +0 -1
- package/skills/creating-b2b-commerce-store/SKILL.md +0 -1
- package/skills/debugging-apex-logs/SKILL.md +0 -1
- package/skills/deploying-metadata/SKILL.md +0 -1
- package/skills/deploying-omnistudio-datapacks/SKILL.md +0 -1
- package/skills/developing-agentforce/SKILL.md +0 -1
- package/skills/fetching-salesforce-docs/SKILL.md +0 -1
- package/skills/generating-custom-lightning-type/SKILL.md +17 -39
- package/skills/generating-custom-lightning-type/assets/primitive-types-and-constraints.md +41 -0
- package/skills/generating-custom-lightning-type/references/widget-rendition.md +124 -0
- package/skills/generating-lwc-components/SKILL.md +0 -1
- package/skills/generating-mermaid-diagrams/SKILL.md +0 -1
- package/skills/generating-visual-diagrams/SKILL.md +0 -1
- package/skills/handling-sf-data/SKILL.md +0 -1
- package/skills/harmonizing-datacloud/SKILL.md +0 -1
- package/skills/integrating-b2b-commerce-open-code-components/SKILL.md +0 -1
- package/skills/investigating-agentforce-architecture/README.md +156 -0
- package/skills/investigating-agentforce-architecture/SKILL.md +230 -0
- package/skills/investigating-agentforce-architecture/assets/cli/describe_sobject.yaml +16 -0
- package/skills/investigating-agentforce-architecture/assets/cli/describe_tooling_sobject.yaml +17 -0
- package/skills/investigating-agentforce-architecture/assets/cli/list_metadata_genaiprompttemplate.yaml +17 -0
- package/skills/investigating-agentforce-architecture/assets/cli/org_display.yaml +15 -0
- package/skills/investigating-agentforce-architecture/assets/cli/retrieve_genai_plugin.yaml +18 -0
- package/skills/investigating-agentforce-architecture/assets/cli/show_access_token.yaml +27 -0
- package/skills/investigating-agentforce-architecture/assets/mermaid/action_tree.mmd +20 -0
- package/skills/investigating-agentforce-architecture/assets/mermaid/data_flow.mmd +19 -0
- package/skills/investigating-agentforce-architecture/assets/mermaid/dependency_graph.mmd +19 -0
- package/skills/investigating-agentforce-architecture/assets/mermaid/invocation_sequence.mmd +20 -0
- package/skills/investigating-agentforce-architecture/assets/mermaid/planner_state.mmd +18 -0
- package/skills/investigating-agentforce-architecture/assets/soql/apex_class_bodies_by_ids.soql +3 -0
- package/skills/investigating-agentforce-architecture/assets/soql/apex_class_bodies_by_names.soql +3 -0
- package/skills/investigating-agentforce-architecture/assets/soql/bot_definition_details.soql +3 -0
- package/skills/investigating-agentforce-architecture/assets/soql/bot_version_lookup.soql +4 -0
- package/skills/investigating-agentforce-architecture/assets/soql/flow_definition_by_ids.soql +3 -0
- package/skills/investigating-agentforce-architecture/assets/soql/flow_definition_ids_by_names.soql +3 -0
- package/skills/investigating-agentforce-architecture/assets/soql/flow_definition_view_by_durable_ids.soql +4 -0
- package/skills/investigating-agentforce-architecture/assets/soql/flow_metadata_by_id.soql +3 -0
- package/skills/investigating-agentforce-architecture/assets/soql/functions_by_plugins.soql +5 -0
- package/skills/investigating-agentforce-architecture/assets/soql/planner_attrs_by_parent_ids.soql +3 -0
- package/skills/investigating-agentforce-architecture/assets/soql/planner_bundle_functions.soql +3 -0
- package/skills/investigating-agentforce-architecture/assets/soql/planner_definition_by_agent_chain.soql +3 -0
- package/skills/investigating-agentforce-architecture/assets/soql/plugin_functions_by_plugin_ids.soql +3 -0
- package/skills/investigating-agentforce-architecture/assets/soql/plugin_instructions_by_plugin_ids.soql +3 -0
- package/skills/investigating-agentforce-architecture/assets/soql/plugins_by_planner.soql +4 -0
- package/skills/investigating-agentforce-architecture/references/architecture_sections.md +243 -0
- package/skills/investigating-agentforce-architecture/references/contract.json +244 -0
- package/skills/investigating-agentforce-architecture/references/soql_fields.md +512 -0
- package/skills/investigating-agentforce-architecture/scripts/_shared/__init__.py +1 -0
- package/skills/investigating-agentforce-architecture/scripts/_shared/fs_guard.py +329 -0
- package/skills/investigating-agentforce-architecture/scripts/_shared/paths.py +110 -0
- package/skills/investigating-agentforce-architecture/scripts/_shared/runtime.py +59 -0
- package/skills/investigating-agentforce-architecture/scripts/_shared/sql.py +10 -0
- package/skills/investigating-agentforce-architecture/scripts/cache_check.py +234 -0
- package/skills/investigating-agentforce-architecture/scripts/config.py +131 -0
- package/skills/investigating-agentforce-architecture/scripts/fetch_soql.py +689 -0
- package/skills/investigating-agentforce-architecture/scripts/finalize.py +295 -0
- package/skills/investigating-agentforce-architecture/scripts/main.py +2835 -0
- package/skills/investigating-agentforce-architecture/scripts/metadata_listing.py +265 -0
- package/skills/investigating-agentforce-architecture/scripts/parallel_retrieve.py +69 -0
- package/skills/investigating-agentforce-architecture/scripts/parse_bundle.py +215 -0
- package/skills/investigating-agentforce-architecture/scripts/parse_wave.py +845 -0
- package/skills/investigating-agentforce-architecture/scripts/probe_channels.py +302 -0
- package/skills/investigating-agentforce-architecture/scripts/render_architecture.py +1043 -0
- package/skills/investigating-agentforce-architecture/scripts/resolve_bot.py +255 -0
- package/skills/investigating-agentforce-architecture/scripts/resolve_invocation_target.py +130 -0
- package/skills/investigating-agentforce-architecture/scripts/rest_client.py +763 -0
- package/skills/investigating-agentforce-architecture/scripts/retrieve_planner.py +13 -0
- package/skills/investigating-agentforce-architecture/scripts/sf_cli.py +242 -0
- package/skills/investigating-agentforce-architecture/scripts/soql_loader.py +253 -0
- package/skills/investigating-agentforce-architecture/scripts/summarize_tree.py +143 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/__init__.py +0 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/_bootstrap.py +23 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/fixtures/__init__.py +0 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/fixtures/genai_payloads.py +400 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_cache_check.py +307 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_cache_check_main.py +283 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_config.py +115 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_end_to_end_fixture.py +651 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_finalize.py +278 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_flow_children_inflation.py +582 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_fs_guard.py +113 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_iterative_wave_b.py +478 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_main_pipeline.py +3359 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_parallel_retrieve.py +131 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_parse_bundle.py +400 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_parse_wave.py +644 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_parse_wave_classifiers.py +224 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_parse_wave_helpers.py +380 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_parse_wave_main.py +397 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_per_branch_visited.py +244 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_probe_channels.py +359 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_probe_cli_recipes.py +185 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_render_architecture.py +810 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_resolve_bot.py +203 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_resolve_creds.py +157 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_resolve_invocation_target.py +145 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_rest_client.py +1253 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_runtime_override.py +100 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_sf_cli.py +261 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_signature_stamping.py +466 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_soql_loader.py +501 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_summarize_tree.py +241 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_write_emit_ctx.py +480 -0
- package/skills/investigating-agentforce-architecture/tools/emit_env.py +157 -0
- package/skills/investigating-agentforce-architecture/tools/emit_result.py +262 -0
- package/skills/investigating-agentforce-architecture/tools/sanitize.py +33 -0
- package/skills/investigating-agentforce-architecture/tools/write_emit_ctx.py +332 -0
- package/skills/investigating-agentforce-d360/README.md +123 -0
- package/skills/investigating-agentforce-d360/SKILL.md +163 -0
- package/skills/investigating-agentforce-d360/assets/dc/app_generation.sql +51 -0
- package/skills/investigating-agentforce-d360/assets/dc/content_category.sql +44 -0
- package/skills/investigating-agentforce-d360/assets/dc/content_quality.sql +41 -0
- package/skills/investigating-agentforce-d360/assets/dc/discover_sessions.sql +36 -0
- package/skills/investigating-agentforce-d360/assets/dc/feedback.sql +47 -0
- package/skills/investigating-agentforce-d360/assets/dc/feedback_details.sql +38 -0
- package/skills/investigating-agentforce-d360/assets/dc/gateway_records.sql +45 -0
- package/skills/investigating-agentforce-d360/assets/dc/gateway_request_llm.sql +50 -0
- package/skills/investigating-agentforce-d360/assets/dc/gateway_request_metadata.sql +44 -0
- package/skills/investigating-agentforce-d360/assets/dc/gateway_request_tags.sql +42 -0
- package/skills/investigating-agentforce-d360/assets/dc/gateway_requests.sql +89 -0
- package/skills/investigating-agentforce-d360/assets/dc/gateway_responses.sql +43 -0
- package/skills/investigating-agentforce-d360/assets/dc/generations.sql +52 -0
- package/skills/investigating-agentforce-d360/assets/dc/interactions.sql +53 -0
- package/skills/investigating-agentforce-d360/assets/dc/messages.sql +53 -0
- package/skills/investigating-agentforce-d360/assets/dc/messaging_session.sql +37 -0
- package/skills/investigating-agentforce-d360/assets/dc/moment_interactions.sql +34 -0
- package/skills/investigating-agentforce-d360/assets/dc/moments.sql +39 -0
- package/skills/investigating-agentforce-d360/assets/dc/participants.sql +48 -0
- package/skills/investigating-agentforce-d360/assets/dc/sessions.sql +78 -0
- package/skills/investigating-agentforce-d360/assets/dc/steps.sql +64 -0
- package/skills/investigating-agentforce-d360/assets/dc/tag_associations.sql +46 -0
- package/skills/investigating-agentforce-d360/assets/dc/tag_definition_associations.sql +37 -0
- package/skills/investigating-agentforce-d360/assets/dc/tag_definitions.sql +50 -0
- package/skills/investigating-agentforce-d360/assets/dc/tags.sql +37 -0
- package/skills/investigating-agentforce-d360/assets/dc/telemetry_spans.sql +55 -0
- package/skills/investigating-agentforce-d360/references/artifacts.md +50 -0
- package/skills/investigating-agentforce-d360/references/dc_dmo_fields.md +823 -0
- package/skills/investigating-agentforce-d360/references/dc_pipeline_contract.md +608 -0
- package/skills/investigating-agentforce-d360/scripts/_shared/__init__.py +2 -0
- package/skills/investigating-agentforce-d360/scripts/_shared/cli_override.py +98 -0
- package/skills/investigating-agentforce-d360/scripts/_shared/fs_guard.py +334 -0
- package/skills/investigating-agentforce-d360/scripts/_shared/paths.py +155 -0
- package/skills/investigating-agentforce-d360/scripts/_shared/runtime.py +59 -0
- package/skills/investigating-agentforce-d360/scripts/_shared/sql.py +14 -0
- package/skills/investigating-agentforce-d360/scripts/assemble_dc.py +1624 -0
- package/skills/investigating-agentforce-d360/scripts/config.py +45 -0
- package/skills/investigating-agentforce-d360/scripts/dc.py +188 -0
- package/skills/investigating-agentforce-d360/scripts/discover_sessions.py +556 -0
- package/skills/investigating-agentforce-d360/scripts/fetch_dc.py +1045 -0
- package/skills/investigating-agentforce-d360/scripts/render_dc.py +1750 -0
- package/skills/investigating-agentforce-d360/scripts/resolve_session.py +264 -0
- package/skills/investigating-agentforce-d360/scripts/storage.py +92 -0
- package/skills/investigating-agentforce-d360/scripts/tests/__init__.py +0 -0
- package/skills/investigating-agentforce-d360/scripts/tests/_bootstrap.py +15 -0
- package/skills/investigating-agentforce-d360/scripts/tests/fixtures/__init__.py +0 -0
- package/skills/investigating-agentforce-d360/scripts/tests/fixtures/synthetic_session.py +424 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_assemble_dc_bootstrap_and_mode.py +115 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_assemble_dc_gateway_direct.py +220 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_assemble_dc_gateway_direct_integration.py +158 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_assemble_dc_helpers.py +287 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_assemble_dc_integration.py +247 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_dc_and_resolve_session.py +433 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_discover_sessions.py +458 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_discover_sessions_grep_ci.py +193 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_fetch_dc_helpers.py +266 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_fetch_dc_identity.py +528 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_fetch_dc_main.py +251 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_fetch_dc_waterfall.py +229 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_fetch_dc_waterfall_full.py +283 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_identity_coherence.py +327 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_render_dc_branches.py +256 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_render_dc_gateway_direct.py +130 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_render_dc_helpers.py +291 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_render_dc_integration.py +220 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_render_dc_planner_llm_calls.py +284 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_render_dc_show_prompts_gating.py +215 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_resolve_from_disk.py +100 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_resolve_session_main.py +149 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_runtime_override.py +104 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_session_shape.py +95 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_session_shape_dropped_by_stdm.py +85 -0
- package/skills/managing-managed-event-subscription/SKILL.md +152 -0
- package/skills/managing-managed-event-subscription/assets/managed-event-subscription-template.xml +20 -0
- package/skills/managing-managed-event-subscription/references/delete-guide.md +57 -0
- package/skills/managing-managed-event-subscription/references/topic-name-formats.md +26 -0
- package/skills/managing-managed-event-subscription/references/update-constraints.md +30 -0
- package/skills/modeling-omnistudio-epc-catalog/SKILL.md +0 -1
- package/skills/observing-agentforce/SKILL.md +0 -1
- package/skills/orchestrating-datacloud/SKILL.md +0 -1
- package/skills/preparing-datacloud/SKILL.md +0 -1
- package/skills/querying-soql/SKILL.md +0 -1
- package/skills/retrieving-datacloud/SKILL.md +0 -1
- package/skills/running-apex-tests/SKILL.md +0 -1
- package/skills/running-code-analyzer/SKILL.md +0 -1
- package/skills/segmenting-datacloud/SKILL.md +0 -1
- package/skills/testing-agentforce/SKILL.md +0 -1
- package/skills/uplifting-components-to-slds2/SKILL.md +3 -2
- package/skills/uplifting-components-to-slds2/references/color-hooks-decision-guide.md +30 -9
- package/skills/uplifting-components-to-slds2/references/examples.md +24 -6
- package/skills/validating-slds/SKILL.md +262 -0
- package/skills/validating-slds/references/quality-checks.md +308 -0
- package/skills/validating-slds/references/report-format.md +302 -0
- package/skills/validating-slds/scripts/analyze-quality.cjs +521 -0
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
name: Dynamic Icons
|
|
2
|
+
description: Interactive icon components that change appearance, state, or behavior based on user interaction or data conditions,
|
|
3
|
+
providing visual feedback and enhanced user experience through animated or contextual icon transformations.
|
|
4
|
+
category: Display
|
|
5
|
+
slds_classes:
|
|
6
|
+
root: slds-icon-waffle
|
|
7
|
+
elements:
|
|
8
|
+
- class: slds-icon-waffle_container
|
|
9
|
+
description: Container for dynamic waffle/grid icon
|
|
10
|
+
purpose: Holds the dynamic waffle icon structure
|
|
11
|
+
- class: slds-icon-ellie
|
|
12
|
+
description: Animated Ellie (assistance) icon
|
|
13
|
+
purpose: Provides animated feedback for assistance features
|
|
14
|
+
- class: slds-icon-eq
|
|
15
|
+
description: Animated equalizer icon
|
|
16
|
+
purpose: Shows dynamic audio or data visualization
|
|
17
|
+
- class: slds-icon-score
|
|
18
|
+
description: Dynamic score indicator icon
|
|
19
|
+
purpose: Displays changing scores or ratings
|
|
20
|
+
- class: slds-icon-trend
|
|
21
|
+
description: Trend indicator icon
|
|
22
|
+
purpose: Shows directional trends with dynamic arrows
|
|
23
|
+
- class: slds-icon-typing
|
|
24
|
+
description: Typing indicator icon
|
|
25
|
+
purpose: Shows active typing or loading states
|
|
26
|
+
modifiers: []
|
|
27
|
+
states:
|
|
28
|
+
- class: slds-is-animated
|
|
29
|
+
description: Animated state for dynamic icons
|
|
30
|
+
trigger: Applied when icon should show animation
|
|
31
|
+
variants:
|
|
32
|
+
- name: Waffle
|
|
33
|
+
description: Grid/waffle icon with interactive states
|
|
34
|
+
classes:
|
|
35
|
+
- slds-icon-waffle
|
|
36
|
+
usage_context: For app launcher or grid menu functionality
|
|
37
|
+
differences: Interactive grid pattern that responds to user interaction
|
|
38
|
+
- name: Ellie
|
|
39
|
+
description: Animated assistance icon
|
|
40
|
+
classes:
|
|
41
|
+
- slds-icon-ellie
|
|
42
|
+
usage_context: For AI assistance or help features
|
|
43
|
+
differences: Animated character providing contextual assistance
|
|
44
|
+
- name: Equalizer
|
|
45
|
+
description: Dynamic equalizer visualization
|
|
46
|
+
classes:
|
|
47
|
+
- slds-icon-eq
|
|
48
|
+
usage_context: For audio controls or data visualization
|
|
49
|
+
differences: Animated bars showing activity or levels
|
|
50
|
+
lightning_component:
|
|
51
|
+
name: lightning-dynamic-icon
|
|
52
|
+
url: https://developer.salesforce.com/docs/component-library/bundle/lightning-dynamic-icon
|
|
53
|
+
mapping_notes: Direct mapping - Lightning component implements SLDS dynamic icon blueprint with animation support
|
|
54
|
+
accessibility:
|
|
55
|
+
keyboard_support:
|
|
56
|
+
- Tab navigation to interactive dynamic icons
|
|
57
|
+
- Enter/Space to activate icon functions
|
|
58
|
+
- Focus indicators for interactive states
|
|
59
|
+
screen_reader:
|
|
60
|
+
- Icon purpose and state announced
|
|
61
|
+
- Animation status communicated
|
|
62
|
+
- Dynamic changes described appropriately
|
|
63
|
+
aria_attributes:
|
|
64
|
+
- aria-label for icon description
|
|
65
|
+
- aria-live for dynamic state changes
|
|
66
|
+
- role='img' for decorative icons
|
|
67
|
+
- role='button' for interactive icons
|
|
68
|
+
- aria-hidden for purely decorative elements
|
|
69
|
+
usage_guidelines:
|
|
70
|
+
when_to_use:
|
|
71
|
+
- For interactive feedback and state indication
|
|
72
|
+
- When icons need to convey changing information
|
|
73
|
+
- For engaging user interface animations
|
|
74
|
+
- To show progress or activity states
|
|
75
|
+
when_not_to_use:
|
|
76
|
+
- For static decorative purposes (use regular icons)
|
|
77
|
+
- When animation might distract or confuse users
|
|
78
|
+
- In accessibility-sensitive contexts where motion should be reduced
|
|
79
|
+
best_practices:
|
|
80
|
+
- Use animations purposefully to convey meaning
|
|
81
|
+
- Provide reduced-motion alternatives
|
|
82
|
+
- Keep animations smooth and performant
|
|
83
|
+
- Ensure icons remain recognizable during animation
|
|
84
|
+
- Consider accessibility and motion sensitivity
|
|
85
|
+
common_mistakes:
|
|
86
|
+
- Overusing animation causing distraction
|
|
87
|
+
- Animations that are too fast or jarring
|
|
88
|
+
- Not providing static alternatives
|
|
89
|
+
- Poor performance with multiple animated icons
|
|
90
|
+
code_examples:
|
|
91
|
+
- title: Waffle Dynamic Icon
|
|
92
|
+
description: Dynamic score indicator with changing values
|
|
93
|
+
code: "<div class=\"slds-icon-score\" role=\"img\" aria-label=\"Current score: 85\">\n <svg class=\"slds-icon slds-icon_large\"\
|
|
94
|
+
\ viewBox=\"0 0 100 100\">\n <circle class=\"\" cx=\"50\" cy=\"50\" r=\"45\" stroke=\"#e0e5ee\" stroke-width=\"\
|
|
95
|
+
10\" fill=\"none\"/>\n <circle class=\"slds-is-animated\" cx=\"50\" cy=\"50\" r=\"45\" stroke=\"#0176d3\" stroke-width=\"\
|
|
96
|
+
10\" fill=\"none\"\\ \n stroke-dasharray=\"283\" stroke-dashoffset=\"42\" transform=\"rotate(-90 50 50)\"\
|
|
97
|
+
/>\n <text class=\"\" x=\"50\" y=\"50\" text-anchor=\"middle\" dy=\"0.3em\" font-size=\"20\" font-weight=\"bold\"\
|
|
98
|
+
>85</text>\n </svg>\n </div>\n"
|
|
99
|
+
dependencies:
|
|
100
|
+
css_files:
|
|
101
|
+
- dynamic-icons.css
|
|
102
|
+
- icons.css
|
|
103
|
+
- animations.css
|
|
104
|
+
javascript:
|
|
105
|
+
- dynamic-icons.js
|
|
106
|
+
icons:
|
|
107
|
+
- dynamic-sprite.svg
|
|
108
|
+
- utility-sprite.svg
|
|
109
|
+
other_components:
|
|
110
|
+
- button
|
|
111
|
+
- icon
|
|
112
|
+
related_components:
|
|
113
|
+
- name: Icon
|
|
114
|
+
relationship: parent
|
|
115
|
+
description: Dynamic icons extend basic icon functionality
|
|
116
|
+
- name: Button
|
|
117
|
+
relationship: container
|
|
118
|
+
description: Often used within button components
|
|
119
|
+
- name: Spinner
|
|
120
|
+
relationship: similar
|
|
121
|
+
description: Similar animated feedback concept
|
|
122
|
+
references:
|
|
123
|
+
official_docs: https://v1.lightningdesignsystem.com/components/dynamic-icons/
|
|
124
|
+
metadata:
|
|
125
|
+
version: 1.0.0
|
|
126
|
+
last_updated: '2025-11-12'
|
|
127
|
+
review_status: complete
|
|
128
|
+
notes: ' Cleaned invalid classes and CSS variables on 2025-11-12 using slds-plus.css as source of truth.'
|
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
name: Dynamic Menu
|
|
2
|
+
description: A menu component that displays contextual navigation or actions in a popover dialog. It provides a flexible container
|
|
3
|
+
for menu items with header and footer support, typically triggered by a button or other interaction.
|
|
4
|
+
category: Navigation
|
|
5
|
+
slds_classes:
|
|
6
|
+
root: slds-dynamic-menu
|
|
7
|
+
elements:
|
|
8
|
+
- class: slds-dynamic-menu__header
|
|
9
|
+
description: Header section of the dynamic menu
|
|
10
|
+
purpose: Contains the menu title or heading
|
|
11
|
+
modifiers: []
|
|
12
|
+
states: []
|
|
13
|
+
variants:
|
|
14
|
+
- name: Base
|
|
15
|
+
description: Standard dynamic menu in popover
|
|
16
|
+
classes:
|
|
17
|
+
- slds-dynamic-menu
|
|
18
|
+
usage_context: Default menu implementation with header and footer support
|
|
19
|
+
differences: Displayed in a popover dialog with role='dialog'
|
|
20
|
+
lightning_component:
|
|
21
|
+
name: lightning-menu
|
|
22
|
+
url: https://developer.salesforce.com/docs/component-library/bundle/lightning-menu
|
|
23
|
+
mapping_notes: lightning-menu provides dynamic menu functionality with menu items
|
|
24
|
+
accessibility:
|
|
25
|
+
keyboard_support:
|
|
26
|
+
- Tab to navigate between menu items
|
|
27
|
+
- Arrow keys to move through menu options
|
|
28
|
+
- Enter or Space to select menu item
|
|
29
|
+
- Escape to close menu
|
|
30
|
+
screen_reader:
|
|
31
|
+
- Dialog role announced
|
|
32
|
+
- Menu header announced
|
|
33
|
+
- Menu items announced as clickable actions
|
|
34
|
+
- Current selection state communicated
|
|
35
|
+
aria_attributes:
|
|
36
|
+
- role='dialog' on menu container
|
|
37
|
+
- aria-labelledby pointing to menu header
|
|
38
|
+
- aria-describedby for additional context
|
|
39
|
+
- Focus management when opening/closing
|
|
40
|
+
usage_guidelines:
|
|
41
|
+
when_to_use:
|
|
42
|
+
- For contextual navigation menus
|
|
43
|
+
- When menu content changes based on context
|
|
44
|
+
- For action menus triggered by buttons
|
|
45
|
+
- When you need a menu with header and footer
|
|
46
|
+
when_not_to_use:
|
|
47
|
+
- For simple dropdown select (use select or combobox)
|
|
48
|
+
- For static navigation (use standard menu)
|
|
49
|
+
- When content doesn't change dynamically
|
|
50
|
+
- For very simple action lists (use dropdown menu)
|
|
51
|
+
best_practices:
|
|
52
|
+
- Provide clear, descriptive header text
|
|
53
|
+
- Group related menu items logically
|
|
54
|
+
- Use appropriate icons for menu items
|
|
55
|
+
- Ensure proper focus management
|
|
56
|
+
- Close menu on selection or Escape key
|
|
57
|
+
- Position menu appropriately relative to trigger
|
|
58
|
+
common_mistakes:
|
|
59
|
+
- Missing dialog role for accessibility
|
|
60
|
+
- Poor keyboard navigation support
|
|
61
|
+
- Not managing focus properly
|
|
62
|
+
- Unclear menu item labels
|
|
63
|
+
- Menu not closing on selection
|
|
64
|
+
code_examples:
|
|
65
|
+
- title: Basic Dynamic Menu
|
|
66
|
+
code: "<section class=\"slds-popover slds-dynamic-menu slds-nubbin_top-left\" role=\"dialog\" aria-labelledby=\"menu-header\"\
|
|
67
|
+
\ aria-describedby=\"menu-body\">\n <div class=\"slds-popover__header\">\n <h3 id=\"menu-header\" class=\"slds-dynamic-menu__header\"\
|
|
68
|
+
>Menu Options</h3>\n </div>\n <div id=\"menu-body\" class=\"slds-popover__body\">\n <ul class=\"\" role=\"menu\"\
|
|
69
|
+
>\n <li class=\"slds-dropdown__item\" role=\"presentation\">\n <a href=\"#\" role=\"menuitem\" tabindex=\"\
|
|
70
|
+
0\">\n <span class=\"slds-truncate\" title=\"Menu Item 1\">Menu Item 1</span>\n </a>\n </li>\n \
|
|
71
|
+
\ <li class=\"slds-dropdown__item\" role=\"presentation\">\n <a href=\"#\" role=\"menuitem\" tabindex=\"-1\"\
|
|
72
|
+
>\n <span class=\"slds-truncate\" title=\"Menu Item 2\">Menu Item 2</span>\n </a>\n </li>\n \
|
|
73
|
+
\ <li class=\"slds-dropdown__item\" role=\"presentation\">\n <a href=\"#\" role=\"menuitem\" tabindex=\"-1\">\n\
|
|
74
|
+
\ <span class=\"slds-truncate\" title=\"Menu Item 3\">Menu Item 3</span>\n </a>\n </li>\n </ul>\n\
|
|
75
|
+
\ </div>\n</section>\n"
|
|
76
|
+
description: Basic dynamic menu with header and menu items
|
|
77
|
+
- title: Dynamic Menu with Footer
|
|
78
|
+
code: "<section class=\"slds-popover slds-dynamic-menu slds-nubbin_top\" role=\"dialog\" aria-labelledby=\"menu-header-2\"\
|
|
79
|
+
\ aria-describedby=\"menu-body-2\">\n <div class=\"slds-popover__header\">\n <h3 id=\"menu-header-2\" class=\"slds-dynamic-menu__header\"\
|
|
80
|
+
>Actions</h3>\n </div>\n <div id=\"menu-body-2\" class=\"slds-popover__body\">\n <ul class=\"\" role=\"menu\">\n\
|
|
81
|
+
\ <li class=\"slds-dropdown__item\" role=\"presentation\">\n <a href=\"#\" role=\"menuitem\" tabindex=\"0\"\
|
|
82
|
+
>\n <span class=\"slds-truncate\" title=\"Action 1\">Action 1</span>\n </a>\n </li>\n <li class=\"\
|
|
83
|
+
slds-dropdown__item\" role=\"presentation\">\n <a href=\"#\" role=\"menuitem\" tabindex=\"-1\">\n <span\
|
|
84
|
+
\ class=\"slds-truncate\" title=\"Action 2\">Action 2</span>\n </a>\n </li>\n </ul>\n </div>\n <div class=\"\
|
|
85
|
+
slds-popover__footer\">\n <a href=\"#\" class=\"slds-text-link\">View All</a>\n </div>\n</section>\n"
|
|
86
|
+
description: Dynamic menu with header, items, and footer link
|
|
87
|
+
- title: Dynamic Menu with Icons
|
|
88
|
+
code: "<section class=\"slds-popover slds-dynamic-menu slds-nubbin_top-right\" role=\"dialog\" aria-labelledby=\"menu-header-3\"\
|
|
89
|
+
>\n <div class=\"slds-popover__header\">\n <h3 id=\"menu-header-3\" class=\"slds-dynamic-menu__header\">Document Actions</h3>\n\
|
|
90
|
+
\ </div>\n <div class=\"slds-popover__body\">\n <ul class=\"\" role=\"menu\">\n <li class=\"slds-dropdown__item\"\
|
|
91
|
+
\ role=\"presentation\">\n <a href=\"#\" role=\"menuitem\" tabindex=\"0\">\n <span class=\"slds-icon_container\
|
|
92
|
+
\ slds-icon-utility-download slds-m-right_x-small\">\n <svg class=\"slds-icon slds-icon_x-small\" aria-hidden=\"\
|
|
93
|
+
true\">\n <use xlink:href=\"/assets/icons/utility-sprite/svg/symbols.svg#download\"></use>\n </svg>\n\
|
|
94
|
+
\ </span>\n <span class=\"slds-truncate\" title=\"Download\">Download</span>\n </a>\n </li>\n\
|
|
95
|
+
\ <li class=\"slds-dropdown__item\" role=\"presentation\">\n <a href=\"#\" role=\"menuitem\" tabindex=\"-1\"\
|
|
96
|
+
>\n <span class=\"slds-icon_container slds-icon-utility-share slds-m-right_x-small\">\n <svg class=\"\
|
|
97
|
+
slds-icon slds-icon_x-small\" aria-hidden=\"true\">\n <use xlink:href=\"/assets/icons/utility-sprite/svg/symbols.svg#share\"\
|
|
98
|
+
></use>\n </svg>\n </span>\n <span class=\"slds-truncate\" title=\"Share\">Share</span>\n\
|
|
99
|
+
\ </a>\n </li>\n <li class=\"slds-dropdown__item\" role=\"presentation\">\n <a href=\"#\" role=\"\
|
|
100
|
+
menuitem\" tabindex=\"-1\">\n <span class=\"slds-icon_container slds-icon-utility-delete slds-m-right_x-small\"\
|
|
101
|
+
>\n <svg class=\"slds-icon slds-icon_x-small\" aria-hidden=\"true\">\n <use xlink:href=\"/assets/icons/utility-sprite/svg/symbols.svg#delete\"\
|
|
102
|
+
></use>\n </svg>\n </span>\n <span class=\"slds-truncate\" title=\"Delete\">Delete</span>\n\
|
|
103
|
+
\ </a>\n </li>\n </ul>\n </div>\n</section>\n"
|
|
104
|
+
description: Dynamic menu with icons next to menu items
|
|
105
|
+
styling_hooks: []
|
|
106
|
+
dependencies:
|
|
107
|
+
css_files:
|
|
108
|
+
- dynamic-menu.css
|
|
109
|
+
- popover.css
|
|
110
|
+
- dropdown.css
|
|
111
|
+
javascript:
|
|
112
|
+
- Menu open/close management
|
|
113
|
+
- Keyboard navigation
|
|
114
|
+
- Focus management
|
|
115
|
+
- Click outside to close
|
|
116
|
+
icons:
|
|
117
|
+
- Various utility icons for menu items
|
|
118
|
+
other_components:
|
|
119
|
+
- popover
|
|
120
|
+
- dropdown
|
|
121
|
+
- menu
|
|
122
|
+
related_components:
|
|
123
|
+
- name: Menu
|
|
124
|
+
relationship: parent
|
|
125
|
+
description: Base menu component
|
|
126
|
+
- name: Dropdown
|
|
127
|
+
relationship: similar
|
|
128
|
+
description: Alternative menu pattern for simpler use cases
|
|
129
|
+
- name: Popover
|
|
130
|
+
relationship: container
|
|
131
|
+
description: Popover container for the menu
|
|
132
|
+
references:
|
|
133
|
+
official_docs: https://v1.lightningdesignsystem.com/components/dynamic-menu/
|
|
134
|
+
metadata:
|
|
135
|
+
version: 1.0.0
|
|
136
|
+
last_updated: '2025-11-11'
|
|
137
|
+
author: SLDS Documentation Team
|
|
138
|
+
slds_version: 2.27.2
|
|
139
|
+
review_status: complete
|
|
140
|
+
source: official-slds
|
|
141
|
+
notes: Created from official SLDS documentation and design-system-internal source code
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
name: "Expandable Section"
|
|
2
|
+
description: "A content container that can be expanded or collapsed to show or hide detailed information, providing progressive disclosure of content."
|
|
3
|
+
category: "Layout"
|
|
4
|
+
slds_classes:
|
|
5
|
+
root: "slds-section"
|
|
6
|
+
elements:
|
|
7
|
+
- class: "slds-section__title"
|
|
8
|
+
description: "Header area with expand/collapse control"
|
|
9
|
+
purpose: "Contains title and toggle button for section"
|
|
10
|
+
- class: "slds-section__title-action"
|
|
11
|
+
description: "Clickable area for expand/collapse"
|
|
12
|
+
purpose: "Interactive element to toggle section state"
|
|
13
|
+
- class: "slds-section__content"
|
|
14
|
+
description: "Collapsible content area"
|
|
15
|
+
purpose: "Contains the expandable section content"
|
|
16
|
+
modifiers: []
|
|
17
|
+
states:
|
|
18
|
+
- class: "slds-is-open"
|
|
19
|
+
description: "Expanded section state"
|
|
20
|
+
trigger: "When section content is visible"
|
|
21
|
+
- class: "slds-is-closed"
|
|
22
|
+
description: "Collapsed section state"
|
|
23
|
+
trigger: "When section content is hidden"
|
|
24
|
+
variants:
|
|
25
|
+
- name: "Base"
|
|
26
|
+
description: "Standard expandable section"
|
|
27
|
+
classes:
|
|
28
|
+
- "slds-section"
|
|
29
|
+
usage_context: "Default expandable section for progressive disclosure"
|
|
30
|
+
differences: "Toggleable content section with expand/collapse control"
|
|
31
|
+
lightning_component:
|
|
32
|
+
name: "No direct component"
|
|
33
|
+
url: "https://developer.salesforce.com/docs/component-library/overview/components"
|
|
34
|
+
mapping_notes: "No direct Lightning Base Component equivalent - typically implemented as custom component"
|
|
35
|
+
accessibility:
|
|
36
|
+
keyboard_support:
|
|
37
|
+
- "Tab to focus expand/collapse button"
|
|
38
|
+
- "Enter/Space to toggle section state"
|
|
39
|
+
- "Tab to navigate through expanded content"
|
|
40
|
+
screen_reader:
|
|
41
|
+
- "Section title and current state announced"
|
|
42
|
+
- "Expansion state changes communicated"
|
|
43
|
+
- "Content availability indicated clearly"
|
|
44
|
+
aria_attributes:
|
|
45
|
+
- "aria-expanded on toggle button"
|
|
46
|
+
- "aria-controls linking button to content"
|
|
47
|
+
- "aria-labelledby for content area"
|
|
48
|
+
- "role='button' for toggle element"
|
|
49
|
+
usage_guidelines:
|
|
50
|
+
when_to_use:
|
|
51
|
+
- "To manage large amounts of content in limited space"
|
|
52
|
+
- "For optional or secondary information"
|
|
53
|
+
- "When content hierarchy needs progressive disclosure"
|
|
54
|
+
- "To reduce cognitive load by hiding details initially"
|
|
55
|
+
when_not_to_use:
|
|
56
|
+
- "For critical information users must see"
|
|
57
|
+
- "When all content should be immediately visible"
|
|
58
|
+
- "For single pieces of simple information"
|
|
59
|
+
best_practices:
|
|
60
|
+
- "Use clear, descriptive section titles"
|
|
61
|
+
- "Provide visual indicators for expand/collapse state"
|
|
62
|
+
- "Group related content logically"
|
|
63
|
+
- "Consider default expanded state for important content"
|
|
64
|
+
- "Maintain consistent interaction patterns"
|
|
65
|
+
common_mistakes:
|
|
66
|
+
- "Hiding critical information in collapsed sections"
|
|
67
|
+
- "Unclear section titles or purposes"
|
|
68
|
+
- "Poor visual indicators for state"
|
|
69
|
+
- "Inconsistent expand/collapse behavior"
|
|
70
|
+
code_examples:
|
|
71
|
+
- title: "Expandable Section"
|
|
72
|
+
code: |
|
|
73
|
+
<div class="slds-section slds-is-open">
|
|
74
|
+
<h3 class="slds-section__title">
|
|
75
|
+
<button aria-controls="expando-unique-id" aria-expanded="true" class="slds-button slds-section__title-action">
|
|
76
|
+
<svg class="slds-section__title-action-icon slds-button__icon slds-button__icon_left" aria-hidden="true">
|
|
77
|
+
<use xlink:href="/assets/icons/utility-sprite/svg/symbols.svg#switch"></use>
|
|
78
|
+
</svg>
|
|
79
|
+
<span class="slds-truncate" title="Section Title">Section Title</span>
|
|
80
|
+
</button>
|
|
81
|
+
</h3>
|
|
82
|
+
<div aria-hidden="false" class="slds-section__content" id="expando-unique-id">
|
|
83
|
+
<p>This is the expandable content area. It can contain any type of content including text, forms, lists, or other components.</p>
|
|
84
|
+
</div>
|
|
85
|
+
</div>
|
|
86
|
+
styling_hooks: []
|
|
87
|
+
dependencies:
|
|
88
|
+
css_files:
|
|
89
|
+
- "section.css"
|
|
90
|
+
- "button.css"
|
|
91
|
+
javascript:
|
|
92
|
+
- "section.js"
|
|
93
|
+
icons:
|
|
94
|
+
- "utility-sprite.svg"
|
|
95
|
+
other_components:
|
|
96
|
+
- "button"
|
|
97
|
+
- "icons"
|
|
98
|
+
- "truncate"
|
|
99
|
+
related_components:
|
|
100
|
+
- name: "Accordion"
|
|
101
|
+
relationship: "similar"
|
|
102
|
+
description: "Similar expand/collapse pattern for multiple sections"
|
|
103
|
+
- name: "Tabs"
|
|
104
|
+
relationship: "alternative"
|
|
105
|
+
description: "Alternative for organizing multiple content areas"
|
|
106
|
+
- name: "Cards"
|
|
107
|
+
relationship: "container"
|
|
108
|
+
description: "Often used within card components"
|
|
109
|
+
references:
|
|
110
|
+
official_docs: "https://v1.lightningdesignsystem.com/components/expandable-section/"
|
|
111
|
+
metadata:
|
|
112
|
+
version: "1.0.0"
|
|
113
|
+
last_updated: "2025-11-12"
|
|
114
|
+
review_status: "complete"
|
|
115
|
+
notes: " Cleaned invalid classes and CSS variables on 2025-11-12 using slds-plus.css as source of truth."
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
name: Expression
|
|
2
|
+
description: A formula builder interface that allows users to construct complex expressions, calculations, and logical conditions
|
|
3
|
+
through visual components, operators, and functions with syntax validation and auto-completion.
|
|
4
|
+
category: Input
|
|
5
|
+
slds_classes:
|
|
6
|
+
root: ''
|
|
7
|
+
elements:
|
|
8
|
+
- class: slds-expression__group
|
|
9
|
+
description: Logical grouping container for expression elements
|
|
10
|
+
purpose: Groups related expression components together
|
|
11
|
+
- class: slds-expression__row
|
|
12
|
+
description: Individual row within expression builder
|
|
13
|
+
purpose: Contains a single expression statement or condition
|
|
14
|
+
- class: slds-expression__buttons
|
|
15
|
+
description: Action buttons for expression manipulation
|
|
16
|
+
purpose: Contains add, remove, and group action buttons
|
|
17
|
+
modifiers: []
|
|
18
|
+
states:
|
|
19
|
+
- class: slds-has-error
|
|
20
|
+
description: Error state for invalid expressions
|
|
21
|
+
trigger: Applied when expression syntax is invalid
|
|
22
|
+
- class: slds-is-editing
|
|
23
|
+
description: Active editing state
|
|
24
|
+
trigger: Applied when user is actively editing expression
|
|
25
|
+
variants:
|
|
26
|
+
- name: Base
|
|
27
|
+
description: Standard expression builder interface
|
|
28
|
+
classes: []
|
|
29
|
+
usage_context: Default implementation for expression building
|
|
30
|
+
differences: Basic expression builder with fields and operators
|
|
31
|
+
- name: Compound
|
|
32
|
+
description: Multi-condition expression builder
|
|
33
|
+
classes: []
|
|
34
|
+
usage_context: When multiple logical conditions are needed
|
|
35
|
+
differences: Support for AND/OR logic and grouped conditions
|
|
36
|
+
- name: Advanced
|
|
37
|
+
description: Advanced expression builder with functions
|
|
38
|
+
classes: []
|
|
39
|
+
usage_context: When complex calculations and functions are required
|
|
40
|
+
differences: Includes function library and advanced operators
|
|
41
|
+
lightning_component:
|
|
42
|
+
name: No direct component
|
|
43
|
+
url: https://developer.salesforce.com/docs/component-library/overview/components
|
|
44
|
+
mapping_notes: No direct Lightning Base Component equivalent - typically implemented using custom components with lightning-combobox
|
|
45
|
+
and lightning-input patterns
|
|
46
|
+
accessibility:
|
|
47
|
+
keyboard_support:
|
|
48
|
+
- Tab navigation through expression elements
|
|
49
|
+
- Enter/Space to activate buttons and dropdowns
|
|
50
|
+
- Arrow keys for navigating expression components
|
|
51
|
+
- Delete/Backspace to remove expression elements
|
|
52
|
+
screen_reader:
|
|
53
|
+
- Expression structure and logic announced
|
|
54
|
+
- Field and operator selections described
|
|
55
|
+
- Validation errors clearly communicated
|
|
56
|
+
- Expression summary provided
|
|
57
|
+
aria_attributes:
|
|
58
|
+
- role='group' for expression sections
|
|
59
|
+
- aria-label for expression components
|
|
60
|
+
- aria-describedby for validation messages
|
|
61
|
+
- aria-expanded for collapsible groups
|
|
62
|
+
- aria-invalid for error states
|
|
63
|
+
usage_guidelines:
|
|
64
|
+
when_to_use:
|
|
65
|
+
- For building complex business rules and formulas
|
|
66
|
+
- When users need to create calculated fields
|
|
67
|
+
- For advanced filtering and search criteria
|
|
68
|
+
- In workflow and automation rule builders
|
|
69
|
+
when_not_to_use:
|
|
70
|
+
- For simple single-field filters (use basic inputs)
|
|
71
|
+
- When users don't need complex logic
|
|
72
|
+
- For purely visual/design-related conditions
|
|
73
|
+
best_practices:
|
|
74
|
+
- Provide clear field and operator labels
|
|
75
|
+
- Include helpful examples and documentation
|
|
76
|
+
- Validate expressions in real-time
|
|
77
|
+
- Offer function assistance and auto-completion
|
|
78
|
+
- Group related conditions logically
|
|
79
|
+
common_mistakes:
|
|
80
|
+
- Poor validation feedback
|
|
81
|
+
- Overwhelming users with too many options
|
|
82
|
+
- Unclear operator meanings
|
|
83
|
+
- Not providing expression examples
|
|
84
|
+
code_examples:
|
|
85
|
+
- title: Basic Expression Builder
|
|
86
|
+
description: Advanced expression builder including functions and calculations
|
|
87
|
+
code: "<div class=\"\">\n <div class=\"\">\n <div class=\"slds-expression__group\">\n <div class=\"\
|
|
88
|
+
slds-expression__row\">\n <div class=\"slds-grid slds-grid_align-center\">\n <div class=\"slds-col\"\
|
|
89
|
+
>\n <div class=\"slds-form-element\">\n <label class=\"slds-form-element__label\">Function</label>\n\
|
|
90
|
+
\ <div class=\"slds-form-element__control\">\n <div class=\"slds-combobox_container\"\
|
|
91
|
+
>\n <div class=\"slds-combobox slds-dropdown-trigger slds-dropdown-trigger_click\">\n \
|
|
92
|
+
\ <div class=\"slds-combobox__form-element slds-input-has-icon slds-input-has-icon_right\">\n \
|
|
93
|
+
\ <input type=\"text\" class=\"slds-input slds-combobox__input\" value=\"SUM(\" readonly>\n \
|
|
94
|
+
\ <span class=\"slds-icon_container slds-icon-utility-down slds-input__icon slds-input__icon_right\">\n \
|
|
95
|
+
\ <svg class=\"slds-icon slds-icon_x-small\" aria-hidden=\"true\">\n \
|
|
96
|
+
\ <use xlink:href=\"/assets/icons/utility-sprite/svg/symbols.svg#down\"></use>\n </svg>\n\
|
|
97
|
+
\ </span>\n </div>\n </div>\n \
|
|
98
|
+
\ </div>\n </div>\n </div>\n </div>\n <div class=\"slds-col\
|
|
99
|
+
\ slds-p-horizontal_x-small\">\n <div class=\"slds-form-element\">\n <label class=\"slds-form-element__label\"\
|
|
100
|
+
>Field</label>\n <div class=\"slds-form-element__control\">\n <input type=\"text\"\
|
|
101
|
+
\ class=\"slds-input\" value=\"Opportunity Amount\">\n </div>\n </div>\n \
|
|
102
|
+
\ </div>\n <div class=\"slds-col slds-no-flex\">\n <span class=\"slds-text-body_regular\"\
|
|
103
|
+
>)</span>\n </div>\n </div>\n </div>\n <div class=\"slds-expression__row slds-m-top_small\"\
|
|
104
|
+
>\n <div class=\"slds-form-element\">\n <label class=\"slds-form-element__label\">Preview</label>\n\
|
|
105
|
+
\ <div class=\"slds-form-element__control\">\n <div class=\"slds-form-element__static slds-p-around_small\
|
|
106
|
+
\ slds-text-color_weak\">\n SUM(Opportunity.Amount)\n </div>\n </div>\n \
|
|
107
|
+
\ </div>\n </div>\n </div>\n <div class=\"slds-expression__buttons slds-m-top_small\"\
|
|
108
|
+
>\n <div class=\"slds-button-group\">\n <button class=\"slds-button slds-button_neutral\">Insert Field</button>\n\
|
|
109
|
+
\ <button class=\"slds-button slds-button_neutral\">Insert Function</button>\n <button class=\"\
|
|
110
|
+
slds-button slds-button_neutral\">Insert Operator</button>\n </div>\n </div>\n </div>\n </div>\n"
|
|
111
|
+
dependencies:
|
|
112
|
+
css_files:
|
|
113
|
+
- expression.css
|
|
114
|
+
- form-element.css
|
|
115
|
+
- combobox.css
|
|
116
|
+
- button.css
|
|
117
|
+
javascript:
|
|
118
|
+
- expression.js
|
|
119
|
+
icons:
|
|
120
|
+
- utility-sprite.svg
|
|
121
|
+
other_components:
|
|
122
|
+
- form-element
|
|
123
|
+
- combobox
|
|
124
|
+
- button
|
|
125
|
+
- select
|
|
126
|
+
- input
|
|
127
|
+
related_components:
|
|
128
|
+
- name: Form Element
|
|
129
|
+
relationship: container
|
|
130
|
+
description: Uses form elements for input controls
|
|
131
|
+
- name: Combobox
|
|
132
|
+
relationship: depends-on
|
|
133
|
+
description: Uses combobox for field and function selection
|
|
134
|
+
- name: Visual Picker
|
|
135
|
+
relationship: alternative
|
|
136
|
+
description: Alternative for simpler selection scenarios
|
|
137
|
+
references:
|
|
138
|
+
official_docs: https://v1.lightningdesignsystem.com/components/expression/
|
|
139
|
+
metadata:
|
|
140
|
+
version: 1.0.0
|
|
141
|
+
last_updated: '2025-11-12'
|
|
142
|
+
review_status: complete
|
|
143
|
+
notes: ' Cleaned invalid classes and CSS variables on 2025-11-12 using slds-plus.css as source of truth.'
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
name: Feeds
|
|
2
|
+
description: Activity feed component that displays a chronological list of updates, posts, or activities. Similar to social
|
|
3
|
+
media feeds, it shows user-generated content with timestamps and interactions.
|
|
4
|
+
category: Complex Components
|
|
5
|
+
slds_classes:
|
|
6
|
+
root: slds-feed
|
|
7
|
+
elements:
|
|
8
|
+
- class: slds-feed__list
|
|
9
|
+
description: List container for feed items
|
|
10
|
+
purpose: Holds the ordered list of feed entries
|
|
11
|
+
- class: slds-feed__item
|
|
12
|
+
description: Individual feed item
|
|
13
|
+
purpose: Wraps each post or update in the feed
|
|
14
|
+
modifiers: []
|
|
15
|
+
states: []
|
|
16
|
+
variants:
|
|
17
|
+
- name: Base
|
|
18
|
+
description: Standard activity feed
|
|
19
|
+
classes:
|
|
20
|
+
- slds-feed
|
|
21
|
+
usage_context: Default feed implementation for activity streams
|
|
22
|
+
differences: Chronological list of user activities and updates
|
|
23
|
+
lightning_component:
|
|
24
|
+
name: ''
|
|
25
|
+
url: https://developer.salesforce.com/docs/component-library/overview/components
|
|
26
|
+
mapping_notes: No direct Lightning Base Component - typically built with custom components or lightning-record-view-form
|
|
27
|
+
accessibility:
|
|
28
|
+
keyboard_support:
|
|
29
|
+
- Tab to navigate through feed items
|
|
30
|
+
- Enter to activate links or actions
|
|
31
|
+
- Arrow keys to scroll through feed
|
|
32
|
+
screen_reader:
|
|
33
|
+
- Feed role announced
|
|
34
|
+
- Feed items announced in order
|
|
35
|
+
- Timestamps and authors announced
|
|
36
|
+
- New items announced when added
|
|
37
|
+
aria_attributes:
|
|
38
|
+
- role='feed' on container
|
|
39
|
+
- role='article' on feed items
|
|
40
|
+
- aria-label for feed region
|
|
41
|
+
- aria-posinset and aria-setsize for position
|
|
42
|
+
- aria-live for new items (polite)
|
|
43
|
+
usage_guidelines:
|
|
44
|
+
when_to_use:
|
|
45
|
+
- For social activity streams
|
|
46
|
+
- To display chronological updates
|
|
47
|
+
- For user-generated content feeds
|
|
48
|
+
- In collaboration or communication features
|
|
49
|
+
when_not_to_use:
|
|
50
|
+
- For static content lists
|
|
51
|
+
- When chronology isn't important
|
|
52
|
+
- For structured data tables
|
|
53
|
+
- When real-time updates aren't needed
|
|
54
|
+
best_practices:
|
|
55
|
+
- Display items in reverse chronological order (newest first)
|
|
56
|
+
- Include timestamps on all items
|
|
57
|
+
- Show author/source clearly
|
|
58
|
+
- Support infinite scroll or pagination
|
|
59
|
+
- Provide refresh mechanism
|
|
60
|
+
- Handle real-time updates smoothly
|
|
61
|
+
common_mistakes:
|
|
62
|
+
- Poor performance with many items
|
|
63
|
+
- Missing timestamps
|
|
64
|
+
- Unclear authorship
|
|
65
|
+
- Not handling new items gracefully
|
|
66
|
+
- Inadequate loading states
|
|
67
|
+
code_examples:
|
|
68
|
+
- title: Basic Feed
|
|
69
|
+
code: "<div class=\"slds-feed\" role=\"feed\" aria-label=\"Activity feed\">\n <ul class=\"slds-feed__list\">\n <li class=\"\
|
|
70
|
+
slds-feed__item\" role=\"article\">\n <article class=\"slds-post\">\n <header class=\"slds-post__header\"\
|
|
71
|
+
>\n <div class=\"slds-media slds-media_center\">\n <div class=\"slds-media__figure\">\n \
|
|
72
|
+
\ <span class=\"slds-avatar slds-avatar_circle slds-avatar_medium\">\n <img src=\"/assets/images/avatar1.jpg\"\
|
|
73
|
+
\ alt=\"John Doe\" />\n </span>\n </div>\n <div class=\"slds-media__body\">\n \
|
|
74
|
+
\ <p class=\"\">John Doe</p>\n <p class=\"slds-text-body_small\">2 hours ago</p>\n </div>\n\
|
|
75
|
+
\ </div>\n </header>\n <div class=\"slds-post__content\">\n <p>Just completed the Q4 presentation\
|
|
76
|
+
\ deck. Ready for review!</p>\n </div>\n <footer class=\"slds-post__footer\">\n <ul class=\"slds-list_horizontal\
|
|
77
|
+
\ slds-has-dividers_left\">\n <li class=\"slds-item\">Like</li>\n <li class=\"slds-item\">Comment</li>\n\
|
|
78
|
+
\ <li class=\"slds-item\">Share</li>\n </ul>\n </footer>\n </article>\n </li>\n \
|
|
79
|
+
\ <li class=\"slds-feed__item\" role=\"article\">\n <article class=\"slds-post\">\n <header class=\"slds-post__header\"\
|
|
80
|
+
>\n <div class=\"slds-media slds-media_center\">\n <div class=\"slds-media__figure\">\n \
|
|
81
|
+
\ <span class=\"slds-avatar slds-avatar_circle slds-avatar_medium\">\n <img src=\"/assets/images/avatar2.jpg\"\
|
|
82
|
+
\ alt=\"Jane Smith\" />\n </span>\n </div>\n <div class=\"slds-media__body\">\n \
|
|
83
|
+
\ <p class=\"\">Jane Smith</p>\n <p class=\"slds-text-body_small\">5 hours ago</p>\n \
|
|
84
|
+
\ </div>\n </div>\n </header>\n <div class=\"slds-post__content\">\n <p>Great team meeting\
|
|
85
|
+
\ today! Looking forward to our next sprint.</p>\n </div>\n <footer class=\"slds-post__footer\">\n \
|
|
86
|
+
\ <ul class=\"slds-list_horizontal slds-has-dividers_left\">\n <li class=\"slds-item\">Like (3)</li>\n\
|
|
87
|
+
\ <li class=\"slds-item\">Comment (1)</li>\n <li class=\"slds-item\">Share</li>\n </ul>\n\
|
|
88
|
+
\ </footer>\n </article>\n </li>\n </ul>\n</div>\n"
|
|
89
|
+
description: Activity feed with posts from multiple users
|
|
90
|
+
styling_hooks: []
|
|
91
|
+
dependencies:
|
|
92
|
+
css_files:
|
|
93
|
+
- feeds.css
|
|
94
|
+
- post.css
|
|
95
|
+
- avatar.css
|
|
96
|
+
javascript:
|
|
97
|
+
- Infinite scroll or pagination
|
|
98
|
+
- Real-time update handling
|
|
99
|
+
- Post interaction handlers
|
|
100
|
+
- Feed refresh mechanism
|
|
101
|
+
icons: []
|
|
102
|
+
other_components:
|
|
103
|
+
- avatar
|
|
104
|
+
- post
|
|
105
|
+
- media-object
|
|
106
|
+
related_components:
|
|
107
|
+
- name: Activity Timeline
|
|
108
|
+
relationship: similar
|
|
109
|
+
description: Alternative chronological display
|
|
110
|
+
- name: Chat
|
|
111
|
+
relationship: similar
|
|
112
|
+
description: Similar messaging pattern
|
|
113
|
+
- name: Publisher
|
|
114
|
+
relationship: complementary
|
|
115
|
+
description: Input component for creating feed posts
|
|
116
|
+
references:
|
|
117
|
+
official_docs: https://v1.lightningdesignsystem.com/components/feeds/
|
|
118
|
+
metadata:
|
|
119
|
+
version: 1.0.0
|
|
120
|
+
last_updated: '2025-11-11'
|
|
121
|
+
author: SLDS Documentation Team
|
|
122
|
+
slds_version: 2.27.2
|
|
123
|
+
review_status: complete
|
|
124
|
+
source: official-slds
|
|
125
|
+
notes: Created from official SLDS documentation and design-system-internal source code
|