@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,135 @@
|
|
|
1
|
+
name: Rich Text Editor
|
|
2
|
+
description: A comprehensive text editing interface that provides formatting tools, allowing users to create and edit rich
|
|
3
|
+
content with styles, links, lists, and other formatting options.
|
|
4
|
+
category: Input
|
|
5
|
+
slds_classes:
|
|
6
|
+
root: slds-rich-text-editor
|
|
7
|
+
elements:
|
|
8
|
+
- class: slds-rich-text-editor__toolbar
|
|
9
|
+
description: Container for formatting toolbar
|
|
10
|
+
purpose: Contains all formatting buttons and controls
|
|
11
|
+
- class: slds-rich-text-editor__textarea
|
|
12
|
+
description: Main text editing area
|
|
13
|
+
purpose: Editable content area for rich text input
|
|
14
|
+
- class: slds-rich-text-editor__output
|
|
15
|
+
description: Rendered output area
|
|
16
|
+
purpose: Displays formatted rich text content
|
|
17
|
+
modifiers: []
|
|
18
|
+
states:
|
|
19
|
+
- class: slds-is-active
|
|
20
|
+
description: Active formatting button state
|
|
21
|
+
trigger: Applied to currently active formatting options
|
|
22
|
+
- class: slds-has-focus
|
|
23
|
+
description: Focused editor state
|
|
24
|
+
trigger: Applied when editor has keyboard focus
|
|
25
|
+
variants:
|
|
26
|
+
- name: Base
|
|
27
|
+
description: Standard rich text editor with full toolbar
|
|
28
|
+
classes:
|
|
29
|
+
- slds-rich-text-editor
|
|
30
|
+
usage_context: Default implementation for rich text editing
|
|
31
|
+
differences: Complete formatting toolbar with all standard options
|
|
32
|
+
- name: Email
|
|
33
|
+
description: Email-optimized rich text editor
|
|
34
|
+
classes:
|
|
35
|
+
- slds-rich-text-editor
|
|
36
|
+
usage_context: Specifically for email composition and editing
|
|
37
|
+
differences: Email-specific formatting options and constraints
|
|
38
|
+
- name: Minimal
|
|
39
|
+
description: Simplified rich text editor with basic formatting
|
|
40
|
+
classes:
|
|
41
|
+
- slds-rich-text-editor
|
|
42
|
+
usage_context: When only basic formatting is needed
|
|
43
|
+
differences: Reduced toolbar with essential formatting only
|
|
44
|
+
lightning_component:
|
|
45
|
+
name: lightning-input-rich-text
|
|
46
|
+
url: https://developer.salesforce.com/docs/component-library/bundle/lightning-input-rich-text
|
|
47
|
+
mapping_notes: Direct mapping - Lightning component implements SLDS rich text editor blueprint
|
|
48
|
+
accessibility:
|
|
49
|
+
keyboard_support:
|
|
50
|
+
- Tab navigation through toolbar buttons
|
|
51
|
+
- Enter/Space to activate formatting buttons
|
|
52
|
+
- Standard text editing shortcuts (Ctrl+B, Ctrl+I, etc.)
|
|
53
|
+
- Arrow keys for text navigation
|
|
54
|
+
- Escape to exit formatting modes
|
|
55
|
+
screen_reader:
|
|
56
|
+
- Toolbar structure and groups announced
|
|
57
|
+
- Formatting state changes communicated
|
|
58
|
+
- Content changes announced appropriately
|
|
59
|
+
- Rich text content structure conveyed
|
|
60
|
+
aria_attributes:
|
|
61
|
+
- role='toolbar' for formatting toolbar
|
|
62
|
+
- role='group' for toolbar sections
|
|
63
|
+
- aria-pressed for toggle buttons
|
|
64
|
+
- aria-label for formatting buttons
|
|
65
|
+
- aria-describedby for editor instructions
|
|
66
|
+
usage_guidelines:
|
|
67
|
+
when_to_use:
|
|
68
|
+
- For content that requires text formatting
|
|
69
|
+
- When users need to create rich documents
|
|
70
|
+
- For email composition with formatting
|
|
71
|
+
- In content management scenarios
|
|
72
|
+
when_not_to_use:
|
|
73
|
+
- For simple text input (use textarea)
|
|
74
|
+
- When formatting is not needed
|
|
75
|
+
- In constrained mobile interfaces
|
|
76
|
+
best_practices:
|
|
77
|
+
- Provide clear formatting button labels
|
|
78
|
+
- Group related formatting options logically
|
|
79
|
+
- Support standard keyboard shortcuts
|
|
80
|
+
- Provide undo/redo functionality
|
|
81
|
+
- Handle paste operations gracefully
|
|
82
|
+
common_mistakes:
|
|
83
|
+
- Overwhelming users with too many options
|
|
84
|
+
- Poor keyboard accessibility
|
|
85
|
+
- Inconsistent formatting behavior
|
|
86
|
+
- Not handling paste from external sources
|
|
87
|
+
code_examples:
|
|
88
|
+
- title: Basic Rich Text Editor
|
|
89
|
+
description: Rich text editor optimized for email composition
|
|
90
|
+
code: "<div class=\"slds-rich-text-editor slds-grid slds-grid_vertical\">\n <div class=\"slds-rich-text-editor__toolbar\"\
|
|
91
|
+
\ role=\"toolbar\" aria-label=\"Email formatting\">\n <div class=\"\">\n <select class=\"slds-select\"\
|
|
92
|
+
\ aria-label=\"Font family\">\n <option>Arial</option>\n <option>Times New Roman</option>\n \
|
|
93
|
+
\ <option>Helvetica</option>\n </select>\n <select class=\"slds-select\" aria-label=\"Font size\"\
|
|
94
|
+
>\n <option>12px</option>\n <option>14px</option>\n <option>16px</option>\n \
|
|
95
|
+
\ <option>18px</option>\n </select>\n </div>\n <div class=\"\">\n <button class=\"slds-button\
|
|
96
|
+
\ slds-button_icon slds-button_icon-border slds-is-active\" aria-pressed=\"true\" title=\"Bold\">\n <svg class=\"\
|
|
97
|
+
slds-button__icon\" aria-hidden=\"true\">\n <use xlink:href=\"/assets/icons/utility-sprite/svg/symbols.svg#bold\"\
|
|
98
|
+
></use>\n </svg>\n <span class=\"slds-assistive-text\">Bold</span>\n </button>\n \
|
|
99
|
+
\ <button class=\"slds-button slds-button_icon slds-button_icon-border\" title=\"Text Color\">\n <svg class=\"\
|
|
100
|
+
slds-button__icon\" aria-hidden=\"true\">\n <use xlink:href=\"/assets/icons/utility-sprite/svg/symbols.svg#text_color\"\
|
|
101
|
+
></use>\n </svg>\n <span class=\"slds-assistive-text\">Text Color</span>\n </button>\n\
|
|
102
|
+
\ </div>\n </div>\n <div class=\"slds-rich-text-editor__textarea\">\n <div contenteditable=\"\
|
|
103
|
+
true\" class=\"slds-rich-text-area__content\" aria-label=\"Email content\">\n <p><strong>Dear Customer,</strong></p>\n\
|
|
104
|
+
\ <p>Thank you for your inquiry...</p>\n </div>\n </div>\n </div>\n"
|
|
105
|
+
dependencies:
|
|
106
|
+
css_files:
|
|
107
|
+
- rich-text-editor.css
|
|
108
|
+
- button.css
|
|
109
|
+
- select.css
|
|
110
|
+
- textarea.css
|
|
111
|
+
javascript:
|
|
112
|
+
- rich-text-editor.js
|
|
113
|
+
icons:
|
|
114
|
+
- utility-sprite.svg
|
|
115
|
+
other_components:
|
|
116
|
+
- button
|
|
117
|
+
- select
|
|
118
|
+
- textarea
|
|
119
|
+
related_components:
|
|
120
|
+
- name: Textarea
|
|
121
|
+
relationship: alternative
|
|
122
|
+
description: Alternative for plain text input
|
|
123
|
+
- name: Input
|
|
124
|
+
relationship: similar
|
|
125
|
+
description: Similar form input concept
|
|
126
|
+
- name: Combobox
|
|
127
|
+
relationship: depends-on
|
|
128
|
+
description: Used for formatting option selection
|
|
129
|
+
references:
|
|
130
|
+
official_docs: https://v1.lightningdesignsystem.com/components/rich-text-editor/
|
|
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,188 @@
|
|
|
1
|
+
name: "Scoped Notifications"
|
|
2
|
+
|
|
3
|
+
description: "Scoped notifications serve advisory information for the user that is not important enough to justify an alert. It is often presented as a status bar scoped to the container. They are not dismissible."
|
|
4
|
+
|
|
5
|
+
category: "Feedback"
|
|
6
|
+
|
|
7
|
+
slds_classes:
|
|
8
|
+
root: "slds-scoped-notification"
|
|
9
|
+
elements:
|
|
10
|
+
- class: "slds-media__figure"
|
|
11
|
+
description: "Container for the notification icon"
|
|
12
|
+
purpose: "Holds the utility icon that indicates notification type"
|
|
13
|
+
- class: "slds-media__body"
|
|
14
|
+
description: "Container for the notification message content"
|
|
15
|
+
purpose: "Contains the notification text and any links"
|
|
16
|
+
modifiers:
|
|
17
|
+
- class: "slds-scoped-notification_light"
|
|
18
|
+
description: "Light theme variant for scoped notification"
|
|
19
|
+
usage: "Use for light background notifications with dark text"
|
|
20
|
+
- class: "slds-scoped-notification_dark"
|
|
21
|
+
description: "Dark theme variant for scoped notification"
|
|
22
|
+
usage: "Use for dark background notifications with light text"
|
|
23
|
+
- class: "slds-theme_info"
|
|
24
|
+
description: "Informational theme (defaults to dark)"
|
|
25
|
+
usage: "For informational messages"
|
|
26
|
+
- class: "slds-theme_success"
|
|
27
|
+
description: "Success theme"
|
|
28
|
+
usage: "For success messages"
|
|
29
|
+
- class: "slds-theme_warning"
|
|
30
|
+
description: "Warning theme"
|
|
31
|
+
usage: "For warning messages"
|
|
32
|
+
- class: "slds-theme_error"
|
|
33
|
+
description: "Error theme"
|
|
34
|
+
usage: "For error messages"
|
|
35
|
+
states: []
|
|
36
|
+
|
|
37
|
+
variants:
|
|
38
|
+
- name: "Light Theme"
|
|
39
|
+
description: "Light background scoped notification"
|
|
40
|
+
classes: ["slds-scoped-notification", "slds-scoped-notification_light"]
|
|
41
|
+
usage_context: "Use on light backgrounds or when dark theme is not appropriate"
|
|
42
|
+
differences: "Light background with dark text"
|
|
43
|
+
- name: "Dark Theme"
|
|
44
|
+
description: "Dark background scoped notification"
|
|
45
|
+
classes: ["slds-scoped-notification", "slds-scoped-notification_dark"]
|
|
46
|
+
usage_context: "Default for informational notifications, use for emphasis"
|
|
47
|
+
differences: "Dark background with light text"
|
|
48
|
+
- name: "Informational"
|
|
49
|
+
description: "Informational scoped notification"
|
|
50
|
+
classes: ["slds-scoped-notification", "slds-theme_info"]
|
|
51
|
+
usage_context: "For general information messages"
|
|
52
|
+
differences: "Informational styling, defaults to dark theme"
|
|
53
|
+
- name: "Success"
|
|
54
|
+
description: "Success scoped notification"
|
|
55
|
+
classes: ["slds-scoped-notification", "slds-theme_success"]
|
|
56
|
+
usage_context: "For success or completion messages"
|
|
57
|
+
differences: "Success color styling"
|
|
58
|
+
- name: "Warning"
|
|
59
|
+
description: "Warning scoped notification"
|
|
60
|
+
classes: ["slds-scoped-notification", "slds-theme_warning"]
|
|
61
|
+
usage_context: "For warning messages"
|
|
62
|
+
differences: "Warning color styling"
|
|
63
|
+
- name: "Error"
|
|
64
|
+
description: "Error scoped notification"
|
|
65
|
+
classes: ["slds-scoped-notification", "slds-theme_error"]
|
|
66
|
+
usage_context: "For error messages"
|
|
67
|
+
differences: "Error color styling"
|
|
68
|
+
|
|
69
|
+
lightning_component:
|
|
70
|
+
name: ""
|
|
71
|
+
url: "https://developer.salesforce.com/docs/component-library/overview/components"
|
|
72
|
+
mapping_notes: "No direct Lightning Base Component - use custom implementation with SLDS classes"
|
|
73
|
+
|
|
74
|
+
accessibility:
|
|
75
|
+
keyboard_support:
|
|
76
|
+
- "Tab to navigate to links within notification"
|
|
77
|
+
- "Focus visible on links for keyboard users"
|
|
78
|
+
screen_reader:
|
|
79
|
+
- "Notification content announced via role='status'"
|
|
80
|
+
- "Icon type announced (info, success, warning, error)"
|
|
81
|
+
- "Link text and context announced"
|
|
82
|
+
aria_attributes:
|
|
83
|
+
- "role='status' on container for live region announcements"
|
|
84
|
+
- "aria-label or assistive text on icons"
|
|
85
|
+
- "Proper link focus indicators"
|
|
86
|
+
|
|
87
|
+
usage_guidelines:
|
|
88
|
+
when_to_use:
|
|
89
|
+
- "For advisory information that doesn't require immediate attention"
|
|
90
|
+
- "For status updates within a specific container or section"
|
|
91
|
+
- "For non-critical feedback messages"
|
|
92
|
+
- "When information should persist (not dismissible)"
|
|
93
|
+
when_not_to_use:
|
|
94
|
+
- "For critical errors (use alerts instead)"
|
|
95
|
+
- "For information requiring immediate attention (use alerts)"
|
|
96
|
+
- "For dismissible notifications (use toast or alerts)"
|
|
97
|
+
- "For page-level messages (use page-level alerts)"
|
|
98
|
+
best_practices:
|
|
99
|
+
- "Use appropriate theme (light/dark) for context"
|
|
100
|
+
- "Choose correct type (info/success/warning/error)"
|
|
101
|
+
- "Keep messages concise and actionable"
|
|
102
|
+
- "Include icons to reinforce message type"
|
|
103
|
+
- "Use links for actionable items within notifications"
|
|
104
|
+
- "Ensure sufficient color contrast"
|
|
105
|
+
- "Place within relevant container scope"
|
|
106
|
+
common_mistakes:
|
|
107
|
+
- "Using for critical errors that need alerts"
|
|
108
|
+
- "Making notifications dismissible (they're not)"
|
|
109
|
+
- "Using wrong theme for background context"
|
|
110
|
+
- "Missing icons for message type"
|
|
111
|
+
- "Too verbose or unclear messaging"
|
|
112
|
+
|
|
113
|
+
code_examples:
|
|
114
|
+
- title: "Informational Scoped Notification (Dark Theme)"
|
|
115
|
+
code: |
|
|
116
|
+
<div class="slds-scoped-notification slds-media slds-media_center slds-theme_info" role="status">
|
|
117
|
+
<div class="slds-media__figure">
|
|
118
|
+
<svg class="slds-icon slds-icon_small" aria-hidden="true">
|
|
119
|
+
<use xlink:href="/assets/icons/utility-sprite/svg/symbols.svg#info"></use>
|
|
120
|
+
</svg>
|
|
121
|
+
</div>
|
|
122
|
+
<div class="slds-media__body">
|
|
123
|
+
<p>This is an informational notification.</p>
|
|
124
|
+
</div>
|
|
125
|
+
</div>
|
|
126
|
+
description: "Informational scoped notification with dark theme (default)"
|
|
127
|
+
- title: "Success Scoped Notification"
|
|
128
|
+
code: |
|
|
129
|
+
<div class="slds-scoped-notification slds-media slds-media_center slds-theme_success" role="status">
|
|
130
|
+
<div class="slds-media__figure">
|
|
131
|
+
<svg class="slds-icon slds-icon_small" aria-hidden="true">
|
|
132
|
+
<use xlink:href="/assets/icons/utility-sprite/svg/symbols.svg#success"></use>
|
|
133
|
+
</svg>
|
|
134
|
+
</div>
|
|
135
|
+
<div class="slds-media__body">
|
|
136
|
+
<p>Your changes have been saved successfully.</p>
|
|
137
|
+
</div>
|
|
138
|
+
</div>
|
|
139
|
+
description: "Success scoped notification"
|
|
140
|
+
- title: "Light Theme Scoped Notification"
|
|
141
|
+
code: |
|
|
142
|
+
<div class="slds-scoped-notification slds-scoped-notification_light slds-media slds-media_center" role="status">
|
|
143
|
+
<div class="slds-media__figure">
|
|
144
|
+
<svg class="slds-icon slds-icon_small slds-icon-text-default" aria-hidden="true">
|
|
145
|
+
<use xlink:href="/assets/icons/utility-sprite/svg/symbols.svg#info"></use>
|
|
146
|
+
</svg>
|
|
147
|
+
</div>
|
|
148
|
+
<div class="slds-media__body">
|
|
149
|
+
<p>This is a light theme notification. <a href="#">Learn more</a></p>
|
|
150
|
+
</div>
|
|
151
|
+
</div>
|
|
152
|
+
description: "Light theme scoped notification with link"
|
|
153
|
+
|
|
154
|
+
styling_hooks: []
|
|
155
|
+
|
|
156
|
+
dependencies:
|
|
157
|
+
css_files: ["scoped-notifications.css", "media.css", "icons.css"]
|
|
158
|
+
javascript: []
|
|
159
|
+
icons:
|
|
160
|
+
- "utility:info"
|
|
161
|
+
- "utility:success"
|
|
162
|
+
- "utility:warning"
|
|
163
|
+
- "utility:error"
|
|
164
|
+
other_components: ["media", "icons"]
|
|
165
|
+
|
|
166
|
+
related_components:
|
|
167
|
+
- name: "Alert"
|
|
168
|
+
relationship: "alternative"
|
|
169
|
+
description: "For critical or dismissible messages"
|
|
170
|
+
- name: "Toast"
|
|
171
|
+
relationship: "alternative"
|
|
172
|
+
description: "For dismissible temporary notifications"
|
|
173
|
+
- name: "Notifications"
|
|
174
|
+
relationship: "similar"
|
|
175
|
+
description: "General notification component"
|
|
176
|
+
|
|
177
|
+
references:
|
|
178
|
+
official_docs: "https://v1.lightningdesignsystem.com/components/scoped-notifications/"
|
|
179
|
+
design_guidelines: "https://v1.lightningdesignsystem.com/components/scoped-notifications/"
|
|
180
|
+
metadata:
|
|
181
|
+
version: "1.0.0"
|
|
182
|
+
last_updated: "2025-01-15"
|
|
183
|
+
author: "SLDS Documentation Team"
|
|
184
|
+
slds_version: "2.27.2"
|
|
185
|
+
review_status: "complete"
|
|
186
|
+
source: "official-slds"
|
|
187
|
+
notes: "Created from official SLDS documentation and design-system-internal source code with CSS selector annotations. Uses role='status' for accessibility."
|
|
188
|
+
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
name: Scoped Tabs
|
|
2
|
+
description: A tabbed interface that provides scoped navigation within a specific context or container, allowing users to
|
|
3
|
+
switch between related content areas.
|
|
4
|
+
category: Navigation
|
|
5
|
+
slds_classes:
|
|
6
|
+
root: ''
|
|
7
|
+
elements: []
|
|
8
|
+
modifiers: []
|
|
9
|
+
states:
|
|
10
|
+
- class: slds-is-active
|
|
11
|
+
description: Active tab state
|
|
12
|
+
trigger: Applied to the currently selected tab
|
|
13
|
+
- class: slds-has-focus
|
|
14
|
+
description: Focused tab state
|
|
15
|
+
trigger: Applied when tab receives keyboard focus
|
|
16
|
+
variants:
|
|
17
|
+
- name: Base
|
|
18
|
+
description: Standard scoped tabs with horizontal navigation
|
|
19
|
+
classes: []
|
|
20
|
+
usage_context: Default implementation for scoped content switching
|
|
21
|
+
differences: Horizontal tab navigation with scoped styling
|
|
22
|
+
lightning_component:
|
|
23
|
+
name: lightning-tabset
|
|
24
|
+
url: https://developer.salesforce.com/docs/component-library/bundle/lightning-tabset
|
|
25
|
+
mapping_notes: Maps to lightning-tabset with variant='scoped' - provides scoped tab functionality
|
|
26
|
+
accessibility:
|
|
27
|
+
keyboard_support:
|
|
28
|
+
- Tab to focus tab navigation
|
|
29
|
+
- Arrow keys to navigate between tabs
|
|
30
|
+
- Enter/Space to activate tabs
|
|
31
|
+
- Tab to move to tab panel content
|
|
32
|
+
screen_reader:
|
|
33
|
+
- Tab list structure announced
|
|
34
|
+
- Active tab clearly identified
|
|
35
|
+
- Tab panel content associated with tab
|
|
36
|
+
aria_attributes:
|
|
37
|
+
- role='tablist' for tab navigation container
|
|
38
|
+
- role='tab' for individual tab buttons
|
|
39
|
+
- role='tabpanel' for content areas
|
|
40
|
+
- aria-selected for active tab state
|
|
41
|
+
- aria-controls linking tabs to panels
|
|
42
|
+
- aria-labelledby linking panels to tabs
|
|
43
|
+
usage_guidelines:
|
|
44
|
+
when_to_use:
|
|
45
|
+
- For scoped content organization within a container
|
|
46
|
+
- When content areas are related but distinct
|
|
47
|
+
- To provide contextual navigation within a section
|
|
48
|
+
- For secondary navigation within a page
|
|
49
|
+
when_not_to_use:
|
|
50
|
+
- For primary page navigation (use regular tabs)
|
|
51
|
+
- When content areas are unrelated
|
|
52
|
+
- For single content areas
|
|
53
|
+
best_practices:
|
|
54
|
+
- Keep tab labels concise and descriptive
|
|
55
|
+
- Limit number of tabs to avoid overflow
|
|
56
|
+
- Ensure tab content is related and contextual
|
|
57
|
+
- Provide clear visual indication of active tab
|
|
58
|
+
- Handle overflow gracefully with scrolling or menus
|
|
59
|
+
common_mistakes:
|
|
60
|
+
- Using too many tabs causing overflow issues
|
|
61
|
+
- Making tab labels unclear or ambiguous
|
|
62
|
+
- Not providing clear active state indication
|
|
63
|
+
- Using scoped tabs for unrelated content
|
|
64
|
+
code_examples:
|
|
65
|
+
- title: Basic Scoped Tabs
|
|
66
|
+
description: Scoped tabs with overflow handling for many tabs
|
|
67
|
+
code: "<div class=\"\">\n <div class=\"\" role=\"tablist\">\n <button class=\"slds-is-active\" role=\"tab\"\
|
|
68
|
+
\ aria-selected=\"true\">\n Active Tab\n </button>\n <button class=\"\" role=\"tab\" aria-selected=\"\
|
|
69
|
+
false\">\n Tab Two\n </button>\n <button class=\"\" role=\"tab\" aria-selected=\"false\">\n \
|
|
70
|
+
\ Tab Three\n </button>\n <button class=\"\" role=\"tab\" aria-selected=\"false\">\n Tab\
|
|
71
|
+
\ Four\n </button>\n </div>\n </div>\n"
|
|
72
|
+
dependencies:
|
|
73
|
+
css_files:
|
|
74
|
+
- scoped-tabs.css
|
|
75
|
+
- tabs.css
|
|
76
|
+
javascript:
|
|
77
|
+
- scoped-tabs.js
|
|
78
|
+
icons: []
|
|
79
|
+
other_components:
|
|
80
|
+
- tabs
|
|
81
|
+
related_components:
|
|
82
|
+
- name: Tabs
|
|
83
|
+
relationship: variant
|
|
84
|
+
description: Base tabs component that scoped tabs extends
|
|
85
|
+
- name: Vertical Navigation
|
|
86
|
+
relationship: alternative
|
|
87
|
+
description: Alternative navigation pattern for content switching
|
|
88
|
+
- name: Path
|
|
89
|
+
relationship: similar
|
|
90
|
+
description: Similar navigation concept for different contexts
|
|
91
|
+
references:
|
|
92
|
+
official_docs: https://v1.lightningdesignsystem.com/components/scoped-tabs/
|
|
93
|
+
metadata:
|
|
94
|
+
version: 1.0.0
|
|
95
|
+
last_updated: '2025-11-12'
|
|
96
|
+
review_status: complete
|
|
97
|
+
notes: ' Cleaned invalid classes and CSS variables on 2025-11-12 using slds-plus.css as source of truth.'
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
name: "Select"
|
|
2
|
+
|
|
3
|
+
description: "A form control that presents users with a dropdown list of predefined options, allowing selection of one option from the list."
|
|
4
|
+
|
|
5
|
+
category: "Input"
|
|
6
|
+
|
|
7
|
+
slds_classes:
|
|
8
|
+
root: "slds-select"
|
|
9
|
+
elements:
|
|
10
|
+
- class: "slds-select_container"
|
|
11
|
+
description: "Container wrapper for select element"
|
|
12
|
+
purpose: "Provides styling wrapper for the select control"
|
|
13
|
+
modifiers: []
|
|
14
|
+
states:
|
|
15
|
+
- class: "slds-has-error"
|
|
16
|
+
description: "Error state styling"
|
|
17
|
+
trigger: "When select validation fails"
|
|
18
|
+
- class: "slds-is-disabled"
|
|
19
|
+
description: "Disabled state styling"
|
|
20
|
+
trigger: "When select is not interactive"
|
|
21
|
+
|
|
22
|
+
variants:
|
|
23
|
+
- name: "Base"
|
|
24
|
+
description: "Standard select dropdown"
|
|
25
|
+
classes: ["slds-select"]
|
|
26
|
+
usage_context: "Default select implementation for option selection"
|
|
27
|
+
differences: "Standard dropdown with predefined options"
|
|
28
|
+
|
|
29
|
+
lightning_component:
|
|
30
|
+
name: "lightning-select"
|
|
31
|
+
url: "https://developer.salesforce.com/docs/component-library/bundle/lightning-select"
|
|
32
|
+
mapping_notes: "Direct mapping - Lightning component implements SLDS select blueprint"
|
|
33
|
+
|
|
34
|
+
accessibility:
|
|
35
|
+
keyboard_support:
|
|
36
|
+
- "Tab to focus the select"
|
|
37
|
+
- "Arrow keys to navigate options"
|
|
38
|
+
- "Enter/Space to open dropdown"
|
|
39
|
+
- "First letter to jump to matching options"
|
|
40
|
+
screen_reader:
|
|
41
|
+
- "Select purpose and current value announced"
|
|
42
|
+
- "Option list and current selection communicated"
|
|
43
|
+
- "Required state indicated when applicable"
|
|
44
|
+
aria_attributes:
|
|
45
|
+
- "aria-describedby for help text and error messages"
|
|
46
|
+
- "aria-invalid when validation fails"
|
|
47
|
+
- "aria-required for required selects"
|
|
48
|
+
- "aria-label when no visible label present"
|
|
49
|
+
|
|
50
|
+
usage_guidelines:
|
|
51
|
+
when_to_use:
|
|
52
|
+
- "For selecting one option from a predefined list"
|
|
53
|
+
- "When you have 4-15 options to choose from"
|
|
54
|
+
- "For standard form inputs requiring selection"
|
|
55
|
+
- "When options are well-known and don't require search"
|
|
56
|
+
when_not_to_use:
|
|
57
|
+
- "For more than 15 options (use combobox instead)"
|
|
58
|
+
- "When users need to search or filter (use combobox)"
|
|
59
|
+
- "For multiple selections (use checkbox group)"
|
|
60
|
+
- "For binary choices (use radio buttons or toggle)"
|
|
61
|
+
best_practices:
|
|
62
|
+
- "Use clear, descriptive option labels"
|
|
63
|
+
- "Order options logically (alphabetical, frequency, importance)"
|
|
64
|
+
- "Provide a default selection when appropriate"
|
|
65
|
+
- "Keep option lists manageable in size"
|
|
66
|
+
- "Use proper form structure and labeling"
|
|
67
|
+
common_mistakes:
|
|
68
|
+
- "Too many options making selection difficult"
|
|
69
|
+
- "Unclear or ambiguous option labels"
|
|
70
|
+
- "Poor option ordering"
|
|
71
|
+
- "Missing default selection when needed"
|
|
72
|
+
|
|
73
|
+
code_examples:
|
|
74
|
+
- title: "Basic Select"
|
|
75
|
+
code: |
|
|
76
|
+
<div class="slds-form-element">
|
|
77
|
+
<label class="slds-form-element__label" for="select-01">
|
|
78
|
+
<abbr class="slds-required" title="required">* </abbr>Select Label
|
|
79
|
+
</label>
|
|
80
|
+
<div class="slds-form-element__control">
|
|
81
|
+
<div class="slds-select_container">
|
|
82
|
+
<select class="slds-select" id="select-01" required>
|
|
83
|
+
<option value="">Choose one...</option>
|
|
84
|
+
<option value="option1">Option One</option>
|
|
85
|
+
<option value="option2">Option Two</option>
|
|
86
|
+
<option value="option3">Option Three</option>
|
|
87
|
+
</select>
|
|
88
|
+
</div>
|
|
89
|
+
</div>
|
|
90
|
+
</div>
|
|
91
|
+
description: "Basic select with label and options"
|
|
92
|
+
|
|
93
|
+
styling_hooks:
|
|
94
|
+
- name: "--slds-c-select-color-background"
|
|
95
|
+
description: "Background color for select"
|
|
96
|
+
category: "color"
|
|
97
|
+
- name: "--slds-c-select-color-border"
|
|
98
|
+
description: "Border color for select"
|
|
99
|
+
category: "color"
|
|
100
|
+
- name: "--slds-c-select-color-border-focus"
|
|
101
|
+
description: "Border color for focused select"
|
|
102
|
+
category: "color"
|
|
103
|
+
|
|
104
|
+
dependencies:
|
|
105
|
+
css_files: ["select.css", "form-element.css"]
|
|
106
|
+
javascript: []
|
|
107
|
+
icons: []
|
|
108
|
+
other_components: ["form-element"]
|
|
109
|
+
|
|
110
|
+
related_components:
|
|
111
|
+
- name: "Combobox"
|
|
112
|
+
relationship: "alternative"
|
|
113
|
+
description: "Enhanced select with search and filtering"
|
|
114
|
+
- name: "Picklist"
|
|
115
|
+
relationship: "similar"
|
|
116
|
+
description: "Alternative selection control"
|
|
117
|
+
- name: "Radio Group"
|
|
118
|
+
relationship: "alternative"
|
|
119
|
+
description: "Alternative for fewer, mutually exclusive options"
|
|
120
|
+
|
|
121
|
+
references:
|
|
122
|
+
official_docs: "https://v1.lightningdesignsystem.com/components/select/"
|
|
123
|
+
|
|
124
|
+
metadata:
|
|
125
|
+
version: "1.0.0"
|
|
126
|
+
last_updated: "2024-12-19"
|
|
127
|
+
review_status: "complete"
|