@salesforce/afv-skills 1.13.0 → 1.15.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 +3 -3
- 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-ui-bundle-app/SKILL.md +33 -8
- package/skills/generating-custom-application/SKILL.md +1 -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-ui-bundle-custom-app/SKILL.md +93 -0
- package/skills/generating-ui-bundle-custom-app/docs/configure-metadata-custom-application.md +70 -0
- package/skills/generating-ui-bundle-metadata/SKILL.md +39 -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/reviewing-lwc-mobile-offline/SKILL.md +168 -0
- package/skills/reviewing-lwc-mobile-offline/references/grounding.md +7 -0
- package/skills/reviewing-lwc-mobile-offline/references/inline-graphql.md +43 -0
- package/skills/reviewing-lwc-mobile-offline/references/komaci-eslint.md +125 -0
- package/skills/reviewing-lwc-mobile-offline/references/lwc-if.md +78 -0
- package/skills/reviewing-lwc-mobile-offline/scripts/komaci.config.mjs +18 -0
- package/skills/reviewing-lwc-mobile-offline/scripts/package.json +10 -0
- package/skills/reviewing-lwc-mobile-offline/scripts/run-komaci.sh +69 -0
- 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/using-mobile-native-capabilities/SKILL.md +182 -0
- package/skills/using-mobile-native-capabilities/references/app-review.md +68 -0
- package/skills/using-mobile-native-capabilities/references/ar-space-capture.md +125 -0
- package/skills/using-mobile-native-capabilities/references/barcode-scanner.md +219 -0
- package/skills/using-mobile-native-capabilities/references/base-capability.md +22 -0
- package/skills/using-mobile-native-capabilities/references/biometrics.md +90 -0
- package/skills/using-mobile-native-capabilities/references/calendar.md +213 -0
- package/skills/using-mobile-native-capabilities/references/contacts.md +232 -0
- package/skills/using-mobile-native-capabilities/references/document-scanner.md +342 -0
- package/skills/using-mobile-native-capabilities/references/geofencing.md +123 -0
- package/skills/using-mobile-native-capabilities/references/location.md +158 -0
- package/skills/using-mobile-native-capabilities/references/mobile-capabilities.md +30 -0
- package/skills/using-mobile-native-capabilities/references/nfc.md +181 -0
- package/skills/using-mobile-native-capabilities/references/payments.md +95 -0
- 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,135 @@
|
|
|
1
|
+
name: Page Headers
|
|
2
|
+
description: Header components that provide consistent page structure with titles, actions, and navigation context for application
|
|
3
|
+
pages.
|
|
4
|
+
category: Layout
|
|
5
|
+
slds_classes:
|
|
6
|
+
root: slds-page-header
|
|
7
|
+
elements:
|
|
8
|
+
- class: slds-page-header__row
|
|
9
|
+
description: Horizontal row container within header
|
|
10
|
+
purpose: Organizes header content in rows
|
|
11
|
+
- class: slds-page-header__title
|
|
12
|
+
description: Main page title container
|
|
13
|
+
purpose: Contains the primary page heading
|
|
14
|
+
- class: slds-page-header__name
|
|
15
|
+
description: Page name element
|
|
16
|
+
purpose: Displays the specific page or record name
|
|
17
|
+
- class: slds-page-header__controls
|
|
18
|
+
description: Action controls container
|
|
19
|
+
purpose: Holds primary page actions and buttons
|
|
20
|
+
- class: slds-page-header__detail-row
|
|
21
|
+
description: Secondary row for additional details
|
|
22
|
+
purpose: Contains secondary information below main header
|
|
23
|
+
modifiers:
|
|
24
|
+
- class: slds-page-header_object-home
|
|
25
|
+
description: Object home page header variant
|
|
26
|
+
usage: For object list/home pages
|
|
27
|
+
states: []
|
|
28
|
+
variants:
|
|
29
|
+
- name: Base
|
|
30
|
+
description: Standard page header
|
|
31
|
+
classes:
|
|
32
|
+
- slds-page-header
|
|
33
|
+
usage_context: Default page header for application pages
|
|
34
|
+
differences: Basic header with title and optional actions
|
|
35
|
+
- name: Record Home
|
|
36
|
+
description: Header for record detail pages
|
|
37
|
+
classes:
|
|
38
|
+
- slds-page-header
|
|
39
|
+
usage_context: Record detail and edit pages
|
|
40
|
+
differences: Enhanced header with record-specific layout and actions
|
|
41
|
+
- name: Object Home
|
|
42
|
+
description: Header for object list pages
|
|
43
|
+
classes:
|
|
44
|
+
- slds-page-header
|
|
45
|
+
- slds-page-header_object-home
|
|
46
|
+
usage_context: Object list views and home pages
|
|
47
|
+
differences: Header optimized for list view contexts
|
|
48
|
+
lightning_component:
|
|
49
|
+
name: No direct component
|
|
50
|
+
url: https://developer.salesforce.com/docs/component-library/overview/components
|
|
51
|
+
mapping_notes: No direct Lightning Base Component equivalent - typically implemented through page layout templates
|
|
52
|
+
accessibility:
|
|
53
|
+
keyboard_support:
|
|
54
|
+
- Tab navigation through header actions
|
|
55
|
+
- Enter/Space to activate header controls
|
|
56
|
+
- Proper heading hierarchy for page structure
|
|
57
|
+
screen_reader:
|
|
58
|
+
- Page title and context announced
|
|
59
|
+
- Header actions clearly described
|
|
60
|
+
- Page metadata appropriately communicated
|
|
61
|
+
- Heading hierarchy provides page structure
|
|
62
|
+
aria_attributes:
|
|
63
|
+
- aria-labelledby for page header sections
|
|
64
|
+
- role='banner' for main page header
|
|
65
|
+
- aria-describedby for additional page context
|
|
66
|
+
- proper heading levels (h1, h2, etc.)
|
|
67
|
+
usage_guidelines:
|
|
68
|
+
when_to_use:
|
|
69
|
+
- For consistent page structure across application
|
|
70
|
+
- To provide page context and primary actions
|
|
71
|
+
- When pages need clear titles and navigation
|
|
72
|
+
- For record and object-specific page layouts
|
|
73
|
+
when_not_to_use:
|
|
74
|
+
- For simple pages without complex structure
|
|
75
|
+
- When custom header layouts are more appropriate
|
|
76
|
+
- For modal dialogs or overlay content
|
|
77
|
+
best_practices:
|
|
78
|
+
- Use clear, descriptive page titles
|
|
79
|
+
- Place primary actions prominently
|
|
80
|
+
- Maintain consistent header structure
|
|
81
|
+
- Provide appropriate page context and metadata
|
|
82
|
+
- Use proper heading hierarchy
|
|
83
|
+
common_mistakes:
|
|
84
|
+
- Inconsistent header layouts across pages
|
|
85
|
+
- Poor action button placement or labeling
|
|
86
|
+
- Missing or unclear page context
|
|
87
|
+
- Improper heading hierarchy
|
|
88
|
+
code_examples:
|
|
89
|
+
- title: Basic Page Header
|
|
90
|
+
code: "<div class=\"slds-page-header\">\n <div class=\"slds-page-header__row\">\n <div class=\"slds-has-flexi-truncate\"\
|
|
91
|
+
>\n <div class=\"slds-page-header__name\">\n <div class=\"slds-page-header__name-title\">\n \
|
|
92
|
+
\ <h1>\n <span class=\"slds-page-header__title slds-truncate\" title=\"Accounts\">Accounts</span>\n\
|
|
93
|
+
\ </h1>\n </div>\n </div>\n </div>\n <div class=\"slds-no-flex slds-grid\
|
|
94
|
+
\ slds-align-top\">\n <div class=\"slds-page-header__controls\">\n <div class=\"slds-page-header__control\"\
|
|
95
|
+
>\n <button class=\"slds-button slds-button_neutral\">New</button>\n </div>\n </div>\n\
|
|
96
|
+
\ </div>\n </div>\n <div class=\"slds-page-header__detail-row\">\n <div class=\"\">\n \
|
|
97
|
+
\ <p class=\"slds-text-body_small\">10 items • Updated 2 hours ago</p>\n </div>\n </div>\n </div>\n"
|
|
98
|
+
- title: Record Home Header
|
|
99
|
+
code: "<div class=\"slds-page-header\">\n <div class=\"slds-page-header__row\">\n <div class=\"slds-has-flexi-truncate\"\
|
|
100
|
+
>\n <div class=\"slds-page-header__name\">\n <div class=\"slds-page-header__name-title\">\n \
|
|
101
|
+
\ <h1>\n <span>Account</span>\n <span class=\"slds-page-header__title slds-truncate\"\
|
|
102
|
+
\ title=\"Acme Corporation\">Acme Corporation</span>\n </h1>\n </div>\n <div class=\"\
|
|
103
|
+
slds-page-header__name-meta\">Account • Customer</div>\n </div>\n </div>\n <div class=\"slds-no-flex\
|
|
104
|
+
\ slds-grid slds-align-top\">\n <div class=\"slds-page-header__controls\">\n <button class=\"slds-button\
|
|
105
|
+
\ slds-button_neutral\">Edit</button>\n <button class=\"slds-button slds-button_brand\">Follow</button>\n \
|
|
106
|
+
\ </div>\n </div>\n </div>\n </div>\n"
|
|
107
|
+
styling_hooks: []
|
|
108
|
+
dependencies:
|
|
109
|
+
css_files:
|
|
110
|
+
- page-header.css
|
|
111
|
+
- grid.css
|
|
112
|
+
- truncate.css
|
|
113
|
+
javascript: []
|
|
114
|
+
icons: []
|
|
115
|
+
other_components:
|
|
116
|
+
- grid
|
|
117
|
+
- truncate
|
|
118
|
+
- button
|
|
119
|
+
related_components:
|
|
120
|
+
- name: Global Navigation
|
|
121
|
+
relationship: similar
|
|
122
|
+
description: Works together for complete page navigation
|
|
123
|
+
- name: Breadcrumbs
|
|
124
|
+
relationship: depends-on
|
|
125
|
+
description: Often included in page headers for navigation context
|
|
126
|
+
- name: Cards
|
|
127
|
+
relationship: alternative
|
|
128
|
+
description: Alternative container for page content
|
|
129
|
+
references:
|
|
130
|
+
official_docs: https://v1.lightningdesignsystem.com/components/page-headers/
|
|
131
|
+
metadata:
|
|
132
|
+
version: 1.0.0
|
|
133
|
+
last_updated: '2025-11-12'
|
|
134
|
+
review_status: complete
|
|
135
|
+
notes: ' Cleaned invalid classes and CSS variables on 2025-11-12 using slds-plus.css as source of truth.'
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
name: Panels
|
|
2
|
+
description: A flexible container component that provides structured content areas with headers, bodies, and footers, supporting
|
|
3
|
+
various layouts and content organization patterns for building complex interfaces.
|
|
4
|
+
category: Layout
|
|
5
|
+
slds_classes:
|
|
6
|
+
root: slds-panel
|
|
7
|
+
elements:
|
|
8
|
+
- class: slds-panel__header
|
|
9
|
+
description: Panel header section
|
|
10
|
+
purpose: Contains panel title and header actions
|
|
11
|
+
- class: slds-panel__body
|
|
12
|
+
description: Panel content area
|
|
13
|
+
purpose: Contains the main panel content
|
|
14
|
+
- class: slds-panel__actions
|
|
15
|
+
description: Panel action controls
|
|
16
|
+
purpose: Contains buttons and interactive elements
|
|
17
|
+
- class: slds-panel__close
|
|
18
|
+
description: Panel close button
|
|
19
|
+
purpose: Allows panel dismissal
|
|
20
|
+
modifiers:
|
|
21
|
+
- class: slds-panel_docked
|
|
22
|
+
description: Docked panel layout
|
|
23
|
+
usage: For panels attached to screen edges
|
|
24
|
+
- class: slds-panel_filters
|
|
25
|
+
description: Filter panel style
|
|
26
|
+
usage: For filter and search interfaces
|
|
27
|
+
states: []
|
|
28
|
+
variants:
|
|
29
|
+
- name: Base
|
|
30
|
+
description: Standard panel with header, body, and footer
|
|
31
|
+
classes:
|
|
32
|
+
- slds-panel
|
|
33
|
+
usage_context: Default implementation for panel containers
|
|
34
|
+
differences: Basic panel structure with flexible content area
|
|
35
|
+
- name: Docked
|
|
36
|
+
description: Panel docked to screen edge
|
|
37
|
+
classes:
|
|
38
|
+
- slds-panel
|
|
39
|
+
- slds-panel_docked
|
|
40
|
+
usage_context: When panel should be attached to viewport edge
|
|
41
|
+
differences: Fixed positioning with edge attachment
|
|
42
|
+
- name: Drawer
|
|
43
|
+
description: Slide-out drawer panel
|
|
44
|
+
classes:
|
|
45
|
+
- slds-panel
|
|
46
|
+
usage_context: For slide-out navigation or content
|
|
47
|
+
differences: Slide animation and overlay behavior
|
|
48
|
+
- name: Filter
|
|
49
|
+
description: Panel optimized for filtering interfaces
|
|
50
|
+
classes:
|
|
51
|
+
- slds-panel
|
|
52
|
+
- slds-panel_filters
|
|
53
|
+
usage_context: For search and filter controls
|
|
54
|
+
differences: Optimized layout for form controls and filters
|
|
55
|
+
lightning_component:
|
|
56
|
+
name: lightning-panel
|
|
57
|
+
url: https://developer.salesforce.com/docs/component-library/overview/components
|
|
58
|
+
mapping_notes: Panel functionality often implemented through modal or overlay components
|
|
59
|
+
accessibility:
|
|
60
|
+
keyboard_support:
|
|
61
|
+
- Tab navigation through panel content
|
|
62
|
+
- Escape to close dismissible panels
|
|
63
|
+
- Arrow keys for panel navigation when applicable
|
|
64
|
+
- Focus management for panel open/close
|
|
65
|
+
screen_reader:
|
|
66
|
+
- Panel purpose and content announced
|
|
67
|
+
- Panel state changes communicated
|
|
68
|
+
- Panel structure properly described
|
|
69
|
+
aria_attributes:
|
|
70
|
+
- role='region' for panel containers
|
|
71
|
+
- aria-label for panel purpose
|
|
72
|
+
- aria-expanded for collapsible panels
|
|
73
|
+
- aria-hidden for closed panels
|
|
74
|
+
usage_guidelines:
|
|
75
|
+
when_to_use:
|
|
76
|
+
- For organizing related content in structured areas
|
|
77
|
+
- When creating sidebar or detail views
|
|
78
|
+
- For filter and configuration interfaces
|
|
79
|
+
- In dashboard and workspace layouts
|
|
80
|
+
when_not_to_use:
|
|
81
|
+
- For simple content grouping (use cards instead)
|
|
82
|
+
- When modal behavior is needed
|
|
83
|
+
- For single-purpose content displays
|
|
84
|
+
best_practices:
|
|
85
|
+
- Provide clear panel headers with descriptive titles
|
|
86
|
+
- Ensure panels are keyboard accessible
|
|
87
|
+
- Use appropriate panel types for content
|
|
88
|
+
- Handle responsive behavior appropriately
|
|
89
|
+
- Provide clear close/dismiss mechanisms
|
|
90
|
+
common_mistakes:
|
|
91
|
+
- Overusing panels for simple content
|
|
92
|
+
- Poor responsive panel behavior
|
|
93
|
+
- Missing accessibility considerations
|
|
94
|
+
- Inconsistent panel sizing and spacing
|
|
95
|
+
code_examples:
|
|
96
|
+
- title: Basic Panel
|
|
97
|
+
description: Slide-out drawer panel with overlay
|
|
98
|
+
code: "<!-- Backdrop -->\n <div class=\"slds-backdrop slds-backdrop_open\" style=\"z-index: 999;\"></div>\n <!--\
|
|
99
|
+
\ Drawer Panel -->\n <div class=\"slds-panel\" role=\"dialog\" aria-label=\"Navigation drawer\" aria-modal=\"true\"\
|
|
100
|
+
>\n <div class=\"\" style=\"position: fixed; left: 0; top: 0; width: 280px; height: 100vh; z-index: 1000; transform:\
|
|
101
|
+
\ translateX(0);\">\n <div class=\"slds-panel__header\">\n <div class=\"slds-media slds-media_center\"\
|
|
102
|
+
>\n <div class=\"slds-media__body\">\n <h2 class=\"slds-text-heading_small\">\n \
|
|
103
|
+
\ Navigation\n </h2>\n </div>\n <div class=\"slds-media__figure slds-media__figure_reverse\"\
|
|
104
|
+
>\n <button class=\"slds-button slds-button_icon slds-panel__close\" title=\"Close navigation\">\n \
|
|
105
|
+
\ <svg class=\"slds-button__icon\" aria-hidden=\"true\">\n <use xlink:href=\"/assets/icons/utility-sprite/svg/symbols.svg#close\"\
|
|
106
|
+
></use>\n </svg>\n <span class=\"slds-assistive-text\">Close navigation</span>\n \
|
|
107
|
+
\ </button>\n </div>\n </div>\n </div>\n <div class=\"slds-panel__body\">\n \
|
|
108
|
+
\ <nav class=\"slds-nav-vertical\" aria-label=\"Sub page navigation\">\n <div class=\"slds-nav-vertical__section\"\
|
|
109
|
+
>\n <h3 class=\"slds-nav-vertical__title\">Section 1</h3>\n <ul>\n <li class=\"\
|
|
110
|
+
slds-nav-vertical__item slds-is-active\">\n <a href=\"#\" class=\"slds-nav-vertical__action\" aria-current=\"\
|
|
111
|
+
page\">Item 1</a>\n </li>\n <li class=\"slds-nav-vertical__item\">\n <a\
|
|
112
|
+
\ href=\"#\" class=\"slds-nav-vertical__action\">Item 2</a>\n </li>\n <li class=\"slds-nav-vertical__item\"\
|
|
113
|
+
>\n <a href=\"#\" class=\"slds-nav-vertical__action\">Item 3</a>\n </li>\n \
|
|
114
|
+
\ </ul>\n </div>\n <div class=\"slds-nav-vertical__section\">\n <h3 class=\"slds-nav-vertical__title\"\
|
|
115
|
+
>Section 2</h3>\n <ul>\n <li class=\"slds-nav-vertical__item\">\n <a href=\"\
|
|
116
|
+
#\" class=\"slds-nav-vertical__action\">Item 4</a>\n </li>\n <li class=\"slds-nav-vertical__item\"\
|
|
117
|
+
>\n <a href=\"#\" class=\"slds-nav-vertical__action\">Item 5</a>\n </li>\n \
|
|
118
|
+
\ </ul>\n </div>\n </nav>\n </div>\n </div>\n </div>\n"
|
|
119
|
+
dependencies:
|
|
120
|
+
css_files:
|
|
121
|
+
- panel.css
|
|
122
|
+
- button.css
|
|
123
|
+
- form-element.css
|
|
124
|
+
javascript:
|
|
125
|
+
- panel.js
|
|
126
|
+
- panel-drawer.js
|
|
127
|
+
icons:
|
|
128
|
+
- utility-sprite.svg
|
|
129
|
+
other_components:
|
|
130
|
+
- button
|
|
131
|
+
- form-element
|
|
132
|
+
- nav-vertical
|
|
133
|
+
related_components:
|
|
134
|
+
- name: Modal
|
|
135
|
+
relationship: similar
|
|
136
|
+
description: Similar overlay behavior for some panel types
|
|
137
|
+
- name: Card
|
|
138
|
+
relationship: alternative
|
|
139
|
+
description: Alternative for simpler content grouping
|
|
140
|
+
- name: Drawer
|
|
141
|
+
relationship: variant
|
|
142
|
+
description: Specific drawer implementation of panels
|
|
143
|
+
references:
|
|
144
|
+
official_docs: https://v1.lightningdesignsystem.com/components/panels/
|
|
145
|
+
metadata:
|
|
146
|
+
version: 1.0.0
|
|
147
|
+
last_updated: '2025-11-12'
|
|
148
|
+
review_status: complete
|
|
149
|
+
notes: ' Cleaned invalid classes and CSS variables on 2025-11-12 using slds-plus.css as source of truth.'
|
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
name: "Path"
|
|
2
|
+
description: "A visual component that guides users through a linear process, showing progress through connected steps with clear visual indicators for completion status."
|
|
3
|
+
category: "Navigation"
|
|
4
|
+
slds_classes:
|
|
5
|
+
root: "slds-path"
|
|
6
|
+
elements:
|
|
7
|
+
- class: "slds-path__nav"
|
|
8
|
+
description: "Navigation container for path steps"
|
|
9
|
+
purpose: "Contains the list of process steps"
|
|
10
|
+
- class: "slds-path__item"
|
|
11
|
+
description: "Individual path step wrapper"
|
|
12
|
+
purpose: "Contains a single step in the process"
|
|
13
|
+
- class: "slds-path__link"
|
|
14
|
+
description: "Clickable step element"
|
|
15
|
+
purpose: "Interactive element for step navigation"
|
|
16
|
+
- class: "slds-path__stage"
|
|
17
|
+
description: "Step stage indicator"
|
|
18
|
+
purpose: "Visual indicator of step status"
|
|
19
|
+
- class: "slds-path__title"
|
|
20
|
+
description: "Step title text"
|
|
21
|
+
purpose: "Label describing the step"
|
|
22
|
+
modifiers:
|
|
23
|
+
- class: "slds-path_has-coaching"
|
|
24
|
+
description: "Path with coaching content"
|
|
25
|
+
usage: "When path includes guidance or coaching information"
|
|
26
|
+
states:
|
|
27
|
+
- class: "slds-is-complete"
|
|
28
|
+
description: "Completed step state"
|
|
29
|
+
trigger: "Steps that have been finished"
|
|
30
|
+
- class: "slds-is-current"
|
|
31
|
+
description: "Current step state"
|
|
32
|
+
trigger: "The active step being worked on"
|
|
33
|
+
- class: "slds-is-incomplete"
|
|
34
|
+
description: "Incomplete step state"
|
|
35
|
+
trigger: "Steps not yet started"
|
|
36
|
+
- class: "slds-is-active"
|
|
37
|
+
description: "Active step state"
|
|
38
|
+
trigger: "Currently selected or focused step"
|
|
39
|
+
variants:
|
|
40
|
+
- name: "Base"
|
|
41
|
+
description: "Standard linear path with connected steps"
|
|
42
|
+
classes:
|
|
43
|
+
- "slds-path"
|
|
44
|
+
usage_context: "Default path implementation for process guidance"
|
|
45
|
+
differences: "Horizontal connected steps showing process progression"
|
|
46
|
+
lightning_component:
|
|
47
|
+
name: "No direct component"
|
|
48
|
+
url: "https://developer.salesforce.com/docs/component-library/overview/components"
|
|
49
|
+
mapping_notes: "No direct Lightning Base Component equivalent - typically implemented as custom component"
|
|
50
|
+
accessibility:
|
|
51
|
+
keyboard_support:
|
|
52
|
+
- "Tab navigation through interactive steps"
|
|
53
|
+
- "Enter/Space to activate clickable steps"
|
|
54
|
+
- "Arrow keys for step navigation when appropriate"
|
|
55
|
+
screen_reader:
|
|
56
|
+
- "Process structure and current position announced"
|
|
57
|
+
- "Step completion status communicated"
|
|
58
|
+
- "Navigation between steps clearly described"
|
|
59
|
+
aria_attributes:
|
|
60
|
+
- "role='application' or 'tablist' for path container"
|
|
61
|
+
- "aria-label describing the process"
|
|
62
|
+
- "aria-current for the current step"
|
|
63
|
+
- "aria-describedby for step details"
|
|
64
|
+
usage_guidelines:
|
|
65
|
+
when_to_use:
|
|
66
|
+
- "For linear processes with defined steps"
|
|
67
|
+
- "To show progress through a workflow"
|
|
68
|
+
- "When users need guidance through a process"
|
|
69
|
+
- "For sales or approval processes"
|
|
70
|
+
when_not_to_use:
|
|
71
|
+
- "For non-linear or flexible processes"
|
|
72
|
+
- "When steps can be completed in any order"
|
|
73
|
+
- "For simple binary choices"
|
|
74
|
+
best_practices:
|
|
75
|
+
- "Use clear, descriptive step labels"
|
|
76
|
+
- "Show progress and completion status clearly"
|
|
77
|
+
- "Allow navigation to previous steps when appropriate"
|
|
78
|
+
- "Provide guidance or coaching content when helpful"
|
|
79
|
+
- "Maintain visual connection between steps"
|
|
80
|
+
common_mistakes:
|
|
81
|
+
- "Making step labels unclear or too technical"
|
|
82
|
+
- "Not indicating current position clearly"
|
|
83
|
+
- "Poor visual connection between steps"
|
|
84
|
+
- "Allowing navigation to inappropriate steps"
|
|
85
|
+
code_examples:
|
|
86
|
+
- title: "Basic Path"
|
|
87
|
+
description: "Sales path showing contacted, open, and unqualified stages"
|
|
88
|
+
code: |
|
|
89
|
+
<div class="slds-path">
|
|
90
|
+
<div class="slds-path__track">
|
|
91
|
+
<div class="slds-grid slds-path__scroller-container">
|
|
92
|
+
<div class="slds-path__scroller" role="application">
|
|
93
|
+
<div class="slds-path__scroller_inner">
|
|
94
|
+
<ul class="slds-path__nav" role="listbox" aria-orientation="horizontal">
|
|
95
|
+
<li class="slds-path__item slds-is-complete" role="presentation">
|
|
96
|
+
<a aria-selected="false" class="slds-path__link" href="#" role="option" tabindex="-1">
|
|
97
|
+
<span class="slds-path__stage">
|
|
98
|
+
<svg class="slds-icon slds-icon_x-small" aria-hidden="true">
|
|
99
|
+
<use xlink:href="/assets/icons/utility-sprite/svg/symbols.svg#check"></use>
|
|
100
|
+
</svg>
|
|
101
|
+
</span>
|
|
102
|
+
<span class="slds-path__title">Contacted</span>
|
|
103
|
+
</a>
|
|
104
|
+
</li>
|
|
105
|
+
<li class="slds-path__item slds-is-current" role="presentation">
|
|
106
|
+
<a aria-selected="true" class="slds-path__link" href="#" role="option" tabindex="0">
|
|
107
|
+
<span class="slds-path__stage">
|
|
108
|
+
<span class="slds-assistive-text">Current Stage:</span>
|
|
109
|
+
</span>
|
|
110
|
+
<span class="slds-path__title">Open</span>
|
|
111
|
+
</a>
|
|
112
|
+
</li>
|
|
113
|
+
<li class="slds-path__item slds-is-incomplete" role="presentation">
|
|
114
|
+
<a aria-selected="false" class="slds-path__link" href="#" role="option" tabindex="-1">
|
|
115
|
+
<span class="slds-path__stage">
|
|
116
|
+
<span class="slds-assistive-text">Stage Complete</span>
|
|
117
|
+
</span>
|
|
118
|
+
<span class="slds-path__title">Unqualified</span>
|
|
119
|
+
</a>
|
|
120
|
+
</li>
|
|
121
|
+
</ul>
|
|
122
|
+
</div>
|
|
123
|
+
</div>
|
|
124
|
+
</div>
|
|
125
|
+
</div>
|
|
126
|
+
</div>
|
|
127
|
+
dependencies:
|
|
128
|
+
css_files:
|
|
129
|
+
- "path.css"
|
|
130
|
+
- "grid.css"
|
|
131
|
+
javascript:
|
|
132
|
+
- "path.js"
|
|
133
|
+
icons:
|
|
134
|
+
- "utility-sprite.svg"
|
|
135
|
+
other_components:
|
|
136
|
+
- "grid"
|
|
137
|
+
- "icons"
|
|
138
|
+
related_components:
|
|
139
|
+
- name: "Progress Indicator"
|
|
140
|
+
relationship: "similar"
|
|
141
|
+
description: "Similar step-based progress visualization"
|
|
142
|
+
- name: "Breadcrumbs"
|
|
143
|
+
relationship: "similar"
|
|
144
|
+
description: "Similar hierarchical navigation concept"
|
|
145
|
+
- name: "Tabs"
|
|
146
|
+
relationship: "alternative"
|
|
147
|
+
description: "Alternative for non-linear content switching"
|
|
148
|
+
references:
|
|
149
|
+
official_docs: "https://v1.lightningdesignsystem.com/components/path/"
|
|
150
|
+
metadata:
|
|
151
|
+
version: "1.0.0"
|
|
152
|
+
last_updated: "2025-11-12"
|
|
153
|
+
review_status: "complete"
|
|
154
|
+
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: Picklist
|
|
2
|
+
description: A dropdown selection component that presents users with a list of predefined options, similar to select but with
|
|
3
|
+
enhanced styling and functionality.
|
|
4
|
+
category: Input
|
|
5
|
+
slds_classes:
|
|
6
|
+
root: slds-picklist
|
|
7
|
+
elements:
|
|
8
|
+
- class: slds-picklist__label
|
|
9
|
+
description: Label for the picklist
|
|
10
|
+
purpose: Describes the purpose of the selection
|
|
11
|
+
- class: slds-picklist__item
|
|
12
|
+
description: Individual option item
|
|
13
|
+
purpose: Represents a single selectable option
|
|
14
|
+
modifiers:
|
|
15
|
+
- class: slds-picklist_fluid
|
|
16
|
+
description: Full-width picklist variant
|
|
17
|
+
usage: Picklist that expands to container width
|
|
18
|
+
states:
|
|
19
|
+
- class: slds-is-open
|
|
20
|
+
description: Open dropdown state
|
|
21
|
+
trigger: When options dropdown is visible
|
|
22
|
+
- class: slds-is-selected
|
|
23
|
+
description: Selected option state
|
|
24
|
+
trigger: Currently selected option(s)
|
|
25
|
+
variants:
|
|
26
|
+
- name: Base
|
|
27
|
+
description: Standard single-select picklist
|
|
28
|
+
classes:
|
|
29
|
+
- slds-picklist
|
|
30
|
+
usage_context: Default picklist for option selection
|
|
31
|
+
differences: Dropdown button with selectable options list
|
|
32
|
+
- name: Multi-select
|
|
33
|
+
description: Picklist allowing multiple selections
|
|
34
|
+
classes:
|
|
35
|
+
- slds-picklist
|
|
36
|
+
usage_context: When users can select multiple options
|
|
37
|
+
differences: Supports multiple selection with checkboxes
|
|
38
|
+
lightning_component:
|
|
39
|
+
name: No direct component
|
|
40
|
+
url: https://developer.salesforce.com/docs/component-library/overview/components
|
|
41
|
+
mapping_notes: No direct Lightning Base Component - similar functionality through lightning-combobox or custom implementation
|
|
42
|
+
accessibility:
|
|
43
|
+
keyboard_support:
|
|
44
|
+
- Tab to focus picklist trigger
|
|
45
|
+
- Enter/Space to open dropdown
|
|
46
|
+
- Arrow keys to navigate options
|
|
47
|
+
- Enter/Space to select options
|
|
48
|
+
- Escape to close dropdown
|
|
49
|
+
screen_reader:
|
|
50
|
+
- Picklist purpose and current selection announced
|
|
51
|
+
- Option list and navigation communicated
|
|
52
|
+
- Selection changes announced
|
|
53
|
+
- Multi-select state indicated when applicable
|
|
54
|
+
aria_attributes:
|
|
55
|
+
- aria-haspopup='listbox' for dropdown trigger
|
|
56
|
+
- aria-expanded for dropdown state
|
|
57
|
+
- role='listbox' for options container
|
|
58
|
+
- role='option' for individual choices
|
|
59
|
+
- aria-selected for chosen options
|
|
60
|
+
- aria-multiselectable for multi-select variant
|
|
61
|
+
usage_guidelines:
|
|
62
|
+
when_to_use:
|
|
63
|
+
- For selecting from predefined option lists
|
|
64
|
+
- When enhanced styling over native select is needed
|
|
65
|
+
- For multi-select scenarios
|
|
66
|
+
- When custom option formatting is required
|
|
67
|
+
when_not_to_use:
|
|
68
|
+
- For simple cases where native select suffices
|
|
69
|
+
- When search functionality is needed (use combobox)
|
|
70
|
+
- For very large option lists (consider combobox)
|
|
71
|
+
best_practices:
|
|
72
|
+
- Use clear, descriptive option labels
|
|
73
|
+
- Order options logically
|
|
74
|
+
- Provide appropriate default selections
|
|
75
|
+
- Handle empty states gracefully
|
|
76
|
+
- Support keyboard navigation fully
|
|
77
|
+
common_mistakes:
|
|
78
|
+
- Poor option ordering or grouping
|
|
79
|
+
- Unclear or ambiguous option labels
|
|
80
|
+
- Missing keyboard navigation support
|
|
81
|
+
- Inadequate multi-select feedback
|
|
82
|
+
code_examples:
|
|
83
|
+
- title: Basic Picklist
|
|
84
|
+
description: Basic picklist with three options
|
|
85
|
+
code: "<div class=\"slds-picklist\">\n <button class=\"slds-button slds-button_neutral slds-picklist__label\" aria-haspopup=\"\
|
|
86
|
+
listbox\" aria-expanded=\"false\">\n <span class=\"slds-truncate\" title=\"Choose an option\">Choose an option</span>\n\
|
|
87
|
+
\ <svg class=\"slds-button__icon slds-button__icon_right\" aria-hidden=\"true\">\n <use xlink:href=\"\
|
|
88
|
+
/assets/icons/utility-sprite/svg/symbols.svg#down\"></use>\n </svg>\n </button>\n <div class=\"slds-dropdown\
|
|
89
|
+
\ slds-dropdown_left\">\n <ul class=\"\" role=\"listbox\">\n <li class=\"slds-dropdown__item slds-picklist__item\"\
|
|
90
|
+
\ role=\"option\">\n <a href=\"#\" role=\"menuitem\">\n <span class=\"slds-truncate\" title=\"\
|
|
91
|
+
Option One\">Option One</span>\n </a>\n </li>\n <li class=\"slds-dropdown__item slds-picklist__item\"\
|
|
92
|
+
\ role=\"option\">\n <a href=\"#\" role=\"menuitem\">\n <span class=\"slds-truncate\" title=\"\
|
|
93
|
+
Option Two\">Option Two</span>\n </a>\n </li>\n <li class=\"slds-dropdown__item slds-picklist__item\"\
|
|
94
|
+
\ role=\"option\">\n <a href=\"#\" role=\"menuitem\">\n <span class=\"slds-truncate\" title=\"\
|
|
95
|
+
Option Three\">Option Three</span>\n </a>\n </li>\n </ul>\n </div>\n </div>\n"
|
|
96
|
+
dependencies:
|
|
97
|
+
css_files:
|
|
98
|
+
- picklist.css
|
|
99
|
+
- dropdown.css
|
|
100
|
+
- button.css
|
|
101
|
+
javascript:
|
|
102
|
+
- picklist.js
|
|
103
|
+
icons:
|
|
104
|
+
- utility-sprite.svg
|
|
105
|
+
other_components:
|
|
106
|
+
- dropdown
|
|
107
|
+
- button
|
|
108
|
+
- truncate
|
|
109
|
+
related_components:
|
|
110
|
+
- name: Select
|
|
111
|
+
relationship: alternative
|
|
112
|
+
description: Native alternative for simple option selection
|
|
113
|
+
- name: Combobox
|
|
114
|
+
relationship: alternative
|
|
115
|
+
description: Enhanced version with search capabilities
|
|
116
|
+
- name: Radio Group
|
|
117
|
+
relationship: alternative
|
|
118
|
+
description: Alternative for mutually exclusive options
|
|
119
|
+
references:
|
|
120
|
+
official_docs: https://v1.lightningdesignsystem.com/components/picklist/
|
|
121
|
+
metadata:
|
|
122
|
+
version: 1.0.0
|
|
123
|
+
last_updated: '2025-11-12'
|
|
124
|
+
review_status: complete
|
|
125
|
+
notes: ' Cleaned invalid classes and CSS variables on 2025-11-12 using slds-plus.css as source of truth.'
|