@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,140 @@
|
|
|
1
|
+
name: Vertical Tabs
|
|
2
|
+
description: Vertical tabs provide a navigation pattern where tab items are arranged vertically, typically on the left side
|
|
3
|
+
of the content area. They allow users to switch between different views or sections of content.
|
|
4
|
+
category: Navigation
|
|
5
|
+
slds_classes:
|
|
6
|
+
root: slds-vertical-tabs
|
|
7
|
+
elements:
|
|
8
|
+
- class: slds-vertical-tabs__nav
|
|
9
|
+
description: Navigation container for vertical tabs
|
|
10
|
+
purpose: Contains the list of tab items
|
|
11
|
+
- class: slds-vertical-tabs__nav-item
|
|
12
|
+
description: Individual tab navigation item
|
|
13
|
+
purpose: Container for each tab button/link
|
|
14
|
+
- class: slds-vertical-tabs__link
|
|
15
|
+
description: Tab link or button element
|
|
16
|
+
purpose: Clickable element that activates a tab panel
|
|
17
|
+
- class: slds-vertical-tabs__content
|
|
18
|
+
description: Container for tab panel content
|
|
19
|
+
purpose: Holds the content associated with each tab
|
|
20
|
+
modifiers: []
|
|
21
|
+
states:
|
|
22
|
+
- class: slds-is-active
|
|
23
|
+
description: Active state for the current tab
|
|
24
|
+
trigger: When a tab is selected and its panel is visible
|
|
25
|
+
- class: slds-is-disabled
|
|
26
|
+
description: Disabled state for a tab
|
|
27
|
+
trigger: When a tab is not interactive
|
|
28
|
+
variants:
|
|
29
|
+
- name: Base
|
|
30
|
+
description: Standard vertical tabs navigation
|
|
31
|
+
classes:
|
|
32
|
+
- slds-vertical-tabs
|
|
33
|
+
usage_context: Default vertical tabs implementation
|
|
34
|
+
differences: Vertical navigation with tab panels
|
|
35
|
+
lightning_component:
|
|
36
|
+
name: lightning-tabset
|
|
37
|
+
url: https://developer.salesforce.com/docs/component-library/bundle/lightning-tabset
|
|
38
|
+
mapping_notes: Lightning tabset can be configured for vertical orientation
|
|
39
|
+
accessibility:
|
|
40
|
+
keyboard_support:
|
|
41
|
+
- Tab to navigate to tab list
|
|
42
|
+
- Arrow keys (Up/Down) to navigate between tabs
|
|
43
|
+
- Enter or Space to activate a tab
|
|
44
|
+
- Home/End to jump to first/last tab
|
|
45
|
+
screen_reader:
|
|
46
|
+
- Tab list role announced
|
|
47
|
+
- Active tab state announced
|
|
48
|
+
- Tab panel content associated and announced
|
|
49
|
+
- Disabled tab state announced
|
|
50
|
+
aria_attributes:
|
|
51
|
+
- role='tablist' on navigation container
|
|
52
|
+
- role='tab' on tab links
|
|
53
|
+
- role='tabpanel' on content panels
|
|
54
|
+
- aria-selected on active tab (true/false)
|
|
55
|
+
- aria-controls linking tab to panel
|
|
56
|
+
- aria-labelledby linking panel to tab
|
|
57
|
+
- aria-disabled on disabled tabs
|
|
58
|
+
- tabindex='0' on active tab, '-1' on others
|
|
59
|
+
usage_guidelines:
|
|
60
|
+
when_to_use:
|
|
61
|
+
- When you have multiple content sections to organize
|
|
62
|
+
- For settings pages or configuration interfaces
|
|
63
|
+
- When horizontal space is limited but vertical space is available
|
|
64
|
+
- For side navigation patterns
|
|
65
|
+
- When content sections are related but distinct
|
|
66
|
+
when_not_to_use:
|
|
67
|
+
- When horizontal tabs work better for the layout
|
|
68
|
+
- For primary navigation (use global navigation)
|
|
69
|
+
- When only 2-3 sections exist (consider accordion)
|
|
70
|
+
- In very narrow viewports
|
|
71
|
+
best_practices:
|
|
72
|
+
- Keep tab labels short and descriptive
|
|
73
|
+
- Provide clear visual indication of active tab
|
|
74
|
+
- Ensure adequate spacing between tabs
|
|
75
|
+
- Support keyboard navigation fully
|
|
76
|
+
- Maintain tab state during navigation
|
|
77
|
+
- Use icons to enhance tab meaning when helpful
|
|
78
|
+
common_mistakes:
|
|
79
|
+
- Not implementing proper ARIA tab patterns
|
|
80
|
+
- Missing keyboard navigation
|
|
81
|
+
- Inadequate visual feedback for active state
|
|
82
|
+
- Too many tabs making navigation difficult
|
|
83
|
+
- Not maintaining tab state
|
|
84
|
+
code_examples:
|
|
85
|
+
- title: Basic Vertical Tabs
|
|
86
|
+
code: "<div class=\"slds-vertical-tabs\">\n <ul class=\"slds-vertical-tabs__nav\" role=\"tablist\">\n <li class=\"\
|
|
87
|
+
slds-vertical-tabs__nav-item\" role=\"presentation\">\n <a class=\"slds-vertical-tabs__link\" href=\"#\" role=\"\
|
|
88
|
+
tab\" aria-selected=\"true\" aria-controls=\"tab-panel-1\" tabindex=\"0\">\n Tab One\n </a>\n \
|
|
89
|
+
\ </li>\n <li class=\"slds-vertical-tabs__nav-item\" role=\"presentation\">\n <a class=\"slds-vertical-tabs__link\"\
|
|
90
|
+
\ href=\"#\" role=\"tab\" aria-selected=\"false\" aria-controls=\"tab-panel-2\" tabindex=\"-1\">\n Tab Two\n\
|
|
91
|
+
\ </a>\n </li>\n <li class=\"slds-vertical-tabs__nav-item\" role=\"presentation\">\n <a\
|
|
92
|
+
\ class=\"slds-vertical-tabs__link\" href=\"#\" role=\"tab\" aria-selected=\"false\" aria-controls=\"tab-panel-3\" tabindex=\"\
|
|
93
|
+
-1\">\n Tab Three\n </a>\n </li>\n </ul>\n <div class=\"slds-vertical-tabs__content\"\
|
|
94
|
+
>\n <div id=\"tab-panel-1\" class=\"\" role=\"tabpanel\" aria-labelledby=\"tab-1\">\n <p>Content for Tab\
|
|
95
|
+
\ One</p>\n </div>\n <div id=\"tab-panel-2\" class=\"\" role=\"tabpanel\" aria-labelledby=\"tab-2\" hidden>\n\
|
|
96
|
+
\ <p>Content for Tab Two</p>\n </div>\n <div id=\"tab-panel-3\" class=\"\" role=\"tabpanel\" aria-labelledby=\"\
|
|
97
|
+
tab-3\" hidden>\n <p>Content for Tab Three</p>\n </div>\n </div>\n </div>\n"
|
|
98
|
+
- title: Vertical Tabs with Active State
|
|
99
|
+
code: "<div class=\"slds-vertical-tabs\">\n <ul class=\"slds-vertical-tabs__nav\" role=\"tablist\">\n <li class=\"\
|
|
100
|
+
slds-vertical-tabs__nav-item\" role=\"presentation\">\n <a class=\"slds-vertical-tabs__link slds-is-active\"\
|
|
101
|
+
\ href=\"#\" role=\"tab\" aria-selected=\"true\" aria-controls=\"active-panel\" tabindex=\"0\">\n Active Tab\n\
|
|
102
|
+
\ </a>\n </li>\n <li class=\"slds-vertical-tabs__nav-item\" role=\"presentation\">\n <a\
|
|
103
|
+
\ class=\"slds-vertical-tabs__link\" href=\"#\" role=\"tab\" aria-selected=\"false\" aria-controls=\"inactive-panel\"\
|
|
104
|
+
\ tabindex=\"-1\">\n Inactive Tab\n </a>\n </li>\n </ul>\n <div class=\"slds-vertical-tabs__content\"\
|
|
105
|
+
>\n <div id=\"active-panel\" class=\"\" role=\"tabpanel\" aria-labelledby=\"active-tab\">\n <p>This is\
|
|
106
|
+
\ the active tab content</p>\n </div>\n <div id=\"inactive-panel\" class=\"\" role=\"tabpanel\" aria-labelledby=\"\
|
|
107
|
+
inactive-tab\" hidden>\n <p>This tab is inactive</p>\n </div>\n </div>\n </div>\n"
|
|
108
|
+
styling_hooks: []
|
|
109
|
+
dependencies:
|
|
110
|
+
css_files:
|
|
111
|
+
- vertical-tabs.css
|
|
112
|
+
javascript:
|
|
113
|
+
- Tab activation and panel switching
|
|
114
|
+
- Keyboard navigation
|
|
115
|
+
- ARIA state management
|
|
116
|
+
- Focus management
|
|
117
|
+
icons: []
|
|
118
|
+
other_components: []
|
|
119
|
+
related_components:
|
|
120
|
+
- name: Tabs
|
|
121
|
+
relationship: alternative
|
|
122
|
+
description: Horizontal tabs navigation
|
|
123
|
+
- name: Scoped Tabs
|
|
124
|
+
relationship: similar
|
|
125
|
+
description: Scoped horizontal tabs
|
|
126
|
+
- name: Vertical Navigation
|
|
127
|
+
relationship: similar
|
|
128
|
+
description: Vertical navigation menu
|
|
129
|
+
references:
|
|
130
|
+
official_docs: https://v1.lightningdesignsystem.com/components/vertical-tabs/
|
|
131
|
+
design_guidelines: https://v1.lightningdesignsystem.com/components/vertical-tabs/
|
|
132
|
+
metadata:
|
|
133
|
+
version: 1.0.0
|
|
134
|
+
last_updated: '2025-11-12'
|
|
135
|
+
author: SLDS Documentation Team
|
|
136
|
+
slds_version: 2.27.2
|
|
137
|
+
review_status: complete
|
|
138
|
+
source: official-slds
|
|
139
|
+
notes: Created from official SLDS documentation and design-system-internal source code with CSS selector annotations. Cleaned
|
|
140
|
+
invalid classes and CSS variables on 2025-11-12 using slds-plus.css as source of truth.
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
name: Visual Picker
|
|
2
|
+
description: A selection interface that presents options as visual cards or tiles, allowing users to choose from alternatives
|
|
3
|
+
using images, icons, and descriptive text rather than traditional form controls.
|
|
4
|
+
category: Input
|
|
5
|
+
slds_classes:
|
|
6
|
+
root: slds-visual-picker
|
|
7
|
+
elements:
|
|
8
|
+
- class: slds-visual-picker__figure
|
|
9
|
+
description: Container for visual content (icon, image)
|
|
10
|
+
purpose: Holds the primary visual representation
|
|
11
|
+
- class: slds-visual-picker__body
|
|
12
|
+
description: Container for text content
|
|
13
|
+
purpose: Contains title, description, and other text
|
|
14
|
+
- class: slds-visual-picker__text
|
|
15
|
+
description: Primary text/title for the option
|
|
16
|
+
purpose: Main label or title for the visual option
|
|
17
|
+
- class: slds-visual-picker__icon
|
|
18
|
+
description: Icon within the visual picker
|
|
19
|
+
purpose: Visual icon representation
|
|
20
|
+
modifiers:
|
|
21
|
+
- class: slds-visual-picker_medium
|
|
22
|
+
description: Medium-sized visual picker
|
|
23
|
+
usage: Standard size for most use cases
|
|
24
|
+
- class: slds-visual-picker_large
|
|
25
|
+
description: Large-sized visual picker
|
|
26
|
+
usage: When more visual prominence is needed
|
|
27
|
+
- class: slds-visual-picker_small
|
|
28
|
+
description: Small-sized visual picker
|
|
29
|
+
usage: For compact layouts or secondary options
|
|
30
|
+
- class: slds-visual-picker_vertical
|
|
31
|
+
description: Vertical layout orientation
|
|
32
|
+
usage: When vertical stacking is preferred
|
|
33
|
+
states:
|
|
34
|
+
- class: slds-is-selected
|
|
35
|
+
description: Selected visual picker state
|
|
36
|
+
trigger: Applied when option is selected
|
|
37
|
+
- class: slds-has-error
|
|
38
|
+
description: Error state for visual picker
|
|
39
|
+
trigger: Applied when validation fails
|
|
40
|
+
variants:
|
|
41
|
+
- name: Base
|
|
42
|
+
description: Standard visual picker with icon and text
|
|
43
|
+
classes:
|
|
44
|
+
- slds-visual-picker
|
|
45
|
+
usage_context: Default implementation for visual selection
|
|
46
|
+
differences: Card-like interface with visual and text content
|
|
47
|
+
- name: Coverable Content
|
|
48
|
+
description: Visual picker with coverable content area
|
|
49
|
+
classes:
|
|
50
|
+
- slds-visual-picker
|
|
51
|
+
usage_context: When content should be covered by selection state
|
|
52
|
+
differences: Selection state covers the entire content area
|
|
53
|
+
- name: Non-coverable Content
|
|
54
|
+
description: Visual picker with always-visible content
|
|
55
|
+
classes:
|
|
56
|
+
- slds-visual-picker
|
|
57
|
+
usage_context: When content should remain visible when selected
|
|
58
|
+
differences: Content remains visible in all states
|
|
59
|
+
lightning_component:
|
|
60
|
+
name: No direct component
|
|
61
|
+
url: https://developer.salesforce.com/docs/component-library/overview/components
|
|
62
|
+
mapping_notes: No direct Lightning Base Component equivalent - can be implemented using lightning-radio-group or lightning-checkbox-group
|
|
63
|
+
with custom styling
|
|
64
|
+
accessibility:
|
|
65
|
+
keyboard_support:
|
|
66
|
+
- Tab navigation between visual picker options
|
|
67
|
+
- Space to select/deselect options
|
|
68
|
+
- Arrow keys for radio group navigation
|
|
69
|
+
- Enter to activate selections
|
|
70
|
+
screen_reader:
|
|
71
|
+
- Option content and state announced
|
|
72
|
+
- Selection changes communicated
|
|
73
|
+
- Group structure and labels conveyed
|
|
74
|
+
aria_attributes:
|
|
75
|
+
- role='radio' or 'checkbox' for input elements
|
|
76
|
+
- role='radiogroup' or 'group' for containers
|
|
77
|
+
- aria-checked for selection state
|
|
78
|
+
- aria-labelledby for option labeling
|
|
79
|
+
- aria-describedby for additional descriptions
|
|
80
|
+
usage_guidelines:
|
|
81
|
+
when_to_use:
|
|
82
|
+
- For visually-driven selection scenarios
|
|
83
|
+
- When options benefit from visual representation
|
|
84
|
+
- For product selection or configuration
|
|
85
|
+
- When traditional form controls feel inadequate
|
|
86
|
+
when_not_to_use:
|
|
87
|
+
- For simple text-only options (use radio/checkbox)
|
|
88
|
+
- When visual content is not meaningful
|
|
89
|
+
- In data-heavy or technical contexts
|
|
90
|
+
best_practices:
|
|
91
|
+
- Use clear, meaningful visual representations
|
|
92
|
+
- Provide descriptive text alongside visuals
|
|
93
|
+
- Ensure adequate contrast for selection states
|
|
94
|
+
- Make the entire card clickable
|
|
95
|
+
- Group related options logically
|
|
96
|
+
common_mistakes:
|
|
97
|
+
- Using unclear or confusing visuals
|
|
98
|
+
- Making selection areas too small
|
|
99
|
+
- Poor contrast in selection states
|
|
100
|
+
- Inconsistent visual picker sizes
|
|
101
|
+
code_examples:
|
|
102
|
+
- title: Basic Visual Picker Radio Group
|
|
103
|
+
description: Compact visual picker options for space-constrained layouts
|
|
104
|
+
code: "<fieldset class=\"slds-form-element\">\n <legend class=\"slds-form-element__legend slds-form-element__label\"\
|
|
105
|
+
>Choose color</legend>\n <div class=\"slds-form-element__control\">\n <div class=\"slds-grid slds-wrap slds-grid_pull-padded\"\
|
|
106
|
+
>\n <div class=\"slds-p-around_x-small\">\n <div class=\"slds-visual-picker slds-visual-picker_small\"\
|
|
107
|
+
>\n <input type=\"radio\" id=\"color-red\" value=\"red\" name=\"color\" />\n <label for=\"color-red\"\
|
|
108
|
+
>\n <span class=\"slds-visual-picker__figure slds-visual-picker__text slds-align_absolute-center\">\n \
|
|
109
|
+
\ <span class=\"slds-visual-picker__icon\" style=\"background-color: #e74c3c; width: 2rem; height: 2rem;\
|
|
110
|
+
\ border-radius: 50%;\"></span>\n </span>\n <span class=\"slds-visual-picker__body\">\n\
|
|
111
|
+
\ <span class=\"slds-visual-picker__text\">Red</span>\n </span>\n </label>\n\
|
|
112
|
+
\ </div>\n </div>\n <div class=\"slds-p-around_x-small\">\n <div class=\"slds-visual-picker\
|
|
113
|
+
\ slds-visual-picker_small\">\n <input type=\"radio\" id=\"color-blue\" value=\"blue\" name=\"color\" />\n\
|
|
114
|
+
\ <label for=\"color-blue\">\n <span class=\"slds-visual-picker__figure slds-visual-picker__text\
|
|
115
|
+
\ slds-align_absolute-center\">\n <span class=\"slds-visual-picker__icon\" style=\"background-color:\
|
|
116
|
+
\ #3498db; width: 2rem; height: 2rem; border-radius: 50%;\"></span>\n </span>\n <span class=\"\
|
|
117
|
+
slds-visual-picker__body\">\n <span class=\"slds-visual-picker__text\">Blue</span>\n </span>\n\
|
|
118
|
+
\ </label>\n </div>\n </div>\n </div>\n </div>\n </fieldset>\n"
|
|
119
|
+
dependencies:
|
|
120
|
+
css_files:
|
|
121
|
+
- visual-picker.css
|
|
122
|
+
- form-element.css
|
|
123
|
+
- radio.css
|
|
124
|
+
- checkbox.css
|
|
125
|
+
javascript:
|
|
126
|
+
- visual-picker.js
|
|
127
|
+
icons:
|
|
128
|
+
- standard-sprite.svg
|
|
129
|
+
- utility-sprite.svg
|
|
130
|
+
other_components:
|
|
131
|
+
- radio
|
|
132
|
+
- checkbox
|
|
133
|
+
- form-element
|
|
134
|
+
related_components:
|
|
135
|
+
- name: Radio Group
|
|
136
|
+
relationship: alternative
|
|
137
|
+
description: Alternative for single selection scenarios
|
|
138
|
+
- name: Checkbox Group
|
|
139
|
+
relationship: alternative
|
|
140
|
+
description: Alternative for multiple selection scenarios
|
|
141
|
+
- name: Cards
|
|
142
|
+
relationship: similar
|
|
143
|
+
description: Similar card-based interface concept
|
|
144
|
+
references:
|
|
145
|
+
official_docs: https://v1.lightningdesignsystem.com/components/visual-picker/
|
|
146
|
+
metadata:
|
|
147
|
+
version: 1.0.0
|
|
148
|
+
last_updated: '2025-11-12'
|
|
149
|
+
review_status: complete
|
|
150
|
+
notes: ' Cleaned invalid classes and CSS variables on 2025-11-12 using slds-plus.css as source of truth.'
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
name: Welcome Mat
|
|
2
|
+
description: An introductory overlay that provides onboarding guidance, feature highlights, or welcome messaging for new users,
|
|
3
|
+
typically displayed as a full-screen or prominent modal experience.
|
|
4
|
+
category: Overlay
|
|
5
|
+
slds_classes:
|
|
6
|
+
root: slds-welcome-mat
|
|
7
|
+
elements:
|
|
8
|
+
- class: slds-welcome-mat__content
|
|
9
|
+
description: Content area for welcome messaging
|
|
10
|
+
purpose: Contains the primary welcome content and messaging
|
|
11
|
+
- class: slds-welcome-mat__tile
|
|
12
|
+
description: Individual content tile within welcome mat
|
|
13
|
+
purpose: Represents a single feature or benefit highlight
|
|
14
|
+
- class: slds-welcome-mat__tile-figure
|
|
15
|
+
description: Visual area within a welcome mat tile
|
|
16
|
+
purpose: Contains icon or image for individual tiles
|
|
17
|
+
- class: slds-welcome-mat__tile-body
|
|
18
|
+
description: Text content area within a tile
|
|
19
|
+
purpose: Contains title and description for tiles
|
|
20
|
+
modifiers:
|
|
21
|
+
- class: slds-welcome-mat_splash
|
|
22
|
+
description: Full-screen splash style welcome mat
|
|
23
|
+
usage: For prominent full-screen welcome experiences
|
|
24
|
+
states:
|
|
25
|
+
- class: slds-is-open
|
|
26
|
+
description: Visible welcome mat state
|
|
27
|
+
trigger: Applied when welcome mat is displayed
|
|
28
|
+
- class: slds-is-closed
|
|
29
|
+
description: Hidden welcome mat state
|
|
30
|
+
trigger: Applied when welcome mat is dismissed
|
|
31
|
+
variants:
|
|
32
|
+
- name: Base
|
|
33
|
+
description: Standard welcome mat with content and actions
|
|
34
|
+
classes:
|
|
35
|
+
- slds-welcome-mat
|
|
36
|
+
usage_context: Default implementation for welcome experiences
|
|
37
|
+
differences: Basic welcome mat with flexible content layout
|
|
38
|
+
- name: Splash
|
|
39
|
+
description: Full-screen splash welcome mat
|
|
40
|
+
classes:
|
|
41
|
+
- slds-welcome-mat
|
|
42
|
+
- slds-welcome-mat_splash
|
|
43
|
+
usage_context: For prominent first-time user experiences
|
|
44
|
+
differences: Full-screen overlay with prominent welcome content
|
|
45
|
+
- name: Modal
|
|
46
|
+
description: Modal-style welcome mat
|
|
47
|
+
classes:
|
|
48
|
+
- slds-welcome-mat
|
|
49
|
+
usage_context: For focused welcome messaging in modal format
|
|
50
|
+
differences: Centered modal with welcome content
|
|
51
|
+
lightning_component:
|
|
52
|
+
name: No direct component
|
|
53
|
+
url: https://developer.salesforce.com/docs/component-library/overview/components
|
|
54
|
+
mapping_notes: No direct Lightning Base Component equivalent - typically implemented using custom components or lightning-modal
|
|
55
|
+
with welcome content
|
|
56
|
+
accessibility:
|
|
57
|
+
keyboard_support:
|
|
58
|
+
- Tab navigation through welcome mat content
|
|
59
|
+
- Enter/Space to activate action buttons
|
|
60
|
+
- Escape to close if dismissible
|
|
61
|
+
- Focus management for modal behavior
|
|
62
|
+
screen_reader:
|
|
63
|
+
- Welcome mat purpose and content announced
|
|
64
|
+
- Navigation and action options described
|
|
65
|
+
- Progress through welcome flow communicated
|
|
66
|
+
aria_attributes:
|
|
67
|
+
- role='dialog' for modal welcome mats
|
|
68
|
+
- aria-modal='true' for overlay behavior
|
|
69
|
+
- aria-labelledby for welcome mat title
|
|
70
|
+
- aria-describedby for welcome content
|
|
71
|
+
- aria-live for dynamic content updates
|
|
72
|
+
usage_guidelines:
|
|
73
|
+
when_to_use:
|
|
74
|
+
- For first-time user onboarding
|
|
75
|
+
- When introducing new features
|
|
76
|
+
- For welcome messaging and orientation
|
|
77
|
+
- To highlight key benefits or capabilities
|
|
78
|
+
when_not_to_use:
|
|
79
|
+
- For returning user experiences
|
|
80
|
+
- When users are familiar with the interface
|
|
81
|
+
- For critical workflow interruptions
|
|
82
|
+
best_practices:
|
|
83
|
+
- Keep welcome content concise and valuable
|
|
84
|
+
- Provide clear next steps or actions
|
|
85
|
+
- Allow easy dismissal or skipping
|
|
86
|
+
- Use progressive disclosure for complex onboarding
|
|
87
|
+
- Test with real users for effectiveness
|
|
88
|
+
common_mistakes:
|
|
89
|
+
- Overwhelming users with too much information
|
|
90
|
+
- Blocking critical functionality
|
|
91
|
+
- Poor mobile experience
|
|
92
|
+
- Not allowing users to skip or dismiss
|
|
93
|
+
code_examples:
|
|
94
|
+
- title: Basic Welcome Mat
|
|
95
|
+
description: Full-screen splash style welcome experience
|
|
96
|
+
code: "<div class=\"slds-welcome-mat slds-welcome-mat_splash slds-is-open\">\n <div class=\"\">\n <div class=\"\
|
|
97
|
+
slds-welcome-mat__content slds-text-align_center\">\n <div class=\"slds-m-bottom_large\">\n <img src=\"\
|
|
98
|
+
/assets/images/splash-hero.svg\" alt=\"Platform illustration\" style=\"max-width: 300px;\" />\n </div>\n \
|
|
99
|
+
\ <div class=\"slds-m-bottom_large\">\n <h1 class=\"slds-text-heading_large\">Welcome to Your New Workspace</h1>\n\
|
|
100
|
+
\ <p class=\"slds-text-body_regular slds-m-top_medium\">\n Everything you need to manage your\
|
|
101
|
+
\ projects, collaborate with your team, and achieve your goals.\n </p>\n </div>\n <div class=\"\
|
|
102
|
+
\">\n <button class=\"slds-button slds-button_brand slds-button_stretch\">\n Start Your Journey\n\
|
|
103
|
+
\ </button>\n <button class=\"slds-button slds-button_neutral slds-m-top_small\">\n \
|
|
104
|
+
\ I'll explore on my own\n </button>\n </div>\n </div>\n </div>\n </div>\n"
|
|
105
|
+
dependencies:
|
|
106
|
+
css_files:
|
|
107
|
+
- welcome-mat.css
|
|
108
|
+
- modal.css
|
|
109
|
+
- button.css
|
|
110
|
+
- grid.css
|
|
111
|
+
javascript:
|
|
112
|
+
- welcome-mat.js
|
|
113
|
+
icons:
|
|
114
|
+
- utility-sprite.svg
|
|
115
|
+
- standard-sprite.svg
|
|
116
|
+
other_components:
|
|
117
|
+
- button
|
|
118
|
+
- modal
|
|
119
|
+
- grid
|
|
120
|
+
related_components:
|
|
121
|
+
- name: Modal
|
|
122
|
+
relationship: similar
|
|
123
|
+
description: Similar overlay concept for different purposes
|
|
124
|
+
- name: Walkthrough
|
|
125
|
+
relationship: similar
|
|
126
|
+
description: Similar onboarding concept
|
|
127
|
+
- name: Toast
|
|
128
|
+
relationship: alternative
|
|
129
|
+
description: Alternative for brief welcome messages
|
|
130
|
+
references:
|
|
131
|
+
official_docs: https://v1.lightningdesignsystem.com/components/welcome-mat/
|
|
132
|
+
metadata:
|
|
133
|
+
version: 1.0.0
|
|
134
|
+
last_updated: '2025-11-12'
|
|
135
|
+
review_status: complete
|
|
136
|
+
notes: ' Cleaned invalid classes and CSS variables on 2025-11-12 using slds-plus.css as source of truth.'
|