@salesforce/afv-skills 1.14.0 → 1.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/skills/activating-datacloud/SKILL.md +0 -1
- package/skills/analyzing-omnistudio-dependencies/SKILL.md +0 -1
- package/skills/applying-slds/SKILL.md +322 -0
- package/skills/applying-slds/checklists.md +83 -0
- package/skills/applying-slds/examples.md +283 -0
- package/skills/applying-slds/guidance/README.md +83 -0
- package/skills/applying-slds/guidance/blueprints-index.md +213 -0
- package/skills/applying-slds/guidance/icons-guidance.md +186 -0
- package/skills/applying-slds/guidance/overviews/borders.md +236 -0
- package/skills/applying-slds/guidance/overviews/color.md +266 -0
- package/skills/applying-slds/guidance/overviews/display-density.md +366 -0
- package/skills/applying-slds/guidance/overviews/icons.md +240 -0
- package/skills/applying-slds/guidance/overviews/illustrations.md +235 -0
- package/skills/applying-slds/guidance/overviews/shadows.md +176 -0
- package/skills/applying-slds/guidance/overviews/spacing.md +216 -0
- package/skills/applying-slds/guidance/overviews/typography.md +323 -0
- package/skills/applying-slds/guidance/overviews/utilities.md +542 -0
- package/skills/applying-slds/guidance/slds-development-guide.md +288 -0
- package/skills/applying-slds/guidance/styling-hooks/borders.md +202 -0
- package/skills/applying-slds/guidance/styling-hooks/color/expressive-palette-hooks.md +153 -0
- package/skills/applying-slds/guidance/styling-hooks/color/index.md +171 -0
- package/skills/applying-slds/guidance/styling-hooks/color/semantic/accent-hooks.md +204 -0
- package/skills/applying-slds/guidance/styling-hooks/color/semantic/feedback-hooks.md +768 -0
- package/skills/applying-slds/guidance/styling-hooks/color/semantic/surface-hooks.md +337 -0
- package/skills/applying-slds/guidance/styling-hooks/color/system-hooks.md +132 -0
- package/skills/applying-slds/guidance/styling-hooks/index.md +327 -0
- package/skills/applying-slds/guidance/styling-hooks/shadows.md +238 -0
- package/skills/applying-slds/guidance/styling-hooks/spacing.md +254 -0
- package/skills/applying-slds/guidance/styling-hooks/typography.md +448 -0
- package/skills/applying-slds/guidance/utilities/alignment.md +119 -0
- package/skills/applying-slds/guidance/utilities/borders.md +131 -0
- package/skills/applying-slds/guidance/utilities/box.md +125 -0
- package/skills/applying-slds/guidance/utilities/color.md +165 -0
- package/skills/applying-slds/guidance/utilities/dark-mode.md +111 -0
- package/skills/applying-slds/guidance/utilities/description-list.md +168 -0
- package/skills/applying-slds/guidance/utilities/floats.md +117 -0
- package/skills/applying-slds/guidance/utilities/grid.md +264 -0
- package/skills/applying-slds/guidance/utilities/horizontal-list.md +110 -0
- package/skills/applying-slds/guidance/utilities/hyphenation.md +84 -0
- package/skills/applying-slds/guidance/utilities/index.md +205 -0
- package/skills/applying-slds/guidance/utilities/interactions.md +89 -0
- package/skills/applying-slds/guidance/utilities/layout.md +109 -0
- package/skills/applying-slds/guidance/utilities/line-clamp.md +131 -0
- package/skills/applying-slds/guidance/utilities/margin.md +155 -0
- package/skills/applying-slds/guidance/utilities/media-object.md +161 -0
- package/skills/applying-slds/guidance/utilities/name-value-list.md +152 -0
- package/skills/applying-slds/guidance/utilities/padding.md +155 -0
- package/skills/applying-slds/guidance/utilities/position.md +177 -0
- package/skills/applying-slds/guidance/utilities/print.md +114 -0
- package/skills/applying-slds/guidance/utilities/scrollable.md +126 -0
- package/skills/applying-slds/guidance/utilities/sizing.md +190 -0
- package/skills/applying-slds/guidance/utilities/themes.md +121 -0
- package/skills/applying-slds/guidance/utilities/truncate.md +127 -0
- package/skills/applying-slds/guidance/utilities/typography.md +166 -0
- package/skills/applying-slds/guidance/utilities/vertical-list.md +166 -0
- package/skills/applying-slds/guidance/utilities/visibility.md +228 -0
- package/skills/applying-slds/metadata/README.md +84 -0
- package/skills/applying-slds/metadata/blueprints/components/accordion.yaml +304 -0
- package/skills/applying-slds/metadata/blueprints/components/activity-timeline.yaml +92 -0
- package/skills/applying-slds/metadata/blueprints/components/alert.yaml +103 -0
- package/skills/applying-slds/metadata/blueprints/components/app-launcher.yaml +94 -0
- package/skills/applying-slds/metadata/blueprints/components/avatar-group.yaml +81 -0
- package/skills/applying-slds/metadata/blueprints/components/avatar.yaml +97 -0
- package/skills/applying-slds/metadata/blueprints/components/badges.yaml +102 -0
- package/skills/applying-slds/metadata/blueprints/components/brand-band.yaml +198 -0
- package/skills/applying-slds/metadata/blueprints/components/breadcrumbs.yaml +95 -0
- package/skills/applying-slds/metadata/blueprints/components/builder-header.yaml +192 -0
- package/skills/applying-slds/metadata/blueprints/components/button-groups.yaml +82 -0
- package/skills/applying-slds/metadata/blueprints/components/button-icons.yaml +295 -0
- package/skills/applying-slds/metadata/blueprints/components/buttons.yaml +230 -0
- package/skills/applying-slds/metadata/blueprints/components/cards.yaml +124 -0
- package/skills/applying-slds/metadata/blueprints/components/carousel.yaml +140 -0
- package/skills/applying-slds/metadata/blueprints/components/chat.yaml +179 -0
- package/skills/applying-slds/metadata/blueprints/components/checkbox-button-group.yaml +192 -0
- package/skills/applying-slds/metadata/blueprints/components/checkbox-button.yaml +204 -0
- package/skills/applying-slds/metadata/blueprints/components/checkbox-toggle.yaml +177 -0
- package/skills/applying-slds/metadata/blueprints/components/checkbox.yaml +108 -0
- package/skills/applying-slds/metadata/blueprints/components/color-picker.yaml +172 -0
- package/skills/applying-slds/metadata/blueprints/components/combobox.yaml +136 -0
- package/skills/applying-slds/metadata/blueprints/components/counter.yaml +147 -0
- package/skills/applying-slds/metadata/blueprints/components/data-tables.yaml +157 -0
- package/skills/applying-slds/metadata/blueprints/components/datepickers.yaml +130 -0
- package/skills/applying-slds/metadata/blueprints/components/datetime-picker.yaml +155 -0
- package/skills/applying-slds/metadata/blueprints/components/docked-composer.yaml +201 -0
- package/skills/applying-slds/metadata/blueprints/components/docked-form-footer.yaml +161 -0
- package/skills/applying-slds/metadata/blueprints/components/docked-utility-bar.yaml +175 -0
- package/skills/applying-slds/metadata/blueprints/components/drop-zone.yaml +115 -0
- package/skills/applying-slds/metadata/blueprints/components/dueling-picklist.yaml +196 -0
- package/skills/applying-slds/metadata/blueprints/components/dynamic-icons.yaml +128 -0
- package/skills/applying-slds/metadata/blueprints/components/dynamic-menu.yaml +141 -0
- package/skills/applying-slds/metadata/blueprints/components/expandable-section.yaml +115 -0
- package/skills/applying-slds/metadata/blueprints/components/expression.yaml +143 -0
- package/skills/applying-slds/metadata/blueprints/components/feeds.yaml +125 -0
- package/skills/applying-slds/metadata/blueprints/components/file-selector.yaml +154 -0
- package/skills/applying-slds/metadata/blueprints/components/files.yaml +119 -0
- package/skills/applying-slds/metadata/blueprints/components/form-element.yaml +145 -0
- package/skills/applying-slds/metadata/blueprints/components/global-header.yaml +120 -0
- package/skills/applying-slds/metadata/blueprints/components/global-navigation.yaml +100 -0
- package/skills/applying-slds/metadata/blueprints/components/icons.yaml +138 -0
- package/skills/applying-slds/metadata/blueprints/components/illustration.yaml +205 -0
- package/skills/applying-slds/metadata/blueprints/components/input.yaml +151 -0
- package/skills/applying-slds/metadata/blueprints/components/list-builder.yaml +127 -0
- package/skills/applying-slds/metadata/blueprints/components/lookups.yaml +132 -0
- package/skills/applying-slds/metadata/blueprints/components/map.yaml +118 -0
- package/skills/applying-slds/metadata/blueprints/components/menus.yaml +134 -0
- package/skills/applying-slds/metadata/blueprints/components/modals.yaml +152 -0
- package/skills/applying-slds/metadata/blueprints/components/notifications.yaml +88 -0
- package/skills/applying-slds/metadata/blueprints/components/page-headers.yaml +135 -0
- package/skills/applying-slds/metadata/blueprints/components/panels.yaml +149 -0
- package/skills/applying-slds/metadata/blueprints/components/path.yaml +154 -0
- package/skills/applying-slds/metadata/blueprints/components/picklist.yaml +125 -0
- package/skills/applying-slds/metadata/blueprints/components/pills.yaml +154 -0
- package/skills/applying-slds/metadata/blueprints/components/popovers.yaml +120 -0
- package/skills/applying-slds/metadata/blueprints/components/progress-bar.yaml +110 -0
- package/skills/applying-slds/metadata/blueprints/components/progress-indicator.yaml +133 -0
- package/skills/applying-slds/metadata/blueprints/components/progress-ring.yaml +102 -0
- package/skills/applying-slds/metadata/blueprints/components/prompt.yaml +126 -0
- package/skills/applying-slds/metadata/blueprints/components/publishers.yaml +178 -0
- package/skills/applying-slds/metadata/blueprints/components/radio-button-group.yaml +172 -0
- package/skills/applying-slds/metadata/blueprints/components/radio-group.yaml +112 -0
- package/skills/applying-slds/metadata/blueprints/components/rich-text-editor.yaml +135 -0
- package/skills/applying-slds/metadata/blueprints/components/scoped-notifications.yaml +188 -0
- package/skills/applying-slds/metadata/blueprints/components/scoped-tabs.yaml +97 -0
- package/skills/applying-slds/metadata/blueprints/components/select.yaml +127 -0
- package/skills/applying-slds/metadata/blueprints/components/setup-assistant.yaml +152 -0
- package/skills/applying-slds/metadata/blueprints/components/slider.yaml +111 -0
- package/skills/applying-slds/metadata/blueprints/components/spinners.yaml +135 -0
- package/skills/applying-slds/metadata/blueprints/components/split-view.yaml +112 -0
- package/skills/applying-slds/metadata/blueprints/components/summary-detail.yaml +103 -0
- package/skills/applying-slds/metadata/blueprints/components/tabs.yaml +138 -0
- package/skills/applying-slds/metadata/blueprints/components/textarea.yaml +116 -0
- package/skills/applying-slds/metadata/blueprints/components/tiles.yaml +108 -0
- package/skills/applying-slds/metadata/blueprints/components/timepicker.yaml +111 -0
- package/skills/applying-slds/metadata/blueprints/components/toast.yaml +154 -0
- package/skills/applying-slds/metadata/blueprints/components/tooltips.yaml +107 -0
- package/skills/applying-slds/metadata/blueprints/components/tree-grid.yaml +116 -0
- package/skills/applying-slds/metadata/blueprints/components/trees.yaml +116 -0
- package/skills/applying-slds/metadata/blueprints/components/trial-bar.yaml +112 -0
- package/skills/applying-slds/metadata/blueprints/components/vertical-navigation.yaml +130 -0
- package/skills/applying-slds/metadata/blueprints/components/vertical-tabs.yaml +140 -0
- package/skills/applying-slds/metadata/blueprints/components/visual-picker.yaml +150 -0
- package/skills/applying-slds/metadata/blueprints/components/welcome-mat.yaml +136 -0
- package/skills/applying-slds/metadata/hooks-index.json +6272 -0
- package/skills/applying-slds/metadata/icon-metadata.json +38466 -0
- package/skills/applying-slds/metadata/utilities-index.json +21912 -0
- package/skills/applying-slds/references/component-selection.md +112 -0
- package/skills/applying-slds/references/icons-decision-guide.md +124 -0
- package/skills/applying-slds/references/styling-decision-guide.md +228 -0
- package/skills/applying-slds/references/utilities-quick-ref.md +125 -0
- package/skills/applying-slds/scripts/search-blueprints.cjs +117 -0
- package/skills/applying-slds/scripts/search-hooks.cjs +139 -0
- package/skills/applying-slds/scripts/search-icons.cjs +174 -0
- package/skills/applying-slds/scripts/search-utilities.cjs +161 -0
- package/skills/building-mobile-apps/SKILL.md +0 -1
- package/skills/building-omnistudio-callable-apex/SKILL.md +0 -1
- package/skills/building-omnistudio-datamapper/SKILL.md +0 -1
- package/skills/building-omnistudio-flexcard/SKILL.md +0 -1
- package/skills/building-omnistudio-integration-procedure/SKILL.md +0 -1
- package/skills/building-omnistudio-omniscript/SKILL.md +0 -1
- package/skills/building-sf-integrations/SKILL.md +0 -1
- package/skills/configuring-connected-apps/SKILL.md +0 -1
- package/skills/connecting-datacloud/SKILL.md +0 -1
- package/skills/creating-b2b-commerce-store/SKILL.md +0 -1
- package/skills/debugging-apex-logs/SKILL.md +0 -1
- package/skills/deploying-metadata/SKILL.md +0 -1
- package/skills/deploying-omnistudio-datapacks/SKILL.md +0 -1
- package/skills/developing-agentforce/SKILL.md +0 -1
- package/skills/fetching-salesforce-docs/SKILL.md +0 -1
- package/skills/generating-custom-lightning-type/SKILL.md +17 -39
- package/skills/generating-custom-lightning-type/assets/primitive-types-and-constraints.md +41 -0
- package/skills/generating-custom-lightning-type/references/widget-rendition.md +124 -0
- package/skills/generating-lwc-components/SKILL.md +0 -1
- package/skills/generating-mermaid-diagrams/SKILL.md +0 -1
- package/skills/generating-visual-diagrams/SKILL.md +0 -1
- package/skills/handling-sf-data/SKILL.md +0 -1
- package/skills/harmonizing-datacloud/SKILL.md +0 -1
- package/skills/integrating-b2b-commerce-open-code-components/SKILL.md +0 -1
- package/skills/investigating-agentforce-architecture/README.md +156 -0
- package/skills/investigating-agentforce-architecture/SKILL.md +230 -0
- package/skills/investigating-agentforce-architecture/assets/cli/describe_sobject.yaml +16 -0
- package/skills/investigating-agentforce-architecture/assets/cli/describe_tooling_sobject.yaml +17 -0
- package/skills/investigating-agentforce-architecture/assets/cli/list_metadata_genaiprompttemplate.yaml +17 -0
- package/skills/investigating-agentforce-architecture/assets/cli/org_display.yaml +15 -0
- package/skills/investigating-agentforce-architecture/assets/cli/retrieve_genai_plugin.yaml +18 -0
- package/skills/investigating-agentforce-architecture/assets/cli/show_access_token.yaml +27 -0
- package/skills/investigating-agentforce-architecture/assets/mermaid/action_tree.mmd +20 -0
- package/skills/investigating-agentforce-architecture/assets/mermaid/data_flow.mmd +19 -0
- package/skills/investigating-agentforce-architecture/assets/mermaid/dependency_graph.mmd +19 -0
- package/skills/investigating-agentforce-architecture/assets/mermaid/invocation_sequence.mmd +20 -0
- package/skills/investigating-agentforce-architecture/assets/mermaid/planner_state.mmd +18 -0
- package/skills/investigating-agentforce-architecture/assets/soql/apex_class_bodies_by_ids.soql +3 -0
- package/skills/investigating-agentforce-architecture/assets/soql/apex_class_bodies_by_names.soql +3 -0
- package/skills/investigating-agentforce-architecture/assets/soql/bot_definition_details.soql +3 -0
- package/skills/investigating-agentforce-architecture/assets/soql/bot_version_lookup.soql +4 -0
- package/skills/investigating-agentforce-architecture/assets/soql/flow_definition_by_ids.soql +3 -0
- package/skills/investigating-agentforce-architecture/assets/soql/flow_definition_ids_by_names.soql +3 -0
- package/skills/investigating-agentforce-architecture/assets/soql/flow_definition_view_by_durable_ids.soql +4 -0
- package/skills/investigating-agentforce-architecture/assets/soql/flow_metadata_by_id.soql +3 -0
- package/skills/investigating-agentforce-architecture/assets/soql/functions_by_plugins.soql +5 -0
- package/skills/investigating-agentforce-architecture/assets/soql/planner_attrs_by_parent_ids.soql +3 -0
- package/skills/investigating-agentforce-architecture/assets/soql/planner_bundle_functions.soql +3 -0
- package/skills/investigating-agentforce-architecture/assets/soql/planner_definition_by_agent_chain.soql +3 -0
- package/skills/investigating-agentforce-architecture/assets/soql/plugin_functions_by_plugin_ids.soql +3 -0
- package/skills/investigating-agentforce-architecture/assets/soql/plugin_instructions_by_plugin_ids.soql +3 -0
- package/skills/investigating-agentforce-architecture/assets/soql/plugins_by_planner.soql +4 -0
- package/skills/investigating-agentforce-architecture/references/architecture_sections.md +243 -0
- package/skills/investigating-agentforce-architecture/references/contract.json +244 -0
- package/skills/investigating-agentforce-architecture/references/soql_fields.md +512 -0
- package/skills/investigating-agentforce-architecture/scripts/_shared/__init__.py +1 -0
- package/skills/investigating-agentforce-architecture/scripts/_shared/fs_guard.py +329 -0
- package/skills/investigating-agentforce-architecture/scripts/_shared/paths.py +110 -0
- package/skills/investigating-agentforce-architecture/scripts/_shared/runtime.py +59 -0
- package/skills/investigating-agentforce-architecture/scripts/_shared/sql.py +10 -0
- package/skills/investigating-agentforce-architecture/scripts/cache_check.py +234 -0
- package/skills/investigating-agentforce-architecture/scripts/config.py +131 -0
- package/skills/investigating-agentforce-architecture/scripts/fetch_soql.py +689 -0
- package/skills/investigating-agentforce-architecture/scripts/finalize.py +295 -0
- package/skills/investigating-agentforce-architecture/scripts/main.py +2835 -0
- package/skills/investigating-agentforce-architecture/scripts/metadata_listing.py +265 -0
- package/skills/investigating-agentforce-architecture/scripts/parallel_retrieve.py +69 -0
- package/skills/investigating-agentforce-architecture/scripts/parse_bundle.py +215 -0
- package/skills/investigating-agentforce-architecture/scripts/parse_wave.py +845 -0
- package/skills/investigating-agentforce-architecture/scripts/probe_channels.py +302 -0
- package/skills/investigating-agentforce-architecture/scripts/render_architecture.py +1043 -0
- package/skills/investigating-agentforce-architecture/scripts/resolve_bot.py +255 -0
- package/skills/investigating-agentforce-architecture/scripts/resolve_invocation_target.py +130 -0
- package/skills/investigating-agentforce-architecture/scripts/rest_client.py +763 -0
- package/skills/investigating-agentforce-architecture/scripts/retrieve_planner.py +13 -0
- package/skills/investigating-agentforce-architecture/scripts/sf_cli.py +242 -0
- package/skills/investigating-agentforce-architecture/scripts/soql_loader.py +253 -0
- package/skills/investigating-agentforce-architecture/scripts/summarize_tree.py +143 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/__init__.py +0 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/_bootstrap.py +23 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/fixtures/__init__.py +0 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/fixtures/genai_payloads.py +400 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_cache_check.py +307 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_cache_check_main.py +283 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_config.py +115 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_end_to_end_fixture.py +651 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_finalize.py +278 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_flow_children_inflation.py +582 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_fs_guard.py +113 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_iterative_wave_b.py +478 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_main_pipeline.py +3359 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_parallel_retrieve.py +131 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_parse_bundle.py +400 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_parse_wave.py +644 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_parse_wave_classifiers.py +224 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_parse_wave_helpers.py +380 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_parse_wave_main.py +397 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_per_branch_visited.py +244 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_probe_channels.py +359 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_probe_cli_recipes.py +185 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_render_architecture.py +810 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_resolve_bot.py +203 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_resolve_creds.py +157 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_resolve_invocation_target.py +145 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_rest_client.py +1253 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_runtime_override.py +100 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_sf_cli.py +261 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_signature_stamping.py +466 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_soql_loader.py +501 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_summarize_tree.py +241 -0
- package/skills/investigating-agentforce-architecture/scripts/tests/test_write_emit_ctx.py +480 -0
- package/skills/investigating-agentforce-architecture/tools/emit_env.py +157 -0
- package/skills/investigating-agentforce-architecture/tools/emit_result.py +262 -0
- package/skills/investigating-agentforce-architecture/tools/sanitize.py +33 -0
- package/skills/investigating-agentforce-architecture/tools/write_emit_ctx.py +332 -0
- package/skills/investigating-agentforce-d360/README.md +123 -0
- package/skills/investigating-agentforce-d360/SKILL.md +163 -0
- package/skills/investigating-agentforce-d360/assets/dc/app_generation.sql +51 -0
- package/skills/investigating-agentforce-d360/assets/dc/content_category.sql +44 -0
- package/skills/investigating-agentforce-d360/assets/dc/content_quality.sql +41 -0
- package/skills/investigating-agentforce-d360/assets/dc/discover_sessions.sql +36 -0
- package/skills/investigating-agentforce-d360/assets/dc/feedback.sql +47 -0
- package/skills/investigating-agentforce-d360/assets/dc/feedback_details.sql +38 -0
- package/skills/investigating-agentforce-d360/assets/dc/gateway_records.sql +45 -0
- package/skills/investigating-agentforce-d360/assets/dc/gateway_request_llm.sql +50 -0
- package/skills/investigating-agentforce-d360/assets/dc/gateway_request_metadata.sql +44 -0
- package/skills/investigating-agentforce-d360/assets/dc/gateway_request_tags.sql +42 -0
- package/skills/investigating-agentforce-d360/assets/dc/gateway_requests.sql +89 -0
- package/skills/investigating-agentforce-d360/assets/dc/gateway_responses.sql +43 -0
- package/skills/investigating-agentforce-d360/assets/dc/generations.sql +52 -0
- package/skills/investigating-agentforce-d360/assets/dc/interactions.sql +53 -0
- package/skills/investigating-agentforce-d360/assets/dc/messages.sql +53 -0
- package/skills/investigating-agentforce-d360/assets/dc/messaging_session.sql +37 -0
- package/skills/investigating-agentforce-d360/assets/dc/moment_interactions.sql +34 -0
- package/skills/investigating-agentforce-d360/assets/dc/moments.sql +39 -0
- package/skills/investigating-agentforce-d360/assets/dc/participants.sql +48 -0
- package/skills/investigating-agentforce-d360/assets/dc/sessions.sql +78 -0
- package/skills/investigating-agentforce-d360/assets/dc/steps.sql +64 -0
- package/skills/investigating-agentforce-d360/assets/dc/tag_associations.sql +46 -0
- package/skills/investigating-agentforce-d360/assets/dc/tag_definition_associations.sql +37 -0
- package/skills/investigating-agentforce-d360/assets/dc/tag_definitions.sql +50 -0
- package/skills/investigating-agentforce-d360/assets/dc/tags.sql +37 -0
- package/skills/investigating-agentforce-d360/assets/dc/telemetry_spans.sql +55 -0
- package/skills/investigating-agentforce-d360/references/artifacts.md +50 -0
- package/skills/investigating-agentforce-d360/references/dc_dmo_fields.md +823 -0
- package/skills/investigating-agentforce-d360/references/dc_pipeline_contract.md +608 -0
- package/skills/investigating-agentforce-d360/scripts/_shared/__init__.py +2 -0
- package/skills/investigating-agentforce-d360/scripts/_shared/cli_override.py +98 -0
- package/skills/investigating-agentforce-d360/scripts/_shared/fs_guard.py +334 -0
- package/skills/investigating-agentforce-d360/scripts/_shared/paths.py +155 -0
- package/skills/investigating-agentforce-d360/scripts/_shared/runtime.py +59 -0
- package/skills/investigating-agentforce-d360/scripts/_shared/sql.py +14 -0
- package/skills/investigating-agentforce-d360/scripts/assemble_dc.py +1624 -0
- package/skills/investigating-agentforce-d360/scripts/config.py +45 -0
- package/skills/investigating-agentforce-d360/scripts/dc.py +188 -0
- package/skills/investigating-agentforce-d360/scripts/discover_sessions.py +556 -0
- package/skills/investigating-agentforce-d360/scripts/fetch_dc.py +1045 -0
- package/skills/investigating-agentforce-d360/scripts/render_dc.py +1750 -0
- package/skills/investigating-agentforce-d360/scripts/resolve_session.py +264 -0
- package/skills/investigating-agentforce-d360/scripts/storage.py +92 -0
- package/skills/investigating-agentforce-d360/scripts/tests/__init__.py +0 -0
- package/skills/investigating-agentforce-d360/scripts/tests/_bootstrap.py +15 -0
- package/skills/investigating-agentforce-d360/scripts/tests/fixtures/__init__.py +0 -0
- package/skills/investigating-agentforce-d360/scripts/tests/fixtures/synthetic_session.py +424 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_assemble_dc_bootstrap_and_mode.py +115 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_assemble_dc_gateway_direct.py +220 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_assemble_dc_gateway_direct_integration.py +158 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_assemble_dc_helpers.py +287 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_assemble_dc_integration.py +247 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_dc_and_resolve_session.py +433 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_discover_sessions.py +458 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_discover_sessions_grep_ci.py +193 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_fetch_dc_helpers.py +266 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_fetch_dc_identity.py +528 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_fetch_dc_main.py +251 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_fetch_dc_waterfall.py +229 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_fetch_dc_waterfall_full.py +283 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_identity_coherence.py +327 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_render_dc_branches.py +256 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_render_dc_gateway_direct.py +130 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_render_dc_helpers.py +291 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_render_dc_integration.py +220 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_render_dc_planner_llm_calls.py +284 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_render_dc_show_prompts_gating.py +215 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_resolve_from_disk.py +100 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_resolve_session_main.py +149 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_runtime_override.py +104 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_session_shape.py +95 -0
- package/skills/investigating-agentforce-d360/scripts/tests/test_session_shape_dropped_by_stdm.py +85 -0
- package/skills/managing-managed-event-subscription/SKILL.md +152 -0
- package/skills/managing-managed-event-subscription/assets/managed-event-subscription-template.xml +20 -0
- package/skills/managing-managed-event-subscription/references/delete-guide.md +57 -0
- package/skills/managing-managed-event-subscription/references/topic-name-formats.md +26 -0
- package/skills/managing-managed-event-subscription/references/update-constraints.md +30 -0
- package/skills/modeling-omnistudio-epc-catalog/SKILL.md +0 -1
- package/skills/observing-agentforce/SKILL.md +0 -1
- package/skills/orchestrating-datacloud/SKILL.md +0 -1
- package/skills/preparing-datacloud/SKILL.md +0 -1
- package/skills/querying-soql/SKILL.md +0 -1
- package/skills/retrieving-datacloud/SKILL.md +0 -1
- package/skills/running-apex-tests/SKILL.md +0 -1
- package/skills/running-code-analyzer/SKILL.md +0 -1
- package/skills/segmenting-datacloud/SKILL.md +0 -1
- package/skills/testing-agentforce/SKILL.md +0 -1
- package/skills/uplifting-components-to-slds2/SKILL.md +3 -2
- package/skills/uplifting-components-to-slds2/references/color-hooks-decision-guide.md +30 -9
- package/skills/uplifting-components-to-slds2/references/examples.md +24 -6
- package/skills/validating-slds/SKILL.md +262 -0
- package/skills/validating-slds/references/quality-checks.md +308 -0
- package/skills/validating-slds/references/report-format.md +302 -0
- package/skills/validating-slds/scripts/analyze-quality.cjs +521 -0
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
name: Setup Assistant
|
|
2
|
+
description: A guided setup component that helps users complete onboarding or configuration tasks. Displays a list of steps
|
|
3
|
+
with progress indicators and expandable details for each step.
|
|
4
|
+
category: Complex Components
|
|
5
|
+
slds_classes:
|
|
6
|
+
root: slds-setup-assistant
|
|
7
|
+
elements:
|
|
8
|
+
- class: slds-setup-assistant__item
|
|
9
|
+
description: Individual setup item in the list
|
|
10
|
+
purpose: Wraps each setup step
|
|
11
|
+
- class: slds-setup-assistant__step-summary
|
|
12
|
+
description: Summary portion of setup step
|
|
13
|
+
purpose: Displays step title and status
|
|
14
|
+
- class: slds-setup-assistant__step-summary-content
|
|
15
|
+
description: Content area of step summary
|
|
16
|
+
purpose: Contains step text and description
|
|
17
|
+
modifiers: []
|
|
18
|
+
states: []
|
|
19
|
+
variants:
|
|
20
|
+
- name: Base
|
|
21
|
+
description: Standard setup assistant with steps
|
|
22
|
+
classes:
|
|
23
|
+
- slds-setup-assistant
|
|
24
|
+
usage_context: Default guided setup implementation
|
|
25
|
+
differences: List of setup steps with expand/collapse
|
|
26
|
+
lightning_component:
|
|
27
|
+
name: ''
|
|
28
|
+
url: https://developer.salesforce.com/docs/component-library/overview/components
|
|
29
|
+
mapping_notes: No direct Lightning Base Component - typically built with custom components and lightning-accordion
|
|
30
|
+
accessibility:
|
|
31
|
+
keyboard_support:
|
|
32
|
+
- Tab to navigate between steps
|
|
33
|
+
- Enter or Space to expand/collapse steps
|
|
34
|
+
- Arrow keys to move through steps
|
|
35
|
+
screen_reader:
|
|
36
|
+
- List structure announced
|
|
37
|
+
- Step count announced
|
|
38
|
+
- Completion status announced
|
|
39
|
+
- Expanded/collapsed state announced
|
|
40
|
+
aria_attributes:
|
|
41
|
+
- role='list' on assistant container
|
|
42
|
+
- role='listitem' on steps
|
|
43
|
+
- aria-expanded on expandable steps
|
|
44
|
+
- aria-label describing setup purpose
|
|
45
|
+
- Progress indicators accessible
|
|
46
|
+
usage_guidelines:
|
|
47
|
+
when_to_use:
|
|
48
|
+
- For onboarding new users
|
|
49
|
+
- For setup and configuration wizards
|
|
50
|
+
- When guiding through multi-step processes
|
|
51
|
+
- For progressive disclosure of setup tasks
|
|
52
|
+
when_not_to_use:
|
|
53
|
+
- For simple single-step processes
|
|
54
|
+
- When steps don't have logical sequence
|
|
55
|
+
- For navigation (use tabs or menu)
|
|
56
|
+
- When all information should be visible at once
|
|
57
|
+
best_practices:
|
|
58
|
+
- Show progress clearly (steps completed/total)
|
|
59
|
+
- Allow non-linear completion when possible
|
|
60
|
+
- Mark completed steps visually
|
|
61
|
+
- Provide clear next action for each step
|
|
62
|
+
- Keep step descriptions concise
|
|
63
|
+
- Allow users to skip optional steps
|
|
64
|
+
common_mistakes:
|
|
65
|
+
- Forcing linear progression when unnecessary
|
|
66
|
+
- Unclear completion status
|
|
67
|
+
- Too many steps overwhelming users
|
|
68
|
+
- Missing progress indication
|
|
69
|
+
- No way to skip optional steps
|
|
70
|
+
code_examples:
|
|
71
|
+
- title: Basic Setup Assistant
|
|
72
|
+
code: "<div class=\"slds-setup-assistant\" role=\"list\" aria-label=\"Setup steps\">\n <ul class=\"\">\n <li\
|
|
73
|
+
\ class=\"slds-setup-assistant__item\" role=\"listitem\">\n <article class=\"\">\n <div class=\"slds-setup-assistant__step-summary\"\
|
|
74
|
+
\ role=\"button\" aria-expanded=\"false\" aria-controls=\"step-1-details\">\n <div class=\"slds-media\">\n\
|
|
75
|
+
\ <div class=\"slds-media__figure\">\n <span class=\"slds-icon_container slds-icon-utility-success\"\
|
|
76
|
+
\ title=\"Complete\">\n <svg class=\"slds-icon slds-icon_small slds-icon-text-success\" aria-hidden=\"\
|
|
77
|
+
true\">\n <use xlink:href=\"/assets/icons/utility-sprite/svg/symbols.svg#success\"></use>\n \
|
|
78
|
+
\ </svg>\n <span class=\"slds-assistive-text\">Complete</span>\n </span>\n\
|
|
79
|
+
\ </div>\n <div class=\"slds-media__body\">\n <div class=\"slds-setup-assistant__step-summary-content\"\
|
|
80
|
+
>\n <h3 class=\"slds-setup-assistant__step-summary-title slds-text-heading_small\">\n \
|
|
81
|
+
\ Verify Your Email\n </h3>\n <p>Check your inbox and click the verification\
|
|
82
|
+
\ link.</p>\n </div>\n </div>\n </div>\n </div>\n <div\
|
|
83
|
+
\ class=\"slds-setup-assistant__step-detail slds-hide\" id=\"step-1-details\">\n <div class=\"slds-text-longform\"\
|
|
84
|
+
>\n <p>You've successfully verified your email address!</p>\n </div>\n </div>\n\
|
|
85
|
+
\ </article>\n </li>\n <li class=\"slds-setup-assistant__item\" role=\"listitem\">\n <article\
|
|
86
|
+
\ class=\"\">\n <div class=\"slds-setup-assistant__step-summary\" role=\"button\" aria-expanded=\"true\" aria-controls=\"\
|
|
87
|
+
step-2-details\">\n <div class=\"slds-media\">\n <div class=\"slds-media__figure\">\n \
|
|
88
|
+
\ <span class=\"slds-icon_container slds-icon-utility-info\" title=\"In Progress\">\n \
|
|
89
|
+
\ <svg class=\"slds-icon slds-icon_small slds-icon-text-default\" aria-hidden=\"true\">\n <use xlink:href=\"\
|
|
90
|
+
/assets/icons/utility-sprite/svg/symbols.svg#info\"></use>\n </svg>\n <span class=\"\
|
|
91
|
+
slds-assistive-text\">In Progress</span>\n </span>\n </div>\n <div class=\"\
|
|
92
|
+
slds-media__body\">\n <div class=\"slds-setup-assistant__step-summary-content\">\n \
|
|
93
|
+
\ <h3 class=\"slds-setup-assistant__step-summary-title slds-text-heading_small\">\n Complete Your\
|
|
94
|
+
\ Profile\n </h3>\n <p>Add your name, photo, and contact information.</p>\n \
|
|
95
|
+
\ </div>\n </div>\n </div>\n </div>\n <div class=\"slds-setup-assistant__step-detail\"\
|
|
96
|
+
\ id=\"step-2-details\">\n <div class=\"slds-text-longform\">\n <p>Complete your profile to\
|
|
97
|
+
\ personalize your experience.</p>\n <button class=\"slds-button slds-button_brand slds-m-top_medium\"\
|
|
98
|
+
>\n Edit Profile\n </button>\n </div>\n </div>\n </article>\n\
|
|
99
|
+
\ </li>\n <li class=\"slds-setup-assistant__item\" role=\"listitem\">\n <article class=\"\">\n\
|
|
100
|
+
\ <div class=\"slds-setup-assistant__step-summary\" role=\"button\" aria-expanded=\"false\" aria-controls=\"\
|
|
101
|
+
step-3-details\">\n <div class=\"slds-media\">\n <div class=\"slds-media__figure\">\n \
|
|
102
|
+
\ <span class=\"slds-icon_container\" title=\"Not Started\">\n <svg class=\"slds-icon\
|
|
103
|
+
\ slds-icon_small slds-icon-text-default\" aria-hidden=\"true\">\n <use xlink:href=\"/assets/icons/utility-sprite/svg/symbols.svg#check\"\
|
|
104
|
+
></use>\n </svg>\n <span class=\"slds-assistive-text\">Not Started</span>\n \
|
|
105
|
+
\ </span>\n </div>\n <div class=\"slds-media__body\">\n <div\
|
|
106
|
+
\ class=\"slds-setup-assistant__step-summary-content\">\n <h3 class=\"slds-setup-assistant__step-summary-title\
|
|
107
|
+
\ slds-text-heading_small\">\n Connect Your Accounts\n </h3>\n \
|
|
108
|
+
\ <p>Link your social media and other accounts.</p>\n </div>\n </div>\n \
|
|
109
|
+
\ </div>\n </div>\n <div class=\"slds-setup-assistant__step-detail slds-hide\" id=\"step-3-details\"\
|
|
110
|
+
>\n <div class=\"slds-text-longform\">\n <p>Connect your accounts to import contacts and share\
|
|
111
|
+
\ content.</p>\n <button class=\"slds-button slds-button_neutral slds-m-top_medium\">\n \
|
|
112
|
+
\ Connect Accounts\n </button>\n </div>\n </div>\n </article>\n \
|
|
113
|
+
\ </li>\n </ul>\n </div>\n"
|
|
114
|
+
styling_hooks: []
|
|
115
|
+
dependencies:
|
|
116
|
+
css_files:
|
|
117
|
+
- setup-assistant.css
|
|
118
|
+
- media-object.css
|
|
119
|
+
- icon.css
|
|
120
|
+
javascript:
|
|
121
|
+
- Step expand/collapse
|
|
122
|
+
- Progress tracking
|
|
123
|
+
- Step completion management
|
|
124
|
+
icons:
|
|
125
|
+
- utility:success
|
|
126
|
+
- utility:info
|
|
127
|
+
- utility:check
|
|
128
|
+
other_components:
|
|
129
|
+
- media-object
|
|
130
|
+
- icon
|
|
131
|
+
- button
|
|
132
|
+
related_components:
|
|
133
|
+
- name: Accordion
|
|
134
|
+
relationship: similar
|
|
135
|
+
description: Similar expand/collapse pattern
|
|
136
|
+
- name: Progress Indicator
|
|
137
|
+
relationship: complementary
|
|
138
|
+
description: Alternative progress display
|
|
139
|
+
- name: Path
|
|
140
|
+
relationship: similar
|
|
141
|
+
description: Alternative guided process pattern
|
|
142
|
+
references:
|
|
143
|
+
official_docs: https://v1.lightningdesignsystem.com/components/setup-assistant/
|
|
144
|
+
metadata:
|
|
145
|
+
version: 1.0.0
|
|
146
|
+
last_updated: '2025-11-12'
|
|
147
|
+
author: SLDS Documentation Team
|
|
148
|
+
slds_version: 2.27.2
|
|
149
|
+
review_status: complete
|
|
150
|
+
source: official-slds
|
|
151
|
+
notes: Created from official SLDS documentation and design-system-internal source code Cleaned invalid classes and CSS variables
|
|
152
|
+
on 2025-11-12 using slds-plus.css as source of truth.
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
name: "Slider"
|
|
2
|
+
description: "An input control that allows users to select a numeric value from a range by dragging a handle along a track, providing visual feedback for value selection."
|
|
3
|
+
category: "Input"
|
|
4
|
+
slds_classes:
|
|
5
|
+
root: "slds-slider"
|
|
6
|
+
elements:
|
|
7
|
+
- class: "slds-slider__range"
|
|
8
|
+
description: "The slider track element"
|
|
9
|
+
purpose: "Visual track that shows the selectable range"
|
|
10
|
+
modifiers:
|
|
11
|
+
- class: "slds-slider_vertical"
|
|
12
|
+
description: "Vertical slider orientation"
|
|
13
|
+
usage: "When vertical layout is preferred or required"
|
|
14
|
+
states:
|
|
15
|
+
- class: "slds-has-error"
|
|
16
|
+
description: "Error state styling"
|
|
17
|
+
trigger: "When slider validation fails"
|
|
18
|
+
- class: "slds-is-disabled"
|
|
19
|
+
description: "Disabled state styling"
|
|
20
|
+
trigger: "When slider is not interactive"
|
|
21
|
+
variants:
|
|
22
|
+
- name: "Base"
|
|
23
|
+
description: "Standard horizontal slider"
|
|
24
|
+
classes:
|
|
25
|
+
- "slds-slider"
|
|
26
|
+
usage_context: "Default slider implementation for numeric range selection"
|
|
27
|
+
differences: "Horizontal slider with draggable handle on track"
|
|
28
|
+
lightning_component:
|
|
29
|
+
name: "lightning-slider"
|
|
30
|
+
url: "https://developer.salesforce.com/docs/component-library/bundle/lightning-slider"
|
|
31
|
+
mapping_notes: "Direct mapping - Lightning component implements SLDS slider blueprint"
|
|
32
|
+
accessibility:
|
|
33
|
+
keyboard_support:
|
|
34
|
+
- "Tab to focus the slider"
|
|
35
|
+
- "Arrow keys to adjust value in increments"
|
|
36
|
+
- "Page Up/Page Down for larger increments"
|
|
37
|
+
- "Home/End to go to minimum/maximum values"
|
|
38
|
+
screen_reader:
|
|
39
|
+
- "Current value announced when changed"
|
|
40
|
+
- "Range minimum and maximum communicated"
|
|
41
|
+
- "Step increment information provided"
|
|
42
|
+
- "Label and purpose announced"
|
|
43
|
+
aria_attributes:
|
|
44
|
+
- "role='slider' for the input element"
|
|
45
|
+
- "aria-valuenow for current value"
|
|
46
|
+
- "aria-valuemin for minimum value"
|
|
47
|
+
- "aria-valuemax for maximum value"
|
|
48
|
+
- "aria-label describing the slider purpose"
|
|
49
|
+
- "aria-describedby for additional instructions"
|
|
50
|
+
usage_guidelines:
|
|
51
|
+
when_to_use:
|
|
52
|
+
- "For selecting numeric values from a continuous range"
|
|
53
|
+
- "When visual feedback of value position is helpful"
|
|
54
|
+
- "For settings or configuration values"
|
|
55
|
+
- "When precise value selection with constraints is needed"
|
|
56
|
+
when_not_to_use:
|
|
57
|
+
- "For discrete value selection (use select or radio instead)"
|
|
58
|
+
- "When exact precision is critical (use numeric input)"
|
|
59
|
+
- "For very large ranges where slider becomes impractical"
|
|
60
|
+
best_practices:
|
|
61
|
+
- "Provide clear labels for minimum and maximum values"
|
|
62
|
+
- "Use appropriate step increments for the use case"
|
|
63
|
+
- "Show current value clearly"
|
|
64
|
+
- "Ensure adequate touch target size for mobile"
|
|
65
|
+
- "Provide keyboard accessibility"
|
|
66
|
+
common_mistakes:
|
|
67
|
+
- "Making slider too small for precise interaction"
|
|
68
|
+
- "Using inappropriate step sizes"
|
|
69
|
+
- "Not showing current value"
|
|
70
|
+
- "Poor keyboard navigation implementation"
|
|
71
|
+
code_examples:
|
|
72
|
+
- title: "Basic Slider"
|
|
73
|
+
code: |
|
|
74
|
+
<div class="slds-form-element">
|
|
75
|
+
<label class="slds-form-element__label" for="slider-id-01">Slider Label</label>
|
|
76
|
+
<div class="slds-form-element__control">
|
|
77
|
+
<div class="slds-slider">
|
|
78
|
+
<input type="range" id="slider-id-01" class="slds-slider__range" value="50" min="0" max="100" step="1" />
|
|
79
|
+
<span class="slds-slider__value" aria-hidden="true">50</span>
|
|
80
|
+
</div>
|
|
81
|
+
</div>
|
|
82
|
+
</div>
|
|
83
|
+
styling_hooks:
|
|
84
|
+
- name: "--slds-c-slider-track-color-background"
|
|
85
|
+
description: "Background color for slider track"
|
|
86
|
+
category: "color"
|
|
87
|
+
dependencies:
|
|
88
|
+
css_files:
|
|
89
|
+
- "slider.css"
|
|
90
|
+
- "form-element.css"
|
|
91
|
+
javascript: []
|
|
92
|
+
icons: []
|
|
93
|
+
other_components:
|
|
94
|
+
- "form-element"
|
|
95
|
+
related_components:
|
|
96
|
+
- name: "Input"
|
|
97
|
+
relationship: "alternative"
|
|
98
|
+
description: "Alternative for precise numeric input"
|
|
99
|
+
- name: "Progress Bar"
|
|
100
|
+
relationship: "similar"
|
|
101
|
+
description: "Similar visual concept for showing values"
|
|
102
|
+
- name: "Range Input"
|
|
103
|
+
relationship: "variant"
|
|
104
|
+
description: "Dual-handle slider for range selection"
|
|
105
|
+
references:
|
|
106
|
+
official_docs: "https://v1.lightningdesignsystem.com/components/slider/"
|
|
107
|
+
metadata:
|
|
108
|
+
version: "1.0.0"
|
|
109
|
+
last_updated: "2025-11-12"
|
|
110
|
+
review_status: "complete"
|
|
111
|
+
notes: " Cleaned invalid classes and CSS variables on 2025-11-12 using slds-plus.css as source of truth."
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
name: "Spinners"
|
|
2
|
+
description: "Loading indicators that show progress for operations that take time to complete, providing visual feedback that the system is working."
|
|
3
|
+
category: "Feedback"
|
|
4
|
+
slds_classes:
|
|
5
|
+
root: "slds-spinner"
|
|
6
|
+
elements:
|
|
7
|
+
- class: "slds-spinner__dot-a"
|
|
8
|
+
description: "First spinner dot element"
|
|
9
|
+
purpose: "Part of the animated spinner visual"
|
|
10
|
+
- class: "slds-spinner__dot-b"
|
|
11
|
+
description: "Second spinner dot element"
|
|
12
|
+
purpose: "Part of the animated spinner visual"
|
|
13
|
+
modifiers:
|
|
14
|
+
- class: "slds-spinner_xx-small"
|
|
15
|
+
description: "Extra extra small spinner size"
|
|
16
|
+
usage: "Very compact spinner for small components"
|
|
17
|
+
- class: "slds-spinner_x-small"
|
|
18
|
+
description: "Extra small spinner size"
|
|
19
|
+
usage: "Small spinner for compact interfaces"
|
|
20
|
+
- class: "slds-spinner_small"
|
|
21
|
+
description: "Small spinner size"
|
|
22
|
+
usage: "Standard small spinner"
|
|
23
|
+
- class: "slds-spinner_medium"
|
|
24
|
+
description: "Medium spinner size (default)"
|
|
25
|
+
usage: "Default spinner size for most use cases"
|
|
26
|
+
- class: "slds-spinner_large"
|
|
27
|
+
description: "Large spinner size"
|
|
28
|
+
usage: "Prominent spinner for main loading states"
|
|
29
|
+
- class: "slds-spinner_delayed"
|
|
30
|
+
description: "Delayed spinner appearance"
|
|
31
|
+
usage: "Spinner that appears after a delay to avoid flashing"
|
|
32
|
+
- class: "slds-spinner_inline"
|
|
33
|
+
description: "Inline spinner variant"
|
|
34
|
+
usage: "Spinner that flows with text content"
|
|
35
|
+
states: []
|
|
36
|
+
variants:
|
|
37
|
+
- name: "Base"
|
|
38
|
+
description: "Standard loading spinner"
|
|
39
|
+
classes:
|
|
40
|
+
- "slds-spinner"
|
|
41
|
+
usage_context: "Default loading indicator for operations"
|
|
42
|
+
differences: "Animated circular spinner with rotating dots"
|
|
43
|
+
- name: "Inline"
|
|
44
|
+
description: "Spinner that flows with text content"
|
|
45
|
+
classes:
|
|
46
|
+
- "slds-spinner"
|
|
47
|
+
- "slds-spinner_inline"
|
|
48
|
+
usage_context: "Loading indicator within text or inline elements"
|
|
49
|
+
differences: "Smaller spinner designed to work with text flow"
|
|
50
|
+
lightning_component:
|
|
51
|
+
name: "lightning-spinner"
|
|
52
|
+
url: "https://developer.salesforce.com/docs/component-library/bundle/lightning-spinner"
|
|
53
|
+
mapping_notes: "Direct mapping - Lightning component implements SLDS spinner blueprint"
|
|
54
|
+
accessibility:
|
|
55
|
+
keyboard_support:
|
|
56
|
+
- "No keyboard interaction required (display-only)"
|
|
57
|
+
screen_reader:
|
|
58
|
+
- "Loading state announced through aria-live regions"
|
|
59
|
+
- "Alternative text provided for spinner meaning"
|
|
60
|
+
- "Loading completion communicated when appropriate"
|
|
61
|
+
aria_attributes:
|
|
62
|
+
- "aria-hidden='false' to ensure spinner is announced"
|
|
63
|
+
- "aria-live='polite' or 'assertive' for loading announcements"
|
|
64
|
+
- "aria-label describing the loading operation"
|
|
65
|
+
- "role='status' for loading state communication"
|
|
66
|
+
usage_guidelines:
|
|
67
|
+
when_to_use:
|
|
68
|
+
- "During data loading operations"
|
|
69
|
+
- "For form submissions or saves"
|
|
70
|
+
- "When content is being generated or processed"
|
|
71
|
+
- "During asynchronous operations that take noticeable time"
|
|
72
|
+
when_not_to_use:
|
|
73
|
+
- "For operations that complete instantly"
|
|
74
|
+
- "When a progress bar would be more appropriate"
|
|
75
|
+
- "For decoration (spinners should indicate actual loading)"
|
|
76
|
+
best_practices:
|
|
77
|
+
- "Use appropriate size for the context"
|
|
78
|
+
- "Provide alternative text describing what's loading"
|
|
79
|
+
- "Consider delayed appearance for very fast operations"
|
|
80
|
+
- "Remove spinner when loading completes"
|
|
81
|
+
- "Position spinner appropriately for the loading context"
|
|
82
|
+
common_mistakes:
|
|
83
|
+
- "Using spinners for operations that complete instantly"
|
|
84
|
+
- "Not providing accessible text for the loading state"
|
|
85
|
+
- "Poor positioning that interferes with content"
|
|
86
|
+
- "Not removing spinner when loading completes"
|
|
87
|
+
code_examples:
|
|
88
|
+
- title: "Medium Spinner"
|
|
89
|
+
code: |
|
|
90
|
+
<div role="status" class="slds-spinner slds-spinner_medium">
|
|
91
|
+
<span class="slds-assistive-text">Loading...</span>
|
|
92
|
+
<div class="slds-spinner__dot-a"></div>
|
|
93
|
+
<div class="slds-spinner__dot-b"></div>
|
|
94
|
+
</div>
|
|
95
|
+
- title: "Small Inline Spinner"
|
|
96
|
+
code: |
|
|
97
|
+
<div class="slds-text-body_regular">
|
|
98
|
+
Loading data <div role="status" class="slds-spinner slds-spinner_xx-small slds-spinner_inline">
|
|
99
|
+
<span class="slds-assistive-text">Loading</span>
|
|
100
|
+
<div class="slds-spinner__dot-a"></div>
|
|
101
|
+
<div class="slds-spinner__dot-b"></div>
|
|
102
|
+
</div>
|
|
103
|
+
</div>
|
|
104
|
+
- title: "Large Loading Spinner"
|
|
105
|
+
code: |
|
|
106
|
+
<div role="status" class="slds-spinner slds-spinner_large">
|
|
107
|
+
<span class="slds-assistive-text">Loading page content...</span>
|
|
108
|
+
<div class="slds-spinner__dot-a"></div>
|
|
109
|
+
<div class="slds-spinner__dot-b"></div>
|
|
110
|
+
</div>
|
|
111
|
+
styling_hooks: []
|
|
112
|
+
dependencies:
|
|
113
|
+
css_files:
|
|
114
|
+
- "spinner.css"
|
|
115
|
+
javascript: []
|
|
116
|
+
icons: []
|
|
117
|
+
other_components:
|
|
118
|
+
- "assistive-text"
|
|
119
|
+
related_components:
|
|
120
|
+
- name: "Progress Bar"
|
|
121
|
+
relationship: "alternative"
|
|
122
|
+
description: "Alternative loading indicator showing progress percentage"
|
|
123
|
+
- name: "Progress Ring"
|
|
124
|
+
relationship: "alternative"
|
|
125
|
+
description: "Alternative circular progress indicator"
|
|
126
|
+
- name: "Illustration"
|
|
127
|
+
relationship: "similar"
|
|
128
|
+
description: "Can be combined with illustrations for empty states"
|
|
129
|
+
references:
|
|
130
|
+
official_docs: "https://v1.lightningdesignsystem.com/components/spinners/"
|
|
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,112 @@
|
|
|
1
|
+
name: Split View
|
|
2
|
+
description: A layout component that divides the interface into two or more resizable panes, allowing users to view and interact
|
|
3
|
+
with multiple content areas simultaneously.
|
|
4
|
+
category: Layout
|
|
5
|
+
slds_classes:
|
|
6
|
+
root: slds-split-view
|
|
7
|
+
elements:
|
|
8
|
+
- class: slds-split-view_container
|
|
9
|
+
description: Overall container for split view layout
|
|
10
|
+
purpose: Provides structural container for split panes
|
|
11
|
+
modifiers: []
|
|
12
|
+
states:
|
|
13
|
+
- class: slds-is-open
|
|
14
|
+
description: Open pane state
|
|
15
|
+
trigger: Applied when a pane is expanded/visible
|
|
16
|
+
- class: slds-is-closed
|
|
17
|
+
description: Closed pane state
|
|
18
|
+
trigger: Applied when a pane is collapsed/hidden
|
|
19
|
+
variants:
|
|
20
|
+
- name: Base
|
|
21
|
+
description: Standard split view with two panes
|
|
22
|
+
classes:
|
|
23
|
+
- slds-split-view
|
|
24
|
+
usage_context: Default implementation for dual-pane layouts
|
|
25
|
+
differences: Horizontal split with resizable divider
|
|
26
|
+
- name: Vertical
|
|
27
|
+
description: Vertical split view layout
|
|
28
|
+
classes:
|
|
29
|
+
- slds-split-view
|
|
30
|
+
usage_context: When vertical splitting is preferred
|
|
31
|
+
differences: Vertical split with top/bottom panes
|
|
32
|
+
lightning_component:
|
|
33
|
+
name: No direct component
|
|
34
|
+
url: https://developer.salesforce.com/docs/component-library/overview/components
|
|
35
|
+
mapping_notes: No direct Lightning Base Component equivalent - typically implemented using lightning-layout or custom components
|
|
36
|
+
accessibility:
|
|
37
|
+
keyboard_support:
|
|
38
|
+
- Tab navigation between panes
|
|
39
|
+
- Arrow keys for resizing when splitter is focused
|
|
40
|
+
- Enter/Space to toggle pane visibility
|
|
41
|
+
- Escape to reset to default sizes
|
|
42
|
+
screen_reader:
|
|
43
|
+
- Split view structure announced
|
|
44
|
+
- Pane labels and content described
|
|
45
|
+
- Resize functionality communicated
|
|
46
|
+
aria_attributes:
|
|
47
|
+
- role='main' for primary content pane
|
|
48
|
+
- role='complementary' for secondary pane
|
|
49
|
+
- aria-label describing each pane's purpose
|
|
50
|
+
- aria-expanded for collapsible panes
|
|
51
|
+
- aria-controls for splitter interactions
|
|
52
|
+
usage_guidelines:
|
|
53
|
+
when_to_use:
|
|
54
|
+
- For master-detail interfaces
|
|
55
|
+
- When users need to view multiple content areas simultaneously
|
|
56
|
+
- For comparing or relating content between panes
|
|
57
|
+
- In data-heavy applications requiring context switching
|
|
58
|
+
when_not_to_use:
|
|
59
|
+
- On small screens where space is limited
|
|
60
|
+
- When content areas are unrelated
|
|
61
|
+
- For simple single-focus interfaces
|
|
62
|
+
best_practices:
|
|
63
|
+
- Provide clear visual separation between panes
|
|
64
|
+
- Make splitters obvious and interactive
|
|
65
|
+
- Handle responsive behavior gracefully
|
|
66
|
+
- Preserve pane sizes across sessions when appropriate
|
|
67
|
+
- Provide keyboard navigation for accessibility
|
|
68
|
+
common_mistakes:
|
|
69
|
+
- Making splitters too thin or hard to interact with
|
|
70
|
+
- Not handling mobile/responsive layouts properly
|
|
71
|
+
- Failing to provide keyboard navigation
|
|
72
|
+
- Not preserving user's preferred pane sizes
|
|
73
|
+
code_examples:
|
|
74
|
+
- title: Basic Split View
|
|
75
|
+
description: Split view with collapsible left pane
|
|
76
|
+
code: "<div class=\"slds-split-view\">\n <div class=\"slds-split-view_container\">\n <div class=\"slds-is-closed\"\
|
|
77
|
+
\ role=\"complementary\">\n <button class=\"slds-button slds-button_icon\" aria-expanded=\"false\" aria-controls=\"\
|
|
78
|
+
split-view-list\">\n <svg class=\"slds-button__icon\" aria-hidden=\"true\">\n <use xlink:href=\"\
|
|
79
|
+
/assets/icons/utility-sprite/svg/symbols.svg#chevronright\"></use>\n </svg>\n <span class=\"slds-assistive-text\"\
|
|
80
|
+
>Expand list view</span>\n </button>\n </div>\n <div class=\"\" role=\"main\">\n <div\
|
|
81
|
+
\ class=\"slds-panel slds-panel_docked\">\n <div class=\"slds-panel__body\">\n <p>Full width detail\
|
|
82
|
+
\ content</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n"
|
|
83
|
+
dependencies:
|
|
84
|
+
css_files:
|
|
85
|
+
- split-view.css
|
|
86
|
+
- panel.css
|
|
87
|
+
- grid.css
|
|
88
|
+
javascript:
|
|
89
|
+
- split-view.js
|
|
90
|
+
icons:
|
|
91
|
+
- utility-sprite.svg
|
|
92
|
+
other_components:
|
|
93
|
+
- panel
|
|
94
|
+
- grid
|
|
95
|
+
- button
|
|
96
|
+
related_components:
|
|
97
|
+
- name: Layout
|
|
98
|
+
relationship: similar
|
|
99
|
+
description: Similar layout structuring concept
|
|
100
|
+
- name: Panel
|
|
101
|
+
relationship: depends-on
|
|
102
|
+
description: Uses panels for pane content containers
|
|
103
|
+
- name: Grid
|
|
104
|
+
relationship: alternative
|
|
105
|
+
description: Alternative layout approach for structured content
|
|
106
|
+
references:
|
|
107
|
+
official_docs: https://v1.lightningdesignsystem.com/components/split-view/
|
|
108
|
+
metadata:
|
|
109
|
+
version: 1.0.0
|
|
110
|
+
last_updated: '2025-11-12'
|
|
111
|
+
review_status: complete
|
|
112
|
+
notes: ' Cleaned invalid classes and CSS variables on 2025-11-12 using slds-plus.css as source of truth.'
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
name: Summary Detail
|
|
2
|
+
description: A layout pattern that displays a condensed summary view with an expandable detail section, allowing users to
|
|
3
|
+
quickly scan information and dive deeper when needed.
|
|
4
|
+
category: Layout
|
|
5
|
+
slds_classes:
|
|
6
|
+
root: slds-summary-detail
|
|
7
|
+
elements:
|
|
8
|
+
- class: slds-summary-detail__content
|
|
9
|
+
description: Container for the summary content
|
|
10
|
+
purpose: Holds the condensed summary information
|
|
11
|
+
modifiers: []
|
|
12
|
+
states:
|
|
13
|
+
- class: slds-is-open
|
|
14
|
+
description: Open detail state
|
|
15
|
+
trigger: Applied when detail section is expanded
|
|
16
|
+
- class: slds-is-closed
|
|
17
|
+
description: Closed detail state
|
|
18
|
+
trigger: Applied when detail section is collapsed
|
|
19
|
+
variants:
|
|
20
|
+
- name: Base
|
|
21
|
+
description: Standard summary detail with expandable content
|
|
22
|
+
classes:
|
|
23
|
+
- slds-summary-detail
|
|
24
|
+
usage_context: Default implementation for summary/detail patterns
|
|
25
|
+
differences: Collapsible detail section with summary always visible
|
|
26
|
+
lightning_component:
|
|
27
|
+
name: No direct component
|
|
28
|
+
url: https://developer.salesforce.com/docs/component-library/overview/components
|
|
29
|
+
mapping_notes: No direct Lightning Base Component equivalent - can be implemented using lightning-accordion or custom components
|
|
30
|
+
accessibility:
|
|
31
|
+
keyboard_support:
|
|
32
|
+
- Tab to focus expand/collapse button
|
|
33
|
+
- Enter/Space to toggle detail visibility
|
|
34
|
+
- Tab navigation through detail content when expanded
|
|
35
|
+
screen_reader:
|
|
36
|
+
- Summary content always announced
|
|
37
|
+
- Expand/collapse state clearly communicated
|
|
38
|
+
- Detail content announced when expanded
|
|
39
|
+
aria_attributes:
|
|
40
|
+
- aria-expanded on toggle button
|
|
41
|
+
- aria-controls linking button to detail content
|
|
42
|
+
- aria-labelledby for detail section
|
|
43
|
+
- role='button' for interactive elements
|
|
44
|
+
usage_guidelines:
|
|
45
|
+
when_to_use:
|
|
46
|
+
- For progressive disclosure of information
|
|
47
|
+
- When space is limited but detail is important
|
|
48
|
+
- To reduce cognitive load with scannable summaries
|
|
49
|
+
- For optional detailed information
|
|
50
|
+
when_not_to_use:
|
|
51
|
+
- When all information is equally important
|
|
52
|
+
- For critical information that shouldn't be hidden
|
|
53
|
+
- In contexts where expansion isn't expected
|
|
54
|
+
best_practices:
|
|
55
|
+
- Make summaries meaningful and self-contained
|
|
56
|
+
- Provide clear expand/collapse indicators
|
|
57
|
+
- Ensure smooth transitions between states
|
|
58
|
+
- Keep summary content concise but informative
|
|
59
|
+
- Use consistent expand/collapse patterns
|
|
60
|
+
common_mistakes:
|
|
61
|
+
- Making summaries too vague or incomplete
|
|
62
|
+
- Hiding critical information in details
|
|
63
|
+
- Poor visual indicators for expand/collapse state
|
|
64
|
+
- Inconsistent interaction patterns
|
|
65
|
+
code_examples:
|
|
66
|
+
- title: Basic Summary Detail
|
|
67
|
+
description: Summary detail in collapsed state
|
|
68
|
+
code: "<div class=\"slds-summary-detail slds-is-closed\">\n <div class=\"\">\n <h3>Contact Information</h3>\n\
|
|
69
|
+
\ </div>\n <div class=\"slds-summary-detail__content\">\n <p>John Smith - Primary Contact</p>\n \
|
|
70
|
+
\ <button class=\"slds-button slds-button_neutral\" aria-expanded=\"false\" aria-controls=\"summary-detail-02\">\n \
|
|
71
|
+
\ <svg class=\"slds-button__icon slds-button__icon_left\" aria-hidden=\"true\">\n <use xlink:href=\"\
|
|
72
|
+
/assets/icons/utility-sprite/svg/symbols.svg#chevronright\"></use>\n </svg>\n Show Details\n \
|
|
73
|
+
\ </button>\n </div>\n <div id=\"summary-detail-02\" class=\"slds-hide\">\n <p>Detailed contact information\
|
|
74
|
+
\ would appear here when expanded.</p>\n </div>\n </div>\n"
|
|
75
|
+
dependencies:
|
|
76
|
+
css_files:
|
|
77
|
+
- summary-detail.css
|
|
78
|
+
- grid.css
|
|
79
|
+
- button.css
|
|
80
|
+
javascript:
|
|
81
|
+
- summary-detail.js
|
|
82
|
+
icons:
|
|
83
|
+
- utility-sprite.svg
|
|
84
|
+
other_components:
|
|
85
|
+
- button
|
|
86
|
+
- grid
|
|
87
|
+
related_components:
|
|
88
|
+
- name: Accordion
|
|
89
|
+
relationship: similar
|
|
90
|
+
description: Similar expandable content pattern
|
|
91
|
+
- name: Expandable Section
|
|
92
|
+
relationship: similar
|
|
93
|
+
description: Similar progressive disclosure concept
|
|
94
|
+
- name: Cards
|
|
95
|
+
relationship: container
|
|
96
|
+
description: Often used within card containers
|
|
97
|
+
references:
|
|
98
|
+
official_docs: https://v1.lightningdesignsystem.com/components/summary-detail/
|
|
99
|
+
metadata:
|
|
100
|
+
version: 1.0.0
|
|
101
|
+
last_updated: '2025-11-12'
|
|
102
|
+
review_status: complete
|
|
103
|
+
notes: ' Cleaned invalid classes and CSS variables on 2025-11-12 using slds-plus.css as source of truth.'
|