@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,304 @@
|
|
|
1
|
+
name: "Accordion"
|
|
2
|
+
description: "A vertically stacked list of items where only one item is shown at a time. When a new item is clicked, it expands to reveal its content and the previously open item closes. Each accordion consists of multiple sections with collapsible content areas and clickable headers."
|
|
3
|
+
category: "Layout"
|
|
4
|
+
slds_classes:
|
|
5
|
+
root: "slds-accordion"
|
|
6
|
+
elements:
|
|
7
|
+
- class: "slds-accordion__list-item"
|
|
8
|
+
description: "Container for each accordion section"
|
|
9
|
+
purpose: "Wraps individual accordion items"
|
|
10
|
+
- class: "slds-accordion__section"
|
|
11
|
+
description: "Individual section within the accordion"
|
|
12
|
+
purpose: "Contains a single collapsible section with header and content"
|
|
13
|
+
- class: "slds-accordion__summary"
|
|
14
|
+
description: "Clickable header area for each accordion section"
|
|
15
|
+
purpose: "Contains the accordion toggle button and summary content"
|
|
16
|
+
- class: "slds-accordion__summary-heading"
|
|
17
|
+
description: "Heading container within the summary"
|
|
18
|
+
purpose: "Contains the text heading for the accordion section"
|
|
19
|
+
- class: "slds-accordion__summary-content"
|
|
20
|
+
description: "Content area within the summary"
|
|
21
|
+
purpose: "Contains the section title and description"
|
|
22
|
+
- class: "slds-accordion__summary-action"
|
|
23
|
+
description: "Action area within the summary"
|
|
24
|
+
purpose: "Contains buttons or interactive elements in the summary"
|
|
25
|
+
- class: "slds-accordion__summary-action-icon"
|
|
26
|
+
description: "Icon for expand/collapse action"
|
|
27
|
+
purpose: "Visual indicator for section state and interaction"
|
|
28
|
+
- class: "slds-accordion__content"
|
|
29
|
+
description: "Collapsible content area of each accordion section"
|
|
30
|
+
purpose: "Contains the main content that expands/collapses"
|
|
31
|
+
modifiers:
|
|
32
|
+
- class: "slds-is-open"
|
|
33
|
+
description: "Applied to accordion section when expanded"
|
|
34
|
+
usage: "Toggle on/off to control accordion section state"
|
|
35
|
+
states:
|
|
36
|
+
- class: "slds-is-open"
|
|
37
|
+
description: "Expanded state for accordion sections"
|
|
38
|
+
trigger: "User interaction with summary button"
|
|
39
|
+
- class: "slds-is-closed"
|
|
40
|
+
description: "Collapsed section state"
|
|
41
|
+
trigger: "Applied when accordion section is collapsed"
|
|
42
|
+
variants:
|
|
43
|
+
- name: "Base"
|
|
44
|
+
description: "Standard accordion with expandable sections"
|
|
45
|
+
classes:
|
|
46
|
+
- "slds-accordion"
|
|
47
|
+
usage_context: "Default implementation for collapsible content sections"
|
|
48
|
+
differences: "Single accordion with multiple collapsible sections"
|
|
49
|
+
lightning_component:
|
|
50
|
+
name: "lightning-accordion"
|
|
51
|
+
url: "https://developer.salesforce.com/docs/component-library/bundle/lightning-accordion"
|
|
52
|
+
mapping_notes: "Direct mapping - Lightning component implements SLDS accordion blueprint. Individual sections map to lightning-accordion-section components."
|
|
53
|
+
accessibility:
|
|
54
|
+
keyboard_support:
|
|
55
|
+
- "Tab to navigate between accordion sections"
|
|
56
|
+
- "Enter/Space to expand/collapse sections"
|
|
57
|
+
- "Arrow keys may be used for section navigation"
|
|
58
|
+
- "Focus management within expanded content"
|
|
59
|
+
screen_reader:
|
|
60
|
+
- "Announces section state (expanded/collapsed)"
|
|
61
|
+
- "Provides context about accordion content"
|
|
62
|
+
- "Section purpose and state announced"
|
|
63
|
+
- "Expansion state changes communicated"
|
|
64
|
+
- "Content structure properly conveyed"
|
|
65
|
+
aria_attributes:
|
|
66
|
+
- "aria-expanded on summary elements"
|
|
67
|
+
- "aria-controls linking summary to content"
|
|
68
|
+
- "role='button' on interactive summary elements"
|
|
69
|
+
- "aria-labelledby for content labeling"
|
|
70
|
+
- "role='region' for content areas"
|
|
71
|
+
usage_guidelines:
|
|
72
|
+
when_to_use:
|
|
73
|
+
- "When you have multiple sections of content that users might not need to see all at once"
|
|
74
|
+
- "To save vertical space on a page"
|
|
75
|
+
- "For FAQ sections or help documentation"
|
|
76
|
+
- "When content can be logically grouped into sections"
|
|
77
|
+
- "For organizing related content that can be shown/hidden"
|
|
78
|
+
- "When content hierarchy needs progressive disclosure"
|
|
79
|
+
when_not_to_use:
|
|
80
|
+
- "When all content should be visible simultaneously"
|
|
81
|
+
- "For navigation menus (use navigation components instead)"
|
|
82
|
+
- "When sections are very small and wouldn't benefit from collapsing"
|
|
83
|
+
- "For unrelated content groupings"
|
|
84
|
+
best_practices:
|
|
85
|
+
- "Use clear, descriptive headings for each section"
|
|
86
|
+
- "Keep section headings concise"
|
|
87
|
+
- "Ensure content within sections is meaningful when collapsed"
|
|
88
|
+
- "Provide visual indicators for expanded/collapsed states"
|
|
89
|
+
- "Group related content logically"
|
|
90
|
+
- "Provide meaningful content in each section"
|
|
91
|
+
- "Consider default expanded/collapsed states"
|
|
92
|
+
- "Maintain consistent section behavior"
|
|
93
|
+
common_mistakes:
|
|
94
|
+
- "Making section headings too vague"
|
|
95
|
+
- "Overusing accordions where tabbed interfaces would be better"
|
|
96
|
+
- "Not providing proper ARIA attributes for accessibility"
|
|
97
|
+
- "Using unclear or generic section titles"
|
|
98
|
+
- "Putting too much content in individual sections"
|
|
99
|
+
- "Inconsistent section behavior"
|
|
100
|
+
- "Poor content organization within sections"
|
|
101
|
+
code_examples:
|
|
102
|
+
- title: "Basic Accordion"
|
|
103
|
+
description: "Standard accordion with single section"
|
|
104
|
+
code: |
|
|
105
|
+
<div class="slds-accordion">
|
|
106
|
+
<section class="slds-accordion__list-item">
|
|
107
|
+
<div class="slds-accordion__summary" id="accordion-summary-01">
|
|
108
|
+
<h3 class="slds-accordion__summary-heading">
|
|
109
|
+
<button class="slds-button slds-button_reset slds-accordion__summary-action" aria-controls="accordion-content-01" aria-expanded="true">
|
|
110
|
+
<span class="slds-accordion__summary-content">Accordion summary</span>
|
|
111
|
+
</button>
|
|
112
|
+
</h3>
|
|
113
|
+
</div>
|
|
114
|
+
<div class="slds-accordion__content slds-is-open" id="accordion-content-01">
|
|
115
|
+
<p>Accordion content</p>
|
|
116
|
+
</div>
|
|
117
|
+
</section>
|
|
118
|
+
</div>
|
|
119
|
+
- title: "Multi-Section Accordion"
|
|
120
|
+
description: "Complete accordion with multiple expandable sections"
|
|
121
|
+
code: |
|
|
122
|
+
<div class="slds-accordion">
|
|
123
|
+
<section class="slds-accordion__section slds-is-open">
|
|
124
|
+
<div class="slds-accordion__summary">
|
|
125
|
+
<h3 class="slds-accordion__summary-heading">
|
|
126
|
+
<button class="slds-accordion__summary-action slds-button slds-button_reset" aria-controls="accordion-details-01" aria-expanded="true">
|
|
127
|
+
<svg class="slds-accordion__summary-action-icon slds-button__icon slds-button__icon_left" aria-hidden="true">
|
|
128
|
+
<use xlink:href="/assets/icons/utility-sprite/svg/symbols.svg#switch"></use>
|
|
129
|
+
</svg>
|
|
130
|
+
<span class="slds-accordion__summary-content">
|
|
131
|
+
Getting Started
|
|
132
|
+
</span>
|
|
133
|
+
</button>
|
|
134
|
+
</h3>
|
|
135
|
+
</div>
|
|
136
|
+
<div class="slds-accordion__content" id="accordion-details-01">
|
|
137
|
+
<p>This section contains information about getting started with our platform. You'll find step-by-step instructions, helpful tips, and links to additional resources.</p>
|
|
138
|
+
<ul class="slds-list_dotted">
|
|
139
|
+
<li>Create your account</li>
|
|
140
|
+
<li>Complete your profile</li>
|
|
141
|
+
<li>Explore the dashboard</li>
|
|
142
|
+
<li>Take the guided tour</li>
|
|
143
|
+
</ul>
|
|
144
|
+
</div>
|
|
145
|
+
</section>
|
|
146
|
+
<section class="slds-accordion__section slds-is-closed">
|
|
147
|
+
<div class="slds-accordion__summary">
|
|
148
|
+
<h3 class="slds-accordion__summary-heading">
|
|
149
|
+
<button class="slds-accordion__summary-action slds-button slds-button_reset" aria-controls="accordion-details-02" aria-expanded="false">
|
|
150
|
+
<svg class="slds-accordion__summary-action-icon slds-button__icon slds-button__icon_left" aria-hidden="true">
|
|
151
|
+
<use xlink:href="/assets/icons/utility-sprite/svg/symbols.svg#switch"></use>
|
|
152
|
+
</svg>
|
|
153
|
+
<span class="slds-accordion__summary-content">
|
|
154
|
+
Advanced Features
|
|
155
|
+
</span>
|
|
156
|
+
</button>
|
|
157
|
+
</h3>
|
|
158
|
+
</div>
|
|
159
|
+
<div class="slds-accordion__content slds-hide" id="accordion-details-02">
|
|
160
|
+
<p>Learn about our advanced features and how to use them effectively in your workflow.</p>
|
|
161
|
+
</div>
|
|
162
|
+
</section>
|
|
163
|
+
<section class="slds-accordion__section slds-is-open">
|
|
164
|
+
<div class="slds-accordion__summary">
|
|
165
|
+
<h3 class="slds-accordion__summary-heading">
|
|
166
|
+
<button class="slds-accordion__summary-action slds-button slds-button_reset" aria-controls="accordion-details-03" aria-expanded="true">
|
|
167
|
+
<svg class="slds-accordion__summary-action-icon slds-button__icon slds-button__icon_left" aria-hidden="true">
|
|
168
|
+
<use xlink:href="/assets/icons/utility-sprite/svg/symbols.svg#switch"></use>
|
|
169
|
+
</svg>
|
|
170
|
+
<span class="slds-accordion__summary-content">
|
|
171
|
+
Account Settings
|
|
172
|
+
</span>
|
|
173
|
+
</button>
|
|
174
|
+
</h3>
|
|
175
|
+
</div>
|
|
176
|
+
<div class="slds-accordion__content" id="accordion-details-03">
|
|
177
|
+
<div class="slds-grid slds-wrap">
|
|
178
|
+
<div class="slds-col slds-size_1-of-1 slds-medium-size_1-of-2">
|
|
179
|
+
<h4 class="slds-text-heading_small slds-m-bottom_small">Profile Information</h4>
|
|
180
|
+
<ul class="slds-list_vertical">
|
|
181
|
+
<li class="slds-list__item">Update your name and contact details</li>
|
|
182
|
+
<li class="slds-list__item">Change your profile picture</li>
|
|
183
|
+
<li class="slds-list__item">Manage privacy settings</li>
|
|
184
|
+
</ul>
|
|
185
|
+
</div>
|
|
186
|
+
<div class="slds-col slds-size_1-of-1 slds-medium-size_1-of-2">
|
|
187
|
+
<h4 class="slds-text-heading_small slds-m-bottom_small">Security</h4>
|
|
188
|
+
<ul class="slds-list_vertical">
|
|
189
|
+
<li class="slds-list__item">Change your password</li>
|
|
190
|
+
<li class="slds-list__item">Enable two-factor authentication</li>
|
|
191
|
+
<li class="slds-list__item">Review login activity</li>
|
|
192
|
+
</ul>
|
|
193
|
+
</div>
|
|
194
|
+
</div>
|
|
195
|
+
</div>
|
|
196
|
+
</section>
|
|
197
|
+
</div>
|
|
198
|
+
- title: "FAQ Accordion"
|
|
199
|
+
description: "Accordion optimized for frequently asked questions"
|
|
200
|
+
code: |
|
|
201
|
+
<div class="slds-accordion">
|
|
202
|
+
<section class="slds-accordion__section slds-is-closed">
|
|
203
|
+
<div class="slds-accordion__summary">
|
|
204
|
+
<h3 class="slds-accordion__summary-heading">
|
|
205
|
+
<button class="slds-accordion__summary-action slds-button slds-button_reset" aria-controls="faq-01" aria-expanded="false">
|
|
206
|
+
<svg class="slds-accordion__summary-action-icon slds-button__icon slds-button__icon_left" aria-hidden="true">
|
|
207
|
+
<use xlink:href="/assets/icons/utility-sprite/svg/symbols.svg#switch"></use>
|
|
208
|
+
</svg>
|
|
209
|
+
<span class="slds-accordion__summary-content">
|
|
210
|
+
How do I reset my password?
|
|
211
|
+
</span>
|
|
212
|
+
</button>
|
|
213
|
+
</h3>
|
|
214
|
+
</div>
|
|
215
|
+
<div class="slds-accordion__content slds-hide" id="faq-01">
|
|
216
|
+
<p>To reset your password:</p>
|
|
217
|
+
<ol class="slds-list_ordered">
|
|
218
|
+
<li>Click the "Forgot Password" link on the login page</li>
|
|
219
|
+
<li>Enter your email address</li>
|
|
220
|
+
<li>Check your email for reset instructions</li>
|
|
221
|
+
<li>Follow the link and create a new password</li>
|
|
222
|
+
</ol>
|
|
223
|
+
</div>
|
|
224
|
+
</section>
|
|
225
|
+
<section class="slds-accordion__section slds-is-closed">
|
|
226
|
+
<div class="slds-accordion__summary">
|
|
227
|
+
<h3 class="slds-accordion__summary-heading">
|
|
228
|
+
<button class="slds-accordion__summary-action slds-button slds-button_reset" aria-controls="faq-02" aria-expanded="false">
|
|
229
|
+
<svg class="slds-accordion__summary-action-icon slds-button__icon slds-button__icon_left" aria-hidden="true">
|
|
230
|
+
<use xlink:href="/assets/icons/utility-sprite/svg/symbols.svg#switch"></use>
|
|
231
|
+
</svg>
|
|
232
|
+
<span class="slds-accordion__summary-content">
|
|
233
|
+
Where can I find my billing information?
|
|
234
|
+
</span>
|
|
235
|
+
</button>
|
|
236
|
+
</h3>
|
|
237
|
+
</div>
|
|
238
|
+
<div class="slds-accordion__content slds-hide" id="faq-02">
|
|
239
|
+
<p>Your billing information can be found in the Account Settings section under "Billing & Payments". From there you can:</p>
|
|
240
|
+
<ul class="slds-list_dotted">
|
|
241
|
+
<li>View current charges</li>
|
|
242
|
+
<li>Download invoices</li>
|
|
243
|
+
<li>Update payment methods</li>
|
|
244
|
+
<li>Change billing addresses</li>
|
|
245
|
+
</ul>
|
|
246
|
+
</div>
|
|
247
|
+
</section>
|
|
248
|
+
</div>
|
|
249
|
+
styling_hooks:
|
|
250
|
+
- name: "--slds-c-accordion-heading-color"
|
|
251
|
+
description: "Text color for accordion headings"
|
|
252
|
+
category: "color"
|
|
253
|
+
- name: "--slds-c-accordion-heading-font-size"
|
|
254
|
+
description: "Font size for accordion headings"
|
|
255
|
+
category: "typography"
|
|
256
|
+
- name: "--slds-c-accordion-section-color-border"
|
|
257
|
+
description: "Border color for accordion sections"
|
|
258
|
+
category: "color"
|
|
259
|
+
- name: "--slds-c-accordion-section-sizing-border"
|
|
260
|
+
description: "Border width for accordion sections"
|
|
261
|
+
category: "sizing"
|
|
262
|
+
- name: "--slds-c-accordion-section-spacing-block-end"
|
|
263
|
+
description: "Bottom spacing for accordion sections"
|
|
264
|
+
category: "spacing"
|
|
265
|
+
- name: "--slds-c-accordion-section-spacing-block-start"
|
|
266
|
+
description: "Top spacing for accordion sections"
|
|
267
|
+
category: "spacing"
|
|
268
|
+
- name: "--slds-c-accordion-section-spacing-inline-end"
|
|
269
|
+
description: "Right spacing for accordion sections"
|
|
270
|
+
category: "spacing"
|
|
271
|
+
- name: "--slds-c-accordion-section-spacing-inline-start"
|
|
272
|
+
description: "Left spacing for accordion sections"
|
|
273
|
+
category: "spacing"
|
|
274
|
+
- name: "--slds-c-accordion-summary-color-background"
|
|
275
|
+
description: "Background color for accordion summary"
|
|
276
|
+
category: "color"
|
|
277
|
+
dependencies:
|
|
278
|
+
css_files:
|
|
279
|
+
- "accordion.css"
|
|
280
|
+
- "button.css"
|
|
281
|
+
javascript:
|
|
282
|
+
- "accordion.js"
|
|
283
|
+
icons:
|
|
284
|
+
- "utility-sprite.svg"
|
|
285
|
+
other_components:
|
|
286
|
+
- "button"
|
|
287
|
+
related_components:
|
|
288
|
+
- name: "Expandable Section"
|
|
289
|
+
relationship: "similar"
|
|
290
|
+
description: "Single expandable section, simpler alternative"
|
|
291
|
+
- name: "Tabs"
|
|
292
|
+
relationship: "alternative"
|
|
293
|
+
description: "Alternative for organizing content sections"
|
|
294
|
+
- name: "Summary Detail"
|
|
295
|
+
relationship: "similar"
|
|
296
|
+
description: "Similar progressive disclosure pattern"
|
|
297
|
+
references:
|
|
298
|
+
official_docs: "https://v1.lightningdesignsystem.com/components/accordion/"
|
|
299
|
+
metadata:
|
|
300
|
+
version: "2.0.0"
|
|
301
|
+
last_updated: "2025-11-12"
|
|
302
|
+
review_status: "complete"
|
|
303
|
+
merge_notes: "Merged accordion-section.yaml into unified accordion blueprint for SLDS architectural accuracy"
|
|
304
|
+
notes: " Cleaned invalid classes and CSS variables on 2025-11-12 using slds-plus.css as source of truth."
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
name: Activity Timeline
|
|
2
|
+
description: A visual representation of events arranged in chronological order, used to display a sequence of activities or
|
|
3
|
+
milestones with associated metadata.
|
|
4
|
+
category: Display
|
|
5
|
+
slds_classes:
|
|
6
|
+
root: ''
|
|
7
|
+
elements:
|
|
8
|
+
- class: slds-timeline__date
|
|
9
|
+
description: Date/time display for timeline item
|
|
10
|
+
purpose: Shows when the timeline event occurred
|
|
11
|
+
- class: slds-timeline__actions
|
|
12
|
+
description: Actions container for timeline item
|
|
13
|
+
purpose: Contains interactive elements like buttons or links
|
|
14
|
+
modifiers: []
|
|
15
|
+
states: []
|
|
16
|
+
variants:
|
|
17
|
+
- name: Base
|
|
18
|
+
description: Standard activity timeline with chronological events
|
|
19
|
+
classes: []
|
|
20
|
+
usage_context: Default implementation for showing activity history
|
|
21
|
+
differences: Vertical timeline with media objects for each event
|
|
22
|
+
lightning_component:
|
|
23
|
+
name: No direct component
|
|
24
|
+
url: https://developer.salesforce.com/docs/component-library/overview/components
|
|
25
|
+
mapping_notes: No direct Lightning Base Component equivalent - SLDS-only pattern
|
|
26
|
+
accessibility:
|
|
27
|
+
keyboard_support:
|
|
28
|
+
- Tab navigation through interactive elements
|
|
29
|
+
- Focus management for embedded actions
|
|
30
|
+
screen_reader:
|
|
31
|
+
- Chronological order conveyed through markup structure
|
|
32
|
+
- Event details properly associated with headings
|
|
33
|
+
- Time/date information announced with events
|
|
34
|
+
aria_attributes:
|
|
35
|
+
- aria-labelledby for timeline item titles
|
|
36
|
+
- role='list' and role='listitem' for semantic structure
|
|
37
|
+
- aria-describedby for additional event details
|
|
38
|
+
usage_guidelines:
|
|
39
|
+
when_to_use:
|
|
40
|
+
- To display chronological sequence of events or activities
|
|
41
|
+
- For showing audit trails or activity logs
|
|
42
|
+
- When temporal relationship between events is important
|
|
43
|
+
- To provide historical context for records or objects
|
|
44
|
+
when_not_to_use:
|
|
45
|
+
- For non-chronological lists (use regular lists instead)
|
|
46
|
+
- When temporal order is not relevant
|
|
47
|
+
- For simple status updates (use feeds instead)
|
|
48
|
+
- When space is extremely constrained
|
|
49
|
+
best_practices:
|
|
50
|
+
- Order events chronologically (newest first or oldest first consistently)
|
|
51
|
+
- Use meaningful icons to categorize different event types
|
|
52
|
+
- Keep event descriptions concise but informative
|
|
53
|
+
- Include relevant timestamps
|
|
54
|
+
- Group related events when appropriate
|
|
55
|
+
common_mistakes:
|
|
56
|
+
- Mixing chronological orders inconsistently
|
|
57
|
+
- Using unclear or non-descriptive event labels
|
|
58
|
+
- Omitting important temporal information
|
|
59
|
+
- Making timeline items too dense with information
|
|
60
|
+
code_examples:
|
|
61
|
+
- title: Basic Timeline Item
|
|
62
|
+
code: "<div class=\"\">\n <div class=\"\">\n <span class=\"\">\n <span class=\"\">\n <svg\
|
|
63
|
+
\ class=\"slds-icon slds-icon_x-small\" aria-hidden=\"true\">\n <use xlink:href=\"/assets/icons/utility-sprite/svg/symbols.svg#email\"\
|
|
64
|
+
></use>\n </svg>\n </span>\n <div class=\"\">\n <h3 class=\"\">Email sent</h3>\n\
|
|
65
|
+
\ <p class=\"slds-timeline__date\">Today at 2:30 PM</p>\n <div class=\"\">\n <p>Follow-up\
|
|
66
|
+
\ email sent to customer regarding their inquiry.</p>\n </div>\n </div>\n </span>\n </div>\n\
|
|
67
|
+
\ </div>\n"
|
|
68
|
+
styling_hooks: []
|
|
69
|
+
dependencies:
|
|
70
|
+
css_files:
|
|
71
|
+
- timeline.css
|
|
72
|
+
- media-objects.css
|
|
73
|
+
javascript: []
|
|
74
|
+
icons:
|
|
75
|
+
- utility-sprite.svg
|
|
76
|
+
other_components:
|
|
77
|
+
- media-objects
|
|
78
|
+
- icons
|
|
79
|
+
related_components:
|
|
80
|
+
- name: Feeds
|
|
81
|
+
relationship: alternative
|
|
82
|
+
description: Alternative for activity streams with less temporal emphasis
|
|
83
|
+
- name: Path
|
|
84
|
+
relationship: similar
|
|
85
|
+
description: Similar concept for process progression
|
|
86
|
+
references:
|
|
87
|
+
official_docs: https://v1.lightningdesignsystem.com/components/activity-timeline/
|
|
88
|
+
metadata:
|
|
89
|
+
version: 1.0.0
|
|
90
|
+
last_updated: '2025-11-12'
|
|
91
|
+
review_status: complete
|
|
92
|
+
notes: ' Cleaned invalid classes and CSS variables on 2025-11-12 using slds-plus.css as source of truth.'
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
name: Alert
|
|
2
|
+
description: A banner component used to communicate a state that affects the entire application or page, not a specific feature
|
|
3
|
+
or task.
|
|
4
|
+
category: Feedback
|
|
5
|
+
slds_classes:
|
|
6
|
+
root: ''
|
|
7
|
+
elements: []
|
|
8
|
+
modifiers:
|
|
9
|
+
- class: slds-alert_warning
|
|
10
|
+
description: Warning alert variant
|
|
11
|
+
usage: Use for warnings that need user attention
|
|
12
|
+
- class: slds-alert_error
|
|
13
|
+
description: Error alert variant
|
|
14
|
+
usage: Use for error messages that require immediate attention
|
|
15
|
+
- class: slds-alert_offline
|
|
16
|
+
description: Offline state alert variant
|
|
17
|
+
usage: Use specifically for offline connectivity messages
|
|
18
|
+
states: []
|
|
19
|
+
variants:
|
|
20
|
+
- name: Base
|
|
21
|
+
description: Standard alert with different severity levels
|
|
22
|
+
classes:
|
|
23
|
+
- slds-alert_warning
|
|
24
|
+
- slds-alert_error
|
|
25
|
+
usage_context: Page-level or application-level notifications
|
|
26
|
+
differences: Different colors and icons based on message type
|
|
27
|
+
lightning_component:
|
|
28
|
+
name: lightning-alert
|
|
29
|
+
url: https://developer.salesforce.com/docs/component-library/bundle/lightning-alert
|
|
30
|
+
mapping_notes: Direct mapping - Lightning component implements SLDS alert blueprint
|
|
31
|
+
accessibility:
|
|
32
|
+
keyboard_support:
|
|
33
|
+
- No specific keyboard interactions required
|
|
34
|
+
- Focus management handled by parent context
|
|
35
|
+
screen_reader:
|
|
36
|
+
- Alert role automatically announced by screen readers
|
|
37
|
+
- Icon meaning conveyed through appropriate aria-label
|
|
38
|
+
- Alert text read immediately when displayed
|
|
39
|
+
aria_attributes:
|
|
40
|
+
- role='alert' for immediate announcements
|
|
41
|
+
- aria-label on icons to convey meaning
|
|
42
|
+
- aria-live='polite' or 'assertive' based on severity
|
|
43
|
+
usage_guidelines:
|
|
44
|
+
when_to_use:
|
|
45
|
+
- For system-wide messages that affect the entire application
|
|
46
|
+
- To communicate global state changes
|
|
47
|
+
- For critical information that users must be aware of
|
|
48
|
+
- When the message applies to the entire page or workflow
|
|
49
|
+
when_not_to_use:
|
|
50
|
+
- For feature-specific messages (use toast instead)
|
|
51
|
+
- For field-level validation (use field-level help)
|
|
52
|
+
- For temporary notifications (use toast instead)
|
|
53
|
+
- For success confirmations of user actions (use toast)
|
|
54
|
+
best_practices:
|
|
55
|
+
- Use appropriate severity levels (info, warning, error)
|
|
56
|
+
- Keep alert messages concise and actionable
|
|
57
|
+
- Place alerts at the top of the content area
|
|
58
|
+
- Provide clear next steps when appropriate
|
|
59
|
+
- Don't stack multiple alerts unless absolutely necessary
|
|
60
|
+
common_mistakes:
|
|
61
|
+
- Overusing alerts for non-critical information
|
|
62
|
+
- Using wrong alert type for the message content
|
|
63
|
+
- Making alert messages too long or complex
|
|
64
|
+
- Not providing actionable information in critical alerts
|
|
65
|
+
code_examples:
|
|
66
|
+
- title: Info Alert
|
|
67
|
+
code: "<div class=\"\" role=\"alert\">\n <span class=\"\">\n <svg class=\"slds-icon slds-icon_x-small\" aria-hidden=\"\
|
|
68
|
+
true\">\n <use xlink:href=\"/assets/icons/utility-sprite/svg/symbols.svg#info\"></use>\n </svg>\n \
|
|
69
|
+
\ </span>\n <span class=\"\">Base System Alert</span>\n </div>\n"
|
|
70
|
+
- title: Warning Alert
|
|
71
|
+
code: "<div class=\"slds-alert_warning\" role=\"alert\">\n <span class=\"\">\n <svg class=\"slds-icon slds-icon_x-small\"\
|
|
72
|
+
\ aria-hidden=\"true\">\n <use xlink:href=\"/assets/icons/utility-sprite/svg/symbols.svg#warning\"></use>\n \
|
|
73
|
+
\ </svg>\n </span>\n <span class=\"\">Your session will expire in 10 minutes.</span>\n </div>\n"
|
|
74
|
+
- title: Error Alert
|
|
75
|
+
code: "<div class=\"slds-alert_error\" role=\"alert\">\n <span class=\"\">\n <svg class=\"slds-icon slds-icon_x-small\"\
|
|
76
|
+
\ aria-hidden=\"true\">\n <use xlink:href=\"/assets/icons/utility-sprite/svg/symbols.svg#error\"></use>\n \
|
|
77
|
+
\ </svg>\n </span>\n <span class=\"\">System maintenance is currently in progress.</span>\n </div>\n"
|
|
78
|
+
styling_hooks: []
|
|
79
|
+
dependencies:
|
|
80
|
+
css_files:
|
|
81
|
+
- alert.css
|
|
82
|
+
javascript: []
|
|
83
|
+
icons:
|
|
84
|
+
- utility-sprite.svg
|
|
85
|
+
other_components:
|
|
86
|
+
- icons
|
|
87
|
+
related_components:
|
|
88
|
+
- name: Toast
|
|
89
|
+
relationship: alternative
|
|
90
|
+
description: For temporary, action-specific notifications
|
|
91
|
+
- name: Notifications
|
|
92
|
+
relationship: similar
|
|
93
|
+
description: Similar notification patterns for different contexts
|
|
94
|
+
- name: Prompt
|
|
95
|
+
relationship: alternative
|
|
96
|
+
description: Modal dialogs for critical alerts requiring action
|
|
97
|
+
references:
|
|
98
|
+
official_docs: https://v1.lightningdesignsystem.com/components/alert/
|
|
99
|
+
metadata:
|
|
100
|
+
version: 1.0.0
|
|
101
|
+
last_updated: '2025-11-12'
|
|
102
|
+
review_status: complete
|
|
103
|
+
notes: ' Cleaned invalid classes and CSS variables on 2025-11-12 using slds-plus.css as source of truth.'
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
name: App Launcher
|
|
2
|
+
description: A grid-based interface that allows users to discover and navigate to different applications, typically accessed
|
|
3
|
+
through a waffle menu or launcher button.
|
|
4
|
+
category: Navigation
|
|
5
|
+
slds_classes:
|
|
6
|
+
root: slds-app-launcher
|
|
7
|
+
elements:
|
|
8
|
+
- class: slds-app-launcher__content
|
|
9
|
+
description: Main content area of the app launcher
|
|
10
|
+
purpose: Contains the application grid and navigation sections
|
|
11
|
+
- class: slds-app-launcher__tile
|
|
12
|
+
description: Individual application tile
|
|
13
|
+
purpose: Represents a single application with icon and label
|
|
14
|
+
- class: slds-app-launcher__tile-figure
|
|
15
|
+
description: Icon container within application tile
|
|
16
|
+
purpose: Holds the application icon or image
|
|
17
|
+
- class: slds-app-launcher__tile-body
|
|
18
|
+
description: Content area within application tile
|
|
19
|
+
purpose: Contains application name and description
|
|
20
|
+
modifiers: []
|
|
21
|
+
states: []
|
|
22
|
+
variants:
|
|
23
|
+
- name: Base
|
|
24
|
+
description: Standard app launcher with application grid
|
|
25
|
+
classes:
|
|
26
|
+
- slds-app-launcher
|
|
27
|
+
usage_context: Default implementation for application navigation
|
|
28
|
+
differences: Grid-based layout with application tiles and sections
|
|
29
|
+
lightning_component:
|
|
30
|
+
name: No direct component
|
|
31
|
+
url: https://developer.salesforce.com/docs/component-library/overview/components
|
|
32
|
+
mapping_notes: No direct Lightning Base Component equivalent - typically implemented as custom component
|
|
33
|
+
accessibility:
|
|
34
|
+
keyboard_support:
|
|
35
|
+
- Tab navigation through application tiles
|
|
36
|
+
- Enter/Space to activate application tiles
|
|
37
|
+
- Arrow keys for grid navigation
|
|
38
|
+
screen_reader:
|
|
39
|
+
- Application names and descriptions announced
|
|
40
|
+
- Grid layout conveyed to assistive technologies
|
|
41
|
+
aria_attributes:
|
|
42
|
+
- role='grid' for the application layout
|
|
43
|
+
- role='gridcell' for individual application tiles
|
|
44
|
+
- aria-label for application tiles
|
|
45
|
+
usage_guidelines:
|
|
46
|
+
when_to_use:
|
|
47
|
+
- To provide access to multiple applications or modules
|
|
48
|
+
- When users need to switch between different tools
|
|
49
|
+
- For discovery of available applications
|
|
50
|
+
when_not_to_use:
|
|
51
|
+
- For small numbers of applications
|
|
52
|
+
- When applications are contextually related
|
|
53
|
+
- For single-application interfaces
|
|
54
|
+
best_practices:
|
|
55
|
+
- Use meaningful icons for applications
|
|
56
|
+
- Keep application names concise
|
|
57
|
+
- Group related applications logically
|
|
58
|
+
- Provide search for large numbers of apps
|
|
59
|
+
common_mistakes:
|
|
60
|
+
- Using unclear icons
|
|
61
|
+
- Making tiles too small to interact with
|
|
62
|
+
- Not providing adequate spacing
|
|
63
|
+
code_examples:
|
|
64
|
+
- title: Basic App Launcher
|
|
65
|
+
description: Basic app launcher with single application tile
|
|
66
|
+
code: "<div class=\"slds-app-launcher\">\n <div class=\"\">\n <h2>App Launcher</h2>\n </div>\n <div\
|
|
67
|
+
\ class=\"slds-app-launcher__content\">\n <div class=\"slds-app-launcher__tile\">\n <div class=\"slds-app-launcher__tile-figure\"\
|
|
68
|
+
>\n <svg class=\"slds-icon slds-icon_large\">\n <use xlink:href=\"/assets/icons/standard-sprite/svg/symbols.svg#opportunity\"\
|
|
69
|
+
></use>\n </svg>\n </div>\n <div class=\"slds-app-launcher__tile-body\">\n <h4>Sales\
|
|
70
|
+
\ Cloud</h4>\n </div>\n </div>\n </div>\n </div>\n"
|
|
71
|
+
styling_hooks: []
|
|
72
|
+
dependencies:
|
|
73
|
+
css_files:
|
|
74
|
+
- app-launcher.css
|
|
75
|
+
javascript: []
|
|
76
|
+
icons:
|
|
77
|
+
- standard-sprite.svg
|
|
78
|
+
other_components:
|
|
79
|
+
- icons
|
|
80
|
+
- grid
|
|
81
|
+
related_components:
|
|
82
|
+
- name: Global Navigation
|
|
83
|
+
relationship: container
|
|
84
|
+
description: Often contains the app launcher
|
|
85
|
+
- name: Navigation
|
|
86
|
+
relationship: alternative
|
|
87
|
+
description: Alternative navigation patterns
|
|
88
|
+
references:
|
|
89
|
+
official_docs: https://v1.lightningdesignsystem.com/components/app-launcher/
|
|
90
|
+
metadata:
|
|
91
|
+
version: 1.0.0
|
|
92
|
+
last_updated: '2025-11-12'
|
|
93
|
+
review_status: complete
|
|
94
|
+
notes: ' Cleaned invalid classes and CSS variables on 2025-11-12 using slds-plus.css as source of truth.'
|