@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,283 @@
|
|
|
1
|
+
# Examples
|
|
2
|
+
|
|
3
|
+
Worked examples showing the SLDS authoring workflow: from intent to artifact selection.
|
|
4
|
+
|
|
5
|
+
Each example follows the 5-phase workflow from SKILL.md and shows which files were consulted and why.
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
## Example 1: Build a Confirmation Dialog
|
|
9
|
+
|
|
10
|
+
### Phase 1: Understand the Need
|
|
11
|
+
|
|
12
|
+
- **Pattern:** Confirmation dialog before a destructive action
|
|
13
|
+
- **Framework:** LWC
|
|
14
|
+
- **States:** Open, confirming (loading), closed
|
|
15
|
+
|
|
16
|
+
### Phase 2: Select the Artifact
|
|
17
|
+
|
|
18
|
+
**Check LBC:** `LightningModal` exists in the [Lightning Component Library](https://developer.salesforce.com/docs/component-library/overview/components). Use it.
|
|
19
|
+
|
|
20
|
+
**Also search blueprints** (for class reference):
|
|
21
|
+
|
|
22
|
+
```bash
|
|
23
|
+
node scripts/search-blueprints.cjs --search "modal"
|
|
24
|
+
# Found: Modals (category: Overlay, root: slds-modal)
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
**Read blueprint YAML** for class details: `metadata/blueprints/components/modals.yaml`
|
|
28
|
+
|
|
29
|
+
Key takeaway: `LightningModal` handles the `slds-modal`, `slds-backdrop`, and ARIA attributes automatically. No need to apply blueprint classes manually in LWC.
|
|
30
|
+
|
|
31
|
+
### Phase 3: Apply Styling
|
|
32
|
+
|
|
33
|
+
**Read:** `references/styling-decision-guide.md`
|
|
34
|
+
|
|
35
|
+
The destructive action button needs error color to signal danger:
|
|
36
|
+
|
|
37
|
+
```bash
|
|
38
|
+
node scripts/search-hooks.cjs --prefix "--slds-g-color-error-"
|
|
39
|
+
# Found: --slds-g-color-error-1 (#ea001e), --slds-g-color-on-error-1 (#ffffff)
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
**Result:** Use `variant="destructive"` on `lightning-button` inside the modal footer. The LBC handles the correct SLDS color hooks internally.
|
|
43
|
+
|
|
44
|
+
For the modal body spacing, use utility classes:
|
|
45
|
+
|
|
46
|
+
```html
|
|
47
|
+
<div class="slds-p-around_medium slds-text-align_center">
|
|
48
|
+
<p>Are you sure you want to delete this record?</p>
|
|
49
|
+
</div>
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
### Phase 4: Add Icons
|
|
53
|
+
|
|
54
|
+
**Search:** `node scripts/search-icons.cjs --query "warning"`
|
|
55
|
+
|
|
56
|
+
```
|
|
57
|
+
Found: utility:warning (score: 100, match: exact)
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
```html
|
|
61
|
+
<lightning-icon
|
|
62
|
+
icon-name="utility:warning"
|
|
63
|
+
alternative-text="Warning"
|
|
64
|
+
variant="error"
|
|
65
|
+
size="small"
|
|
66
|
+
class="slds-m-right_x-small">
|
|
67
|
+
</lightning-icon>
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
### Phase 5: Validate (checklists.md)
|
|
71
|
+
|
|
72
|
+
- No hardcoded colors (using LBC variants + hooks)
|
|
73
|
+
- Icon has `alternative-text`
|
|
74
|
+
- Spacing uses utility classes (`slds-p-around_medium`, `slds-m-right_x-small`)
|
|
75
|
+
- No `.slds-*` overrides
|
|
76
|
+
|
|
77
|
+
---
|
|
78
|
+
|
|
79
|
+
## Example 2: Styled Card with Status Badge (Non-LWC)
|
|
80
|
+
|
|
81
|
+
### Phase 1: Understand the Need
|
|
82
|
+
|
|
83
|
+
- **Pattern:** A card showing a record with a colored status badge
|
|
84
|
+
- **Framework:** React (not LWC -- no LBCs available)
|
|
85
|
+
- **States:** Active, inactive, pending
|
|
86
|
+
|
|
87
|
+
### Phase 2: Select the Artifact
|
|
88
|
+
|
|
89
|
+
**LBC check:** Not applicable (React).
|
|
90
|
+
|
|
91
|
+
**Search blueprints:**
|
|
92
|
+
|
|
93
|
+
```bash
|
|
94
|
+
node scripts/search-blueprints.cjs --search "card"
|
|
95
|
+
# Found: Cards (category: Layout, root: slds-card)
|
|
96
|
+
|
|
97
|
+
node scripts/search-blueprints.cjs --search "badge"
|
|
98
|
+
# Found: Badges (category: Feedback, root: slds-badge)
|
|
99
|
+
```
|
|
100
|
+
|
|
101
|
+
**Read YAMLs:**
|
|
102
|
+
- `metadata/blueprints/components/cards.yaml` -- classes: `slds-card`, `slds-card__header`, `slds-card__body`, `slds-card__footer`
|
|
103
|
+
- `metadata/blueprints/components/badges.yaml` -- classes: `slds-badge`, modifiers: `slds-badge_lightest`, `slds-badge_inverse`
|
|
104
|
+
|
|
105
|
+
### Phase 3: Apply Styling
|
|
106
|
+
|
|
107
|
+
**Read:** `references/styling-decision-guide.md`
|
|
108
|
+
|
|
109
|
+
Card background and text use surface hooks. The status is conveyed by badge text plus a custom status accent on the card, rather than invented badge modifiers.
|
|
110
|
+
|
|
111
|
+
```html
|
|
112
|
+
<article class="slds-card my-status-card">
|
|
113
|
+
<div class="slds-card__header slds-grid">
|
|
114
|
+
<header class="slds-media slds-media_center slds-has-flexi-truncate">
|
|
115
|
+
<div class="slds-media__body">
|
|
116
|
+
<h2 class="slds-card__header-title slds-truncate">Account Name</h2>
|
|
117
|
+
</div>
|
|
118
|
+
<div class="slds-no-flex">
|
|
119
|
+
<span class="slds-badge slds-badge_lightest">Active</span>
|
|
120
|
+
</div>
|
|
121
|
+
</header>
|
|
122
|
+
</div>
|
|
123
|
+
<div class="slds-card__body slds-card__body_inner">
|
|
124
|
+
<p>Record details here</p>
|
|
125
|
+
</div>
|
|
126
|
+
</article>
|
|
127
|
+
```
|
|
128
|
+
|
|
129
|
+
Custom styling for a subtle card border:
|
|
130
|
+
|
|
131
|
+
```css
|
|
132
|
+
.my-status-card {
|
|
133
|
+
border-left: 3px solid var(--slds-g-color-accent-1, #0176d3);
|
|
134
|
+
}
|
|
135
|
+
```
|
|
136
|
+
|
|
137
|
+
Note: custom class uses `my-*` prefix, hook with fallback, no `.slds-*` overrides.
|
|
138
|
+
|
|
139
|
+
### Phase 4: Add Icons
|
|
140
|
+
|
|
141
|
+
**Search for a standard object icon:**
|
|
142
|
+
|
|
143
|
+
```bash
|
|
144
|
+
node scripts/search-icons.cjs --query "account" --category "standard"
|
|
145
|
+
# Found: standard:account (score: 100, match: exact)
|
|
146
|
+
```
|
|
147
|
+
|
|
148
|
+
In React (non-LWC), use the SVG blueprint pattern:
|
|
149
|
+
|
|
150
|
+
```html
|
|
151
|
+
<span class="slds-icon_container slds-icon-standard-account" title="Account">
|
|
152
|
+
<svg class="slds-icon slds-icon_small" aria-hidden="true">
|
|
153
|
+
<use xlinkHref="/assets/icons/standard-sprite/svg/symbols.svg#account"></use>
|
|
154
|
+
</svg>
|
|
155
|
+
<span class="slds-assistive-text">Account</span>
|
|
156
|
+
</span>
|
|
157
|
+
```
|
|
158
|
+
|
|
159
|
+
### Phase 5: Validate
|
|
160
|
+
|
|
161
|
+
- Card uses exact blueprint classes (`slds-card`, `slds-card__header`, etc.)
|
|
162
|
+
- Badge uses a real blueprint modifier (`slds-badge_lightest`), not an invented status variant
|
|
163
|
+
- Custom border uses `my-*` prefix and hook with fallback
|
|
164
|
+
- Icon uses `slds-assistive-text` for accessibility
|
|
165
|
+
- No hardcoded colors
|
|
166
|
+
|
|
167
|
+
---
|
|
168
|
+
|
|
169
|
+
## Example 3: Responsive Data Layout with Hooks
|
|
170
|
+
|
|
171
|
+
### Phase 1: Understand the Need
|
|
172
|
+
|
|
173
|
+
- **Pattern:** A responsive grid of metric cards
|
|
174
|
+
- **Framework:** LWC
|
|
175
|
+
- **States:** Loading (spinner), populated, empty (illustration)
|
|
176
|
+
|
|
177
|
+
### Phase 2: Select the Artifact
|
|
178
|
+
|
|
179
|
+
**LBC:** `lightning-card` for each metric card. `lightning-spinner` for loading.
|
|
180
|
+
|
|
181
|
+
**Search for empty state:**
|
|
182
|
+
|
|
183
|
+
```bash
|
|
184
|
+
node scripts/search-blueprints.cjs --search "illustration"
|
|
185
|
+
# Found: Illustration (category: Media, root: slds-illustration)
|
|
186
|
+
```
|
|
187
|
+
|
|
188
|
+
### Phase 3: Apply Styling
|
|
189
|
+
|
|
190
|
+
**Verify grid and spacing utilities** before using them:
|
|
191
|
+
|
|
192
|
+
```bash
|
|
193
|
+
node scripts/search-utilities.cjs --search "slds-grid"
|
|
194
|
+
# Found: slds-grid (category: grid, css: display: flex)
|
|
195
|
+
|
|
196
|
+
node scripts/search-utilities.cjs --search "slds-text-heading_large"
|
|
197
|
+
# Found: slds-text-heading_large (category: typography)
|
|
198
|
+
|
|
199
|
+
node scripts/search-utilities.cjs --search "slds-text-body_small"
|
|
200
|
+
# Found: slds-text-body_small (category: typography)
|
|
201
|
+
```
|
|
202
|
+
|
|
203
|
+
**Grid layout** uses utility classes (see `references/utilities-quick-ref.md`):
|
|
204
|
+
|
|
205
|
+
```html
|
|
206
|
+
<div class="slds-grid slds-wrap slds-gutters">
|
|
207
|
+
<template for:each={metrics} for:item="metric">
|
|
208
|
+
<div key={metric.id} class="slds-col slds-size_1-of-1 slds-medium-size_1-of-2 slds-large-size_1-of-3">
|
|
209
|
+
<lightning-card title={metric.label}>
|
|
210
|
+
<div class="slds-p-horizontal_small">
|
|
211
|
+
<p class="slds-text-heading_large">{metric.value}</p>
|
|
212
|
+
<p class="slds-text-body_small slds-text-color_weak">{metric.subtitle}</p>
|
|
213
|
+
</div>
|
|
214
|
+
</lightning-card>
|
|
215
|
+
</div>
|
|
216
|
+
</template>
|
|
217
|
+
</div>
|
|
218
|
+
```
|
|
219
|
+
|
|
220
|
+
**Custom metric styling** with hooks:
|
|
221
|
+
|
|
222
|
+
```css
|
|
223
|
+
.my-metric-value {
|
|
224
|
+
font-size: var(--slds-g-font-scale-6, 2rem);
|
|
225
|
+
font-weight: var(--slds-g-font-weight-7, 700);
|
|
226
|
+
color: var(--slds-g-color-on-surface-3, #181818);
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
.my-metric-trend-up {
|
|
230
|
+
color: var(--slds-g-color-success-1, #2e844a);
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
.my-metric-trend-down {
|
|
234
|
+
color: var(--slds-g-color-error-1, #ea001e);
|
|
235
|
+
}
|
|
236
|
+
```
|
|
237
|
+
|
|
238
|
+
Note: trend colors use semantic feedback hooks (success/error), not hardcoded green/red.
|
|
239
|
+
|
|
240
|
+
**Empty state** uses the SLDS illustration blueprint:
|
|
241
|
+
|
|
242
|
+
```html
|
|
243
|
+
<template if:false={hasData}>
|
|
244
|
+
<div class="slds-illustration slds-illustration_small">
|
|
245
|
+
<img src="/img/chatter/Desert.svg" class="slds-illustration__svg" alt="" />
|
|
246
|
+
<div class="slds-text-longform">
|
|
247
|
+
<h3 class="slds-text-heading_medium">No metrics available</h3>
|
|
248
|
+
<p class="slds-text-body_regular">Check back when data is loaded.</p>
|
|
249
|
+
</div>
|
|
250
|
+
</div>
|
|
251
|
+
</template>
|
|
252
|
+
```
|
|
253
|
+
|
|
254
|
+
### Phase 4: Add Icons
|
|
255
|
+
|
|
256
|
+
Trend indicators need icons:
|
|
257
|
+
|
|
258
|
+
```bash
|
|
259
|
+
node scripts/search-icons.cjs --query "arrow up"
|
|
260
|
+
# Found: utility:arrowup (score: 100)
|
|
261
|
+
|
|
262
|
+
node scripts/search-icons.cjs --query "arrow down"
|
|
263
|
+
# Found: utility:arrowdown (score: 100)
|
|
264
|
+
```
|
|
265
|
+
|
|
266
|
+
```html
|
|
267
|
+
<lightning-icon
|
|
268
|
+
icon-name={metric.trendIcon}
|
|
269
|
+
alternative-text={metric.trendLabel}
|
|
270
|
+
size="xx-small"
|
|
271
|
+
class="slds-m-left_xx-small">
|
|
272
|
+
</lightning-icon>
|
|
273
|
+
```
|
|
274
|
+
|
|
275
|
+
### Phase 5: Validate
|
|
276
|
+
|
|
277
|
+
- Grid uses `slds-grid` + `slds-col` + responsive `slds-*-size_*` classes
|
|
278
|
+
- Spacing uses utilities (`slds-p-horizontal_small`, `slds-m-left_xx-small`)
|
|
279
|
+
- Typography uses utilities (`slds-text-heading_large`, `slds-text-body_small`)
|
|
280
|
+
- Custom CSS uses `my-*` prefix and hooks with fallbacks
|
|
281
|
+
- Trend colors use semantic hooks (success/error), not hardcoded values
|
|
282
|
+
- Empty state uses SLDS illustration blueprint
|
|
283
|
+
- Icons have `alternative-text`
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
# Bundled Guidance Index
|
|
2
|
+
|
|
3
|
+
Source: `packages/guidance/` -- SLDS domain knowledge for deep reference.
|
|
4
|
+
|
|
5
|
+
Read these files when the workflow phases in SKILL.md point you here. The Knowledge Map in SKILL.md tells you which file to read for each task.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Root Files
|
|
10
|
+
|
|
11
|
+
| File | Read When | Description |
|
|
12
|
+
|------|-----------|-------------|
|
|
13
|
+
| `slds-development-guide.md` | Need comprehensive SLDS development patterns | Full development guide -- component hierarchy, framework patterns, code generation rules. SKILL.md has the core; this is the deep reference. |
|
|
14
|
+
| `blueprints-index.md` | Selecting a blueprint component | All SLDS blueprints mapped to categories and LBC equivalents |
|
|
15
|
+
| `icons-guidance.md` | Implementing icons | Icon implementation patterns, categories, accessibility |
|
|
16
|
+
|
|
17
|
+
## Overviews (`overviews/`)
|
|
18
|
+
|
|
19
|
+
Foundational concepts for each SLDS domain. Read when you need to understand the rules behind a domain before using specific hooks or utilities.
|
|
20
|
+
|
|
21
|
+
| File | Read When | Description |
|
|
22
|
+
|------|-----------|-------------|
|
|
23
|
+
| `color.md` | Making any color decision | 85-5-10 density rule, color role taxonomy, hook selection hierarchy, numerical color system |
|
|
24
|
+
| `spacing.md` | Setting spacing or sizing | 4-point spacing grid, semantic sizing scale, spacing-to-hook mappings |
|
|
25
|
+
| `typography.md` | Setting fonts, sizes, weights | Typography scale, heading hierarchy, font family hooks |
|
|
26
|
+
| `shadows.md` | Adding elevation or depth | Shadow levels, elevation system, when to use which shadow |
|
|
27
|
+
| `borders.md` | Adding borders or dividers | SLDS 2 minimal-border philosophy, border hooks and utility classes |
|
|
28
|
+
| `display-density.md` | Supporting comfy/compact modes | Display density utility patterns, density-responsive components |
|
|
29
|
+
| `illustrations.md` | Showing empty/error/info states | SLDS illustration markup, when to use which illustration |
|
|
30
|
+
| `icons.md` | Understanding icon system | Icon categories overview, sprite structure, sizing conventions |
|
|
31
|
+
| `utilities.md` | Understanding utility class system | Utility class philosophy, naming patterns, when to use utilities vs. hooks |
|
|
32
|
+
|
|
33
|
+
## Styling Hooks (`styling-hooks/`)
|
|
34
|
+
|
|
35
|
+
CSS custom property guidance. Read when applying `--slds-g-*`, `--slds-s-*`, or `--slds-c-*` hooks.
|
|
36
|
+
|
|
37
|
+
| File | Read When | Description |
|
|
38
|
+
|------|-----------|-------------|
|
|
39
|
+
| `index.md` | Starting any styling hooks work | Entry point: three-tier hierarchy (global/shared/component), core categories, decision trees |
|
|
40
|
+
| `color/index.md` | Working with color hooks | Color hook organization, palettes, selection hierarchy |
|
|
41
|
+
| `color/system-hooks.md` | Need system-level color hooks | Low-level palette hooks (`--slds-g-color-palette-*`) |
|
|
42
|
+
| `color/expressive-palette-hooks.md` | Need expressive/brand colors | Expressive palette hooks for brand-aligned color usage |
|
|
43
|
+
| `color/semantic/accent-hooks.md` | Need accent/brand colors | `--slds-g-color-accent-*` hooks for interactive and brand elements |
|
|
44
|
+
| `color/semantic/feedback-hooks.md` | Need success/warning/error colors | `--slds-g-color-error-*`, `--slds-g-color-success-*`, `--slds-g-color-warning-*` |
|
|
45
|
+
| `color/semantic/surface-hooks.md` | Need surface/background colors | `--slds-g-color-surface-*` and `--slds-g-color-on-surface-*` for surfaces and text |
|
|
46
|
+
| `typography.md` | Setting typography with hooks | Typography hooks: font-family, font-size, font-weight, line-height |
|
|
47
|
+
| `spacing.md` | Setting spacing/sizing with hooks | Spacing hooks: `--slds-g-spacing-*`, sizing hooks |
|
|
48
|
+
| `borders.md` | Setting borders with hooks | Border hooks: width, color, radius |
|
|
49
|
+
| `shadows.md` | Setting shadows with hooks | Shadow hooks: `--slds-g-shadow-*` levels |
|
|
50
|
+
|
|
51
|
+
## Utilities (`utilities/`)
|
|
52
|
+
|
|
53
|
+
Individual utility class categories. Read when you need specific classes for a layout or styling task.
|
|
54
|
+
|
|
55
|
+
| File | Read When | Description |
|
|
56
|
+
|------|-----------|-------------|
|
|
57
|
+
| `index.md` | Need utility class overview | All 26 categories with class counts and common patterns |
|
|
58
|
+
| `grid.md` | Building grid layouts | `slds-grid`, `slds-col`, `slds-size_*`, responsive sizing |
|
|
59
|
+
| `margin.md` | Adding margin | `slds-m-*` margin utilities by direction and size |
|
|
60
|
+
| `padding.md` | Adding padding | `slds-p-*` padding utilities by direction and size |
|
|
61
|
+
| `sizing.md` | Setting widths | `slds-size_*` fractional and absolute width utilities |
|
|
62
|
+
| `layout.md` | Page-level layout | Page layout containers and regions |
|
|
63
|
+
| `alignment.md` | Aligning content | Flex alignment, text alignment, vertical centering |
|
|
64
|
+
| `borders.md` | Adding border utilities | Border direction, radius, and removal utilities |
|
|
65
|
+
| `box.md` | Box model utilities | Box-sizing, overflow, display utilities |
|
|
66
|
+
| `color.md` | Color utility classes | Text and background color utilities |
|
|
67
|
+
| `dark-mode.md` | Dark mode support | Dark mode utility classes and patterns |
|
|
68
|
+
| `description-list.md` | Description lists | `dl`/`dt`/`dd` styling utilities |
|
|
69
|
+
| `floats.md` | Float layout | Float and clearfix utilities |
|
|
70
|
+
| `horizontal-list.md` | Horizontal lists | Inline list layout utilities |
|
|
71
|
+
| `hyphenation.md` | Word breaking | Hyphenation and word-break utilities |
|
|
72
|
+
| `interactions.md` | Pointer/cursor styles | Interaction and cursor utilities |
|
|
73
|
+
| `line-clamp.md` | Text line limiting | Line clamping utilities |
|
|
74
|
+
| `media-object.md` | Media object pattern | Figure + body layout utilities |
|
|
75
|
+
| `name-value-list.md` | Name-value pairs | Key-value display utilities |
|
|
76
|
+
| `position.md` | Positioning | Position, z-index, and sticky utilities |
|
|
77
|
+
| `print.md` | Print styles | Print-specific visibility and layout |
|
|
78
|
+
| `scrollable.md` | Scroll containers | Scrollable area utilities |
|
|
79
|
+
| `themes.md` | Theme containers | Theme override container utilities |
|
|
80
|
+
| `truncate.md` | Text truncation | Ellipsis and text truncation |
|
|
81
|
+
| `typography.md` | Text styling | Font size, weight, alignment utilities |
|
|
82
|
+
| `vertical-list.md` | Vertical lists | Stacked list layout utilities |
|
|
83
|
+
| `visibility.md` | Show/hide elements | Responsive and state visibility utilities |
|
|
@@ -0,0 +1,213 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: slds.guidance.blueprints
|
|
3
|
+
title: SLDS Blueprints Index
|
|
4
|
+
description: Complete index of SLDS blueprints by category with Lightning component mapping
|
|
5
|
+
summary: "Index of SLDS blueprints across 9 categories (Actions, Input, Layout, Navigation, Display, Data, Feedback, Overlay, Complex Components). Covers when to use blueprints vs Lightning Base Components."
|
|
6
|
+
|
|
7
|
+
artifact_type: index
|
|
8
|
+
domain: blueprints
|
|
9
|
+
topic: blueprints
|
|
10
|
+
|
|
11
|
+
content_format: structured
|
|
12
|
+
complexity: intermediate
|
|
13
|
+
audience: [implementer]
|
|
14
|
+
|
|
15
|
+
tasks: [choose, learn]
|
|
16
|
+
|
|
17
|
+
refs:
|
|
18
|
+
- slds.guidance.development
|
|
19
|
+
- slds.guidance.design
|
|
20
|
+
- slds.guidance.icons
|
|
21
|
+
|
|
22
|
+
tags: [blueprints, components, html, css, implementation]
|
|
23
|
+
keywords: [SLDS blueprints, component implementation, HTML structure, CSS classes, Lightning components, custom components]
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
# SLDS Blueprints Index
|
|
27
|
+
|
|
28
|
+
## Overview
|
|
29
|
+
|
|
30
|
+
Blueprints provide HTML structure, CSS classes, ARIA requirements, and code examples for each SLDS component. Each blueprint includes:
|
|
31
|
+
|
|
32
|
+
- **HTML structure**: Element hierarchy and required markup
|
|
33
|
+
- **CSS classes**: Root, element, modifier, size, and state classes
|
|
34
|
+
- **Styling hooks**: CSS custom properties for theming
|
|
35
|
+
- **Accessibility**: ARIA attributes, keyboard patterns, screen reader guidance
|
|
36
|
+
- **Code examples**: Usage examples for variants
|
|
37
|
+
- **Lightning component mapping**: Corresponding LWC when available
|
|
38
|
+
|
|
39
|
+
**Use blueprints** when building custom HTML/CSS, targeting non-Salesforce platforms, or when no Lightning Base Component exists.
|
|
40
|
+
|
|
41
|
+
**Use Lightning Base Components** when working within Salesforce (LWC, Aura, Visualforce) — they handle accessibility, events, and framework integration automatically.
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
## Blueprints by Category
|
|
46
|
+
|
|
47
|
+
### Actions
|
|
48
|
+
|
|
49
|
+
| Blueprint | Description | Lightning Component |
|
|
50
|
+
|-----------|-------------|---------------------|
|
|
51
|
+
| **Buttons** | Action triggers with text labels | `lightning-button` |
|
|
52
|
+
| **Button Icons** | Icon-only action triggers | `lightning-button-icon` |
|
|
53
|
+
| **Button Groups** | Related buttons in a row | `lightning-button-group` |
|
|
54
|
+
| **Docked Utility Bar** | Persistent bottom utility panel | N/A |
|
|
55
|
+
|
|
56
|
+
---
|
|
57
|
+
|
|
58
|
+
### Input
|
|
59
|
+
|
|
60
|
+
Form controls for user input and data entry.
|
|
61
|
+
|
|
62
|
+
| Blueprint | Description | Lightning Component |
|
|
63
|
+
|-----------|-------------|---------------------|
|
|
64
|
+
| **Checkbox** | Binary selection control | `lightning-checkbox` |
|
|
65
|
+
| **Checkbox Button** | Checkbox styled as a button | `lightning-checkbox-button` |
|
|
66
|
+
| **Checkbox Button Group** | Set of checkbox buttons in a fieldset | `lightning-checkbox-group` |
|
|
67
|
+
| **Checkbox Toggle** | Toggle-style checkbox | `lightning-input` (type="checkbox-button") |
|
|
68
|
+
| **Combobox** | Text input with dropdown list | `lightning-combobox` |
|
|
69
|
+
| **Counter** | Number input with increment/decrement controls | N/A |
|
|
70
|
+
| **Datepickers** | Calendar date selection | `lightning-input` (type="date") |
|
|
71
|
+
| **Datetime Picker** | Combined date and time selection | `lightning-input` (type="datetime") |
|
|
72
|
+
| **Dueling Picklist** | Multi-select with two lists | `lightning-dual-listbox` |
|
|
73
|
+
| **Expression** | Formula builder interface | N/A |
|
|
74
|
+
| **File Selector** | File upload with drag-and-drop | `lightning-file-upload` |
|
|
75
|
+
| **Form Element** | Wrapper for form inputs | N/A |
|
|
76
|
+
| **Input** | Text/number input | `lightning-input` |
|
|
77
|
+
| **Lookups** | Search and select from a dataset | `lightning-record-picker` |
|
|
78
|
+
| **Picklist** | Dropdown from predefined options | `lightning-combobox` |
|
|
79
|
+
| **Radio Group** | Single selection from exclusive options | `lightning-radio-group` |
|
|
80
|
+
| **Radio Button Group** | Radio buttons in a styled group | `lightning-radio-group` |
|
|
81
|
+
| **Rich Text Editor** | Text editor with formatting toolbar | `lightning-input-rich-text` |
|
|
82
|
+
| **Select** | Native dropdown selection | `lightning-combobox` |
|
|
83
|
+
| **Slider** | Numeric range input via draggable handle | `lightning-slider` |
|
|
84
|
+
| **Textarea** | Multi-line text input | `lightning-textarea` |
|
|
85
|
+
| **Timepicker** | Time selection interface | `lightning-input` (type="time") |
|
|
86
|
+
| **Visual Picker** | Visual tile-based selection | `lightning-radio-group` (with tiles) |
|
|
87
|
+
|
|
88
|
+
---
|
|
89
|
+
|
|
90
|
+
### Layout
|
|
91
|
+
|
|
92
|
+
Components for organizing and structuring content.
|
|
93
|
+
|
|
94
|
+
| Blueprint | Description | Lightning Component |
|
|
95
|
+
|-----------|-------------|---------------------|
|
|
96
|
+
| **Accordion** | Collapsible stacked sections | `lightning-accordion` |
|
|
97
|
+
| **Brand Band** | Visual header with branding | N/A |
|
|
98
|
+
| **Builder Header** | Header for app builder interfaces | N/A |
|
|
99
|
+
| **Cards** | Container with header/body/footer | `lightning-card` |
|
|
100
|
+
| **Carousel** | Slideshow with navigation controls | `lightning-carousel` |
|
|
101
|
+
| **Docked Form Footer** | Fixed bottom footer for form actions | N/A |
|
|
102
|
+
| **Expandable Section** | Collapsible content block | N/A |
|
|
103
|
+
| **Page Headers** | Page title, metadata, and actions | `lightning-record-view-form` |
|
|
104
|
+
| **Panels** | Structured side or overlay container | N/A |
|
|
105
|
+
| **Split View** | Resizable two-pane layout | N/A |
|
|
106
|
+
| **Summary Detail** | Collapsible key-value layout | N/A |
|
|
107
|
+
| **Tiles** | Card-like grid content items | `lightning-tile` |
|
|
108
|
+
|
|
109
|
+
---
|
|
110
|
+
|
|
111
|
+
### Navigation
|
|
112
|
+
|
|
113
|
+
Components for navigation and wayfinding.
|
|
114
|
+
|
|
115
|
+
| Blueprint | Description | Lightning Component |
|
|
116
|
+
|-----------|-------------|---------------------|
|
|
117
|
+
| **App Launcher** | Grid for app discovery | N/A |
|
|
118
|
+
| **Breadcrumbs** | Hierarchical location trail | `lightning-breadcrumbs` |
|
|
119
|
+
| **Dynamic Menu** | Contextual menu in popover | N/A |
|
|
120
|
+
| **Global Header** | Primary application header | N/A |
|
|
121
|
+
| **Global Navigation** | Main navigation bar | `lightning-navigation` |
|
|
122
|
+
| **Menus** | Contextual action lists | `lightning-menu-item` |
|
|
123
|
+
| **Path** | Linear process stage indicator | `lightning-path` |
|
|
124
|
+
| **Scoped Tabs** | Tabs scoped to a context | `lightning-tabset` |
|
|
125
|
+
| **Tabs** | Switchable content panels | `lightning-tabset` |
|
|
126
|
+
| **Trees** | Hierarchical list | `lightning-tree` |
|
|
127
|
+
| **Vertical Navigation** | Vertical nav menu | `lightning-vertical-navigation` |
|
|
128
|
+
| **Vertical Tabs** | Vertical tab interface | `lightning-vertical-navigation` |
|
|
129
|
+
|
|
130
|
+
---
|
|
131
|
+
|
|
132
|
+
### Display
|
|
133
|
+
|
|
134
|
+
| Blueprint | Description | Lightning Component |
|
|
135
|
+
|-----------|-------------|---------------------|
|
|
136
|
+
| **Activity Timeline** | Chronological event list | `lightning-activity-timeline` |
|
|
137
|
+
| **Avatar** | User or entity image placeholder | `lightning-avatar` |
|
|
138
|
+
| **Avatar Group** | Stacked avatar collection | N/A |
|
|
139
|
+
| **Badges** | Small status label | `lightning-badge` |
|
|
140
|
+
| **Dynamic Icons** | Animated contextual icons | N/A |
|
|
141
|
+
| **Files** | File attachment card | N/A |
|
|
142
|
+
| **Icons** | SVG icons from SLDS sprite | `lightning-icon` |
|
|
143
|
+
| **Illustration** | Empty/error state graphic | N/A |
|
|
144
|
+
| **Pills** | Removable tag or filter token | `lightning-pill` |
|
|
145
|
+
|
|
146
|
+
---
|
|
147
|
+
|
|
148
|
+
### Data
|
|
149
|
+
|
|
150
|
+
Components for displaying structured data.
|
|
151
|
+
|
|
152
|
+
| Blueprint | Description | Lightning Component |
|
|
153
|
+
|-----------|-------------|---------------------|
|
|
154
|
+
| **Data Tables** | Sortable tabular data | `lightning-datatable` |
|
|
155
|
+
| **Tree Grid** | Hierarchical data table | `lightning-tree-grid` |
|
|
156
|
+
|
|
157
|
+
---
|
|
158
|
+
|
|
159
|
+
### Feedback
|
|
160
|
+
|
|
161
|
+
Components for communicating status and feedback.
|
|
162
|
+
|
|
163
|
+
| Blueprint | Description | Lightning Component |
|
|
164
|
+
|-----------|-------------|---------------------|
|
|
165
|
+
| **Alert** | Page-level status banner | N/A |
|
|
166
|
+
| **Notifications** | System notification messages | N/A |
|
|
167
|
+
| **Progress Bar** | Linear completion indicator | `lightning-progress-bar` |
|
|
168
|
+
| **Progress Indicator** | Multi-step process tracker | `lightning-progress-indicator` |
|
|
169
|
+
| **Progress Ring** | Circular progress indicator | `lightning-progress-ring` |
|
|
170
|
+
| **Scoped Notifications** | Notification scoped to a container | N/A |
|
|
171
|
+
| **Spinners** | Loading state indicator | `lightning-spinner` |
|
|
172
|
+
| **Toast** | Temporary notification message | N/A |
|
|
173
|
+
| **Trial Bar** | Trial status and call-to-action bar | N/A |
|
|
174
|
+
|
|
175
|
+
---
|
|
176
|
+
|
|
177
|
+
### Overlay
|
|
178
|
+
|
|
179
|
+
Components that appear above the main interface.
|
|
180
|
+
|
|
181
|
+
| Blueprint | Description | Lightning Component |
|
|
182
|
+
|-----------|-------------|---------------------|
|
|
183
|
+
| **Docked Composer** | Bottom-docked content creation panel | N/A |
|
|
184
|
+
| **Modals** | Blocking dialog overlay | N/A |
|
|
185
|
+
| **Popovers** | Contextual overlay anchored to trigger | N/A |
|
|
186
|
+
| **Prompt** | Confirmation or input dialog | N/A |
|
|
187
|
+
| **Tooltips** | Hover-triggered label | N/A |
|
|
188
|
+
| **Welcome Mat** | Onboarding introduction overlay | N/A |
|
|
189
|
+
|
|
190
|
+
---
|
|
191
|
+
|
|
192
|
+
### Complex Components
|
|
193
|
+
|
|
194
|
+
Advanced components with rich functionality.
|
|
195
|
+
|
|
196
|
+
| Blueprint | Description | Lightning Component |
|
|
197
|
+
|-----------|-------------|---------------------|
|
|
198
|
+
| **Chat** | Chronological chat message display | N/A |
|
|
199
|
+
| **Color Picker** | Color selection with hex/swatch input | N/A |
|
|
200
|
+
| **Drop Zone** | Drag-and-drop target area | N/A |
|
|
201
|
+
| **Feeds** | Chronological activity feed | N/A |
|
|
202
|
+
| **List Builder** | Drag-and-drop list ordering | N/A |
|
|
203
|
+
| **Map** | Interactive map display | `lightning-map` |
|
|
204
|
+
| **Publishers** | Content creation panel | N/A |
|
|
205
|
+
| **Setup Assistant** | Guided onboarding checklist | N/A |
|
|
206
|
+
|
|
207
|
+
---
|
|
208
|
+
|
|
209
|
+
## Framework Notes
|
|
210
|
+
|
|
211
|
+
- **LWC / Aura**: Prefer the mapped Lightning component when listed — it handles accessibility and events.
|
|
212
|
+
- **React / Vue / Angular / plain HTML**: Use the blueprint HTML structure and CSS classes directly.
|
|
213
|
+
- **Customization**: Apply styling hooks (CSS custom properties) to theme components without overriding base styles.
|