@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,107 @@
|
|
|
1
|
+
name: "Tooltips"
|
|
2
|
+
description: "Small overlay elements that provide brief, contextual information about UI elements when users hover or focus on them."
|
|
3
|
+
category: "Overlay"
|
|
4
|
+
slds_classes:
|
|
5
|
+
root: "slds-tooltip"
|
|
6
|
+
elements:
|
|
7
|
+
- class: "slds-tooltip__body"
|
|
8
|
+
description: "Content area of the tooltip"
|
|
9
|
+
purpose: "Contains the tooltip text or information"
|
|
10
|
+
modifiers:
|
|
11
|
+
- class: "slds-nubbin_top"
|
|
12
|
+
description: "Top-pointing nubbin"
|
|
13
|
+
usage: "When tooltip appears below the trigger"
|
|
14
|
+
- class: "slds-nubbin_bottom"
|
|
15
|
+
description: "Bottom-pointing nubbin"
|
|
16
|
+
usage: "When tooltip appears above the trigger"
|
|
17
|
+
- class: "slds-nubbin_left"
|
|
18
|
+
description: "Left-pointing nubbin"
|
|
19
|
+
usage: "When tooltip appears to the right of trigger"
|
|
20
|
+
- class: "slds-nubbin_right"
|
|
21
|
+
description: "Right-pointing nubbin"
|
|
22
|
+
usage: "When tooltip appears to the left of trigger"
|
|
23
|
+
states: []
|
|
24
|
+
variants:
|
|
25
|
+
- name: "Base"
|
|
26
|
+
description: "Standard tooltip with informational content"
|
|
27
|
+
classes:
|
|
28
|
+
- "slds-tooltip"
|
|
29
|
+
usage_context: "Default tooltip for contextual help or information"
|
|
30
|
+
differences: "Small overlay with brief informational text"
|
|
31
|
+
lightning_component:
|
|
32
|
+
name: "No direct component"
|
|
33
|
+
url: "https://developer.salesforce.com/docs/component-library/overview/components"
|
|
34
|
+
mapping_notes: "No direct Lightning Base Component - typically implemented through title attributes or custom components"
|
|
35
|
+
accessibility:
|
|
36
|
+
keyboard_support:
|
|
37
|
+
- "Tooltip appears on focus of trigger element"
|
|
38
|
+
- "Tooltip disappears when focus leaves trigger"
|
|
39
|
+
- "No additional keyboard interactions required"
|
|
40
|
+
screen_reader:
|
|
41
|
+
- "Tooltip content announced when trigger receives focus"
|
|
42
|
+
- "Alternative text provided through aria-describedby"
|
|
43
|
+
- "Brief, informational content appropriately announced"
|
|
44
|
+
aria_attributes:
|
|
45
|
+
- "aria-describedby linking trigger to tooltip"
|
|
46
|
+
- "role='tooltip' for tooltip semantic"
|
|
47
|
+
- "id attribute for tooltip reference"
|
|
48
|
+
usage_guidelines:
|
|
49
|
+
when_to_use:
|
|
50
|
+
- "For brief explanations of UI elements"
|
|
51
|
+
- "To provide additional context without cluttering interface"
|
|
52
|
+
- "For icon-only buttons or controls"
|
|
53
|
+
- "When space constraints limit inline help text"
|
|
54
|
+
when_not_to_use:
|
|
55
|
+
- "For critical information users must see"
|
|
56
|
+
- "For complex content or instructions"
|
|
57
|
+
- "On mobile devices where hover is unavailable"
|
|
58
|
+
- "For actionable content (use popovers instead)"
|
|
59
|
+
best_practices:
|
|
60
|
+
- "Keep tooltip text brief and informative"
|
|
61
|
+
- "Position tooltips to avoid blocking important content"
|
|
62
|
+
- "Use consistent timing for tooltip appearance"
|
|
63
|
+
- "Ensure tooltips are discoverable via keyboard"
|
|
64
|
+
- "Avoid tooltips on tooltips"
|
|
65
|
+
common_mistakes:
|
|
66
|
+
- "Making tooltip text too long or complex"
|
|
67
|
+
- "Using tooltips for critical information"
|
|
68
|
+
- "Poor positioning that blocks content"
|
|
69
|
+
- "Not providing keyboard access to tooltip content"
|
|
70
|
+
code_examples:
|
|
71
|
+
- title: "Basic Tooltip"
|
|
72
|
+
code: |
|
|
73
|
+
<div class="slds-tooltip slds-nubbin_bottom" role="tooltip" id="help-tooltip">
|
|
74
|
+
<div class="slds-tooltip__body">This is helpful information about the element.</div>
|
|
75
|
+
</div>
|
|
76
|
+
styling_hooks:
|
|
77
|
+
- name: "--slds-c-tooltip-color-background"
|
|
78
|
+
description: "Background color for tooltips"
|
|
79
|
+
category: "color"
|
|
80
|
+
- name: "--slds-c-tooltip-text-color"
|
|
81
|
+
description: "Text color for tooltips"
|
|
82
|
+
category: "color"
|
|
83
|
+
dependencies:
|
|
84
|
+
css_files:
|
|
85
|
+
- "tooltip.css"
|
|
86
|
+
- "nubbins.css"
|
|
87
|
+
javascript:
|
|
88
|
+
- "tooltip.js"
|
|
89
|
+
icons: []
|
|
90
|
+
other_components: []
|
|
91
|
+
related_components:
|
|
92
|
+
- name: "Popover"
|
|
93
|
+
relationship: "similar"
|
|
94
|
+
description: "Similar overlay for more complex content"
|
|
95
|
+
- name: "Help Text"
|
|
96
|
+
relationship: "alternative"
|
|
97
|
+
description: "Alternative for persistent contextual help"
|
|
98
|
+
- name: "Icons"
|
|
99
|
+
relationship: "depends-on"
|
|
100
|
+
description: "Often used to provide tooltips for icon meanings"
|
|
101
|
+
references:
|
|
102
|
+
official_docs: "https://v1.lightningdesignsystem.com/components/tooltips/"
|
|
103
|
+
metadata:
|
|
104
|
+
version: "1.0.0"
|
|
105
|
+
last_updated: "2025-11-12"
|
|
106
|
+
review_status: "complete"
|
|
107
|
+
notes: " Cleaned invalid classes and CSS variables on 2025-11-12 using slds-plus.css as source of truth."
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
name: Tree Grid
|
|
2
|
+
description: A data table component that combines hierarchical tree structure with tabular data display, allowing expansion
|
|
3
|
+
and collapse of nested data rows.
|
|
4
|
+
category: Data
|
|
5
|
+
slds_classes:
|
|
6
|
+
root: slds-tree_container
|
|
7
|
+
elements:
|
|
8
|
+
- class: slds-tree__item
|
|
9
|
+
description: Individual tree grid row
|
|
10
|
+
purpose: Represents a single data item with potential children
|
|
11
|
+
modifiers: []
|
|
12
|
+
states:
|
|
13
|
+
- class: slds-is-expanded
|
|
14
|
+
description: Expanded tree node state
|
|
15
|
+
trigger: When tree node children are visible
|
|
16
|
+
- class: slds-is-collapsed
|
|
17
|
+
description: Collapsed tree node state
|
|
18
|
+
trigger: When tree node children are hidden
|
|
19
|
+
- class: slds-is-selected
|
|
20
|
+
description: Selected tree node state
|
|
21
|
+
trigger: When tree node is selected
|
|
22
|
+
variants:
|
|
23
|
+
- name: Base
|
|
24
|
+
description: Standard tree grid with hierarchical data
|
|
25
|
+
classes:
|
|
26
|
+
- slds-tree_container
|
|
27
|
+
usage_context: Default tree grid for hierarchical tabular data
|
|
28
|
+
differences: Data table with expandable/collapsible hierarchical rows
|
|
29
|
+
lightning_component:
|
|
30
|
+
name: lightning-tree-grid
|
|
31
|
+
url: https://developer.salesforce.com/docs/component-library/bundle/lightning-tree-grid
|
|
32
|
+
mapping_notes: Direct mapping - Lightning component implements SLDS tree grid blueprint
|
|
33
|
+
accessibility:
|
|
34
|
+
keyboard_support:
|
|
35
|
+
- Tab navigation through table cells and controls
|
|
36
|
+
- Arrow keys for cell and row navigation
|
|
37
|
+
- Enter/Space to toggle expansion
|
|
38
|
+
- Right arrow to expand collapsed nodes
|
|
39
|
+
- Left arrow to collapse expanded nodes
|
|
40
|
+
screen_reader:
|
|
41
|
+
- Table structure with row and column headers announced
|
|
42
|
+
- Hierarchical relationships communicated
|
|
43
|
+
- Expansion state changes announced
|
|
44
|
+
- Selection changes communicated
|
|
45
|
+
aria_attributes:
|
|
46
|
+
- role='treegrid' for tree grid container
|
|
47
|
+
- role='row' for table rows
|
|
48
|
+
- role='gridcell' for individual cells
|
|
49
|
+
- aria-expanded for expandable rows
|
|
50
|
+
- aria-selected for selectable rows
|
|
51
|
+
- aria-level for hierarchy depth
|
|
52
|
+
usage_guidelines:
|
|
53
|
+
when_to_use:
|
|
54
|
+
- For hierarchical data that needs tabular presentation
|
|
55
|
+
- When users need to see relationships and data together
|
|
56
|
+
- For nested data structures with multiple attributes
|
|
57
|
+
- When expansion/collapse functionality improves usability
|
|
58
|
+
when_not_to_use:
|
|
59
|
+
- For flat data (use regular data table instead)
|
|
60
|
+
- When hierarchy is not meaningful to users
|
|
61
|
+
- For simple tree navigation (use tree component)
|
|
62
|
+
best_practices:
|
|
63
|
+
- Use clear visual indicators for hierarchy levels
|
|
64
|
+
- Provide consistent expand/collapse behavior
|
|
65
|
+
- Show loading states for dynamically loaded children
|
|
66
|
+
- Maintain good column alignment across hierarchy levels
|
|
67
|
+
- Support keyboard navigation throughout
|
|
68
|
+
common_mistakes:
|
|
69
|
+
- Poor visual hierarchy indication
|
|
70
|
+
- Inconsistent column alignment in nested rows
|
|
71
|
+
- Missing keyboard navigation support
|
|
72
|
+
- Unclear expansion/collapse controls
|
|
73
|
+
code_examples:
|
|
74
|
+
- title: Basic Tree Grid
|
|
75
|
+
code: "<div class=\"slds-tree_container\">\n <table class=\"\" role=\"treegrid\" aria-label=\"Hierarchical data\">\n\
|
|
76
|
+
\ <thead>\n <tr>\n <th scope=\"col\">Name</th>\n <th scope=\"col\">Type</th>\n \
|
|
77
|
+
\ <th scope=\"col\">Size</th>\n </tr>\n </thead>\n <tbody>\n <tr role=\"row\"\
|
|
78
|
+
\ aria-level=\"1\" aria-expanded=\"true\" tabindex=\"0\">\n <td role=\"gridcell\" class=\"\">\n \
|
|
79
|
+
\ <button class=\"slds-button slds-button_icon slds-button_icon-x-small\">\n <svg class=\"slds-button__icon\"\
|
|
80
|
+
\ aria-hidden=\"true\">\n <use xlink:href=\"/assets/icons/utility-sprite/svg/symbols.svg#chevronright\"\
|
|
81
|
+
></use>\n </svg>\n </button>\n Documents\n </td>\n <td\
|
|
82
|
+
\ role=\"gridcell\">Folder</td>\n <td role=\"gridcell\">--</td>\n </tr>\n <tr role=\"row\"\
|
|
83
|
+
\ aria-level=\"2\" tabindex=\"0\">\n <td role=\"gridcell\" style=\"padding-left: 2rem;\">\n Report.pdf\n\
|
|
84
|
+
\ </td>\n <td role=\"gridcell\">PDF</td>\n <td role=\"gridcell\">1.2 MB</td>\n \
|
|
85
|
+
\ </tr>\n </tbody>\n </table>\n </div>\n"
|
|
86
|
+
styling_hooks: []
|
|
87
|
+
dependencies:
|
|
88
|
+
css_files:
|
|
89
|
+
- tree-grid.css
|
|
90
|
+
- tree.css
|
|
91
|
+
- table.css
|
|
92
|
+
javascript:
|
|
93
|
+
- tree-grid.js
|
|
94
|
+
icons:
|
|
95
|
+
- utility-sprite.svg
|
|
96
|
+
other_components:
|
|
97
|
+
- tree
|
|
98
|
+
- data-tables
|
|
99
|
+
- button-icon
|
|
100
|
+
related_components:
|
|
101
|
+
- name: Data Tables
|
|
102
|
+
relationship: parent
|
|
103
|
+
description: Base table functionality with tree hierarchy added
|
|
104
|
+
- name: Tree
|
|
105
|
+
relationship: similar
|
|
106
|
+
description: Similar hierarchical structure without tabular data
|
|
107
|
+
- name: Accordion
|
|
108
|
+
relationship: similar
|
|
109
|
+
description: Similar expand/collapse concept for content sections
|
|
110
|
+
references:
|
|
111
|
+
official_docs: https://v1.lightningdesignsystem.com/components/tree-grid/
|
|
112
|
+
metadata:
|
|
113
|
+
version: 1.0.0
|
|
114
|
+
last_updated: '2025-11-12'
|
|
115
|
+
review_status: complete
|
|
116
|
+
notes: ' Cleaned invalid classes and CSS variables on 2025-11-12 using slds-plus.css as source of truth.'
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
name: Trees
|
|
2
|
+
description: A hierarchical navigation component that displays data in a tree structure with expandable and collapsible nodes,
|
|
3
|
+
ideal for representing nested relationships.
|
|
4
|
+
category: Navigation
|
|
5
|
+
slds_classes:
|
|
6
|
+
root: slds-tree
|
|
7
|
+
elements:
|
|
8
|
+
- class: slds-tree__item
|
|
9
|
+
description: Individual tree node wrapper
|
|
10
|
+
purpose: Contains a single tree item and its children
|
|
11
|
+
- class: slds-tree__item-label
|
|
12
|
+
description: Label content for tree item
|
|
13
|
+
purpose: Contains the text or content for the tree node
|
|
14
|
+
modifiers: []
|
|
15
|
+
states:
|
|
16
|
+
- class: slds-is-expanded
|
|
17
|
+
description: Expanded tree node state
|
|
18
|
+
trigger: When node children are visible
|
|
19
|
+
- class: slds-is-collapsed
|
|
20
|
+
description: Collapsed tree node state
|
|
21
|
+
trigger: When node children are hidden
|
|
22
|
+
- class: slds-is-selected
|
|
23
|
+
description: Selected tree node state
|
|
24
|
+
trigger: When node is currently selected
|
|
25
|
+
variants:
|
|
26
|
+
- name: Base
|
|
27
|
+
description: Standard tree with expandable nodes
|
|
28
|
+
classes:
|
|
29
|
+
- slds-tree
|
|
30
|
+
usage_context: Default tree implementation for hierarchical data
|
|
31
|
+
differences: Hierarchical structure with expand/collapse functionality
|
|
32
|
+
lightning_component:
|
|
33
|
+
name: lightning-tree
|
|
34
|
+
url: https://developer.salesforce.com/docs/component-library/bundle/lightning-tree
|
|
35
|
+
mapping_notes: Direct mapping - Lightning component implements SLDS tree blueprint
|
|
36
|
+
accessibility:
|
|
37
|
+
keyboard_support:
|
|
38
|
+
- Tab to focus the tree
|
|
39
|
+
- Arrow keys to navigate between nodes
|
|
40
|
+
- Enter/Space to select nodes
|
|
41
|
+
- Right arrow to expand collapsed nodes
|
|
42
|
+
- Left arrow to collapse expanded nodes
|
|
43
|
+
screen_reader:
|
|
44
|
+
- Tree structure and hierarchy announced
|
|
45
|
+
- Node states (expanded/collapsed) communicated
|
|
46
|
+
- Selection changes announced
|
|
47
|
+
- Node relationships described
|
|
48
|
+
aria_attributes:
|
|
49
|
+
- role='tree' for tree container
|
|
50
|
+
- role='treeitem' for individual nodes
|
|
51
|
+
- aria-expanded for expandable nodes
|
|
52
|
+
- aria-selected for selectable nodes
|
|
53
|
+
- aria-level for node hierarchy depth
|
|
54
|
+
- aria-setsize and aria-posinset for node position
|
|
55
|
+
usage_guidelines:
|
|
56
|
+
when_to_use:
|
|
57
|
+
- For hierarchical data with parent-child relationships
|
|
58
|
+
- When users need to navigate nested structures
|
|
59
|
+
- For file system or folder-like interfaces
|
|
60
|
+
- To show organizational hierarchies
|
|
61
|
+
when_not_to_use:
|
|
62
|
+
- For flat lists (use regular lists instead)
|
|
63
|
+
- When hierarchy is not meaningful to users
|
|
64
|
+
- For simple navigation (use regular navigation components)
|
|
65
|
+
best_practices:
|
|
66
|
+
- Use clear visual indicators for expand/collapse states
|
|
67
|
+
- Provide meaningful node labels
|
|
68
|
+
- Show loading states for dynamically loaded children
|
|
69
|
+
- Allow keyboard navigation throughout the tree
|
|
70
|
+
- Indicate selection clearly
|
|
71
|
+
common_mistakes:
|
|
72
|
+
- Poor visual hierarchy indication
|
|
73
|
+
- Inconsistent expand/collapse behavior
|
|
74
|
+
- Missing keyboard navigation support
|
|
75
|
+
- Unclear node selection feedback
|
|
76
|
+
code_examples:
|
|
77
|
+
- title: Basic Tree Structure
|
|
78
|
+
code: "<div class=\"slds-tree_container\">\n <ul role=\"tree\" class=\"slds-tree\">\n <li role=\"treeitem\"\
|
|
79
|
+
\ aria-level=\"1\" aria-expanded=\"true\" aria-selected=\"false\" tabindex=\"0\">\n <div class=\"slds-tree__item\"\
|
|
80
|
+
>\n <button class=\"slds-button slds-button_icon slds-button_icon-x-small slds-m-right_x-small\" aria-hidden=\"\
|
|
81
|
+
true\" tabindex=\"-1\">\n <svg class=\"slds-button__icon\" aria-hidden=\"true\">\n <use xlink:href=\"\
|
|
82
|
+
/assets/icons/utility-sprite/svg/symbols.svg#chevronright\"></use>\n </svg>\n </button>\n \
|
|
83
|
+
\ <span class=\"slds-tree__item-label\" title=\"Western Sales Director\">Western Sales Director</span>\n \
|
|
84
|
+
\ </div>\n <ul role=\"group\" class=\"\">\n <li role=\"treeitem\" aria-level=\"2\" aria-selected=\"\
|
|
85
|
+
false\" tabindex=\"0\">\n <div class=\"slds-tree__item\">\n <span class=\"slds-tree__item-label\"\
|
|
86
|
+
\ title=\"Western Sales Manager\">Western Sales Manager</span>\n </div>\n </li>\n </ul>\n\
|
|
87
|
+
\ </li>\n </ul>\n </div>\n"
|
|
88
|
+
styling_hooks: []
|
|
89
|
+
dependencies:
|
|
90
|
+
css_files:
|
|
91
|
+
- tree.css
|
|
92
|
+
- button.css
|
|
93
|
+
javascript:
|
|
94
|
+
- tree.js
|
|
95
|
+
icons:
|
|
96
|
+
- utility-sprite.svg
|
|
97
|
+
other_components:
|
|
98
|
+
- button-icon
|
|
99
|
+
- icons
|
|
100
|
+
related_components:
|
|
101
|
+
- name: Tree Grid
|
|
102
|
+
relationship: variant
|
|
103
|
+
description: Tree structure combined with data table functionality
|
|
104
|
+
- name: Vertical Navigation
|
|
105
|
+
relationship: similar
|
|
106
|
+
description: Alternative navigation for hierarchical content
|
|
107
|
+
- name: Accordion
|
|
108
|
+
relationship: similar
|
|
109
|
+
description: Alternative for collapsible hierarchical content
|
|
110
|
+
references:
|
|
111
|
+
official_docs: https://v1.lightningdesignsystem.com/components/trees/
|
|
112
|
+
metadata:
|
|
113
|
+
version: 1.0.0
|
|
114
|
+
last_updated: '2025-11-12'
|
|
115
|
+
review_status: complete
|
|
116
|
+
notes: ' Cleaned invalid classes and CSS variables on 2025-11-12 using slds-plus.css as source of truth.'
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
name: Trial Bar
|
|
2
|
+
description: A persistent notification banner that informs users about trial status, subscription expiration, or upgrade opportunities,
|
|
3
|
+
typically displayed at the top of the interface.
|
|
4
|
+
category: Feedback
|
|
5
|
+
slds_classes:
|
|
6
|
+
root: slds-trial-header
|
|
7
|
+
elements: []
|
|
8
|
+
modifiers: []
|
|
9
|
+
states:
|
|
10
|
+
- class: slds-is-open
|
|
11
|
+
description: Visible trial bar state
|
|
12
|
+
trigger: Applied when trial bar is displayed
|
|
13
|
+
- class: slds-is-closed
|
|
14
|
+
description: Hidden trial bar state
|
|
15
|
+
trigger: Applied when trial bar is dismissed
|
|
16
|
+
variants:
|
|
17
|
+
- name: Base
|
|
18
|
+
description: Standard trial notification bar
|
|
19
|
+
classes:
|
|
20
|
+
- slds-trial-header
|
|
21
|
+
usage_context: Default implementation for trial notifications
|
|
22
|
+
differences: Basic informational styling for trial status
|
|
23
|
+
- name: Warning
|
|
24
|
+
description: Warning trial bar for expiring trials
|
|
25
|
+
classes:
|
|
26
|
+
- slds-trial-header
|
|
27
|
+
usage_context: When trial is expiring soon
|
|
28
|
+
differences: Warning styling with urgency indicators
|
|
29
|
+
- name: Expired
|
|
30
|
+
description: Expired trial notification
|
|
31
|
+
classes:
|
|
32
|
+
- slds-trial-header
|
|
33
|
+
usage_context: When trial has expired
|
|
34
|
+
differences: Error styling for expired trial state
|
|
35
|
+
lightning_component:
|
|
36
|
+
name: No direct component
|
|
37
|
+
url: https://developer.salesforce.com/docs/component-library/overview/components
|
|
38
|
+
mapping_notes: No direct Lightning Base Component equivalent - typically implemented using custom components or lightning-notification
|
|
39
|
+
accessibility:
|
|
40
|
+
keyboard_support:
|
|
41
|
+
- Tab navigation to action buttons
|
|
42
|
+
- Enter/Space to activate actions
|
|
43
|
+
- Escape to dismiss if dismissible
|
|
44
|
+
screen_reader:
|
|
45
|
+
- Trial status and urgency announced
|
|
46
|
+
- Action options clearly described
|
|
47
|
+
- Dismissal capability communicated
|
|
48
|
+
aria_attributes:
|
|
49
|
+
- role='banner' for trial notification
|
|
50
|
+
- aria-label describing trial status
|
|
51
|
+
- aria-live for dynamic updates
|
|
52
|
+
- aria-hidden when dismissed
|
|
53
|
+
usage_guidelines:
|
|
54
|
+
when_to_use:
|
|
55
|
+
- For trial period notifications
|
|
56
|
+
- When subscription status needs attention
|
|
57
|
+
- For upgrade or renewal prompts
|
|
58
|
+
- To communicate time-sensitive offers
|
|
59
|
+
when_not_to_use:
|
|
60
|
+
- For general system notifications (use toast)
|
|
61
|
+
- For error messages (use alert)
|
|
62
|
+
- For one-time announcements
|
|
63
|
+
best_practices:
|
|
64
|
+
- Keep message concise and actionable
|
|
65
|
+
- Use appropriate urgency styling
|
|
66
|
+
- Provide clear call-to-action
|
|
67
|
+
- Allow dismissal when appropriate
|
|
68
|
+
- Update content based on trial status
|
|
69
|
+
common_mistakes:
|
|
70
|
+
- Overly aggressive or persistent notifications
|
|
71
|
+
- Unclear trial status or next steps
|
|
72
|
+
- Missing dismissal options
|
|
73
|
+
- Poor visual hierarchy
|
|
74
|
+
code_examples:
|
|
75
|
+
- title: Basic Trial Bar
|
|
76
|
+
description: Expired trial notification with limited access message
|
|
77
|
+
code: "<div class=\"slds-trial-header slds-is-open\" role=\"banner\" aria-label=\"Trial expired notification\">\n <div\
|
|
78
|
+
\ class=\"\">\n <div class=\"\">\n <span class=\"\">\n <svg class=\"slds-icon slds-icon_x-small\"\
|
|
79
|
+
\ aria-hidden=\"true\">\n <use xlink:href=\"/assets/icons/utility-sprite/svg/symbols.svg#error\"></use>\n\
|
|
80
|
+
\ </svg>\n </span>\n <span class=\"slds-text-body_regular\">\n <strong>Your trial\
|
|
81
|
+
\ has expired.</strong>\\ \n You now have limited access. Subscribe to restore full functionality.\n \
|
|
82
|
+
\ </span>\n </div>\n <div class=\"\">\n <button class=\"slds-button slds-button_brand slds-button_small\"\
|
|
83
|
+
>\n Subscribe Now\n </button>\n </div>\n </div>\n </div>\n"
|
|
84
|
+
dependencies:
|
|
85
|
+
css_files:
|
|
86
|
+
- trial-header.css
|
|
87
|
+
- button.css
|
|
88
|
+
- notification.css
|
|
89
|
+
javascript:
|
|
90
|
+
- trial-header.js
|
|
91
|
+
icons:
|
|
92
|
+
- utility-sprite.svg
|
|
93
|
+
other_components:
|
|
94
|
+
- button
|
|
95
|
+
- notification
|
|
96
|
+
related_components:
|
|
97
|
+
- name: Toast
|
|
98
|
+
relationship: alternative
|
|
99
|
+
description: Alternative for temporary notifications
|
|
100
|
+
- name: Alert
|
|
101
|
+
relationship: similar
|
|
102
|
+
description: Similar notification concept
|
|
103
|
+
- name: Global Header
|
|
104
|
+
relationship: container
|
|
105
|
+
description: Often positioned near global header
|
|
106
|
+
references:
|
|
107
|
+
official_docs: https://v1.lightningdesignsystem.com/components/trial-bar/
|
|
108
|
+
metadata:
|
|
109
|
+
version: 1.0.0
|
|
110
|
+
last_updated: '2025-11-12'
|
|
111
|
+
review_status: complete
|
|
112
|
+
notes: ' Cleaned invalid classes and CSS variables on 2025-11-12 using slds-plus.css as source of truth.'
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
name: "Vertical Navigation"
|
|
2
|
+
description: "A navigation component that displays menu items in a vertical list, ideal for sidebar navigation and hierarchical menu structures."
|
|
3
|
+
category: "Navigation"
|
|
4
|
+
slds_classes:
|
|
5
|
+
root: "slds-nav-vertical"
|
|
6
|
+
elements:
|
|
7
|
+
- class: "slds-nav-vertical__section"
|
|
8
|
+
description: "Section container for grouped navigation items"
|
|
9
|
+
purpose: "Groups related navigation items with optional header"
|
|
10
|
+
- class: "slds-nav-vertical__title"
|
|
11
|
+
description: "Section title for navigation groups"
|
|
12
|
+
purpose: "Provides heading for navigation sections"
|
|
13
|
+
- class: "slds-nav-vertical__action"
|
|
14
|
+
description: "Individual navigation item"
|
|
15
|
+
purpose: "Clickable navigation link or button"
|
|
16
|
+
- class: "slds-nav-vertical__item"
|
|
17
|
+
description: "Navigation item wrapper"
|
|
18
|
+
purpose: "Contains navigation action and provides structure"
|
|
19
|
+
modifiers:
|
|
20
|
+
- class: "slds-nav-vertical_compact"
|
|
21
|
+
description: "Compact vertical navigation"
|
|
22
|
+
usage: "Reduced spacing for dense layouts"
|
|
23
|
+
- class: "slds-nav-vertical_shade"
|
|
24
|
+
description: "Shaded background navigation"
|
|
25
|
+
usage: "Enhanced visual separation with background"
|
|
26
|
+
states:
|
|
27
|
+
- class: "slds-is-active"
|
|
28
|
+
description: "Active navigation item state"
|
|
29
|
+
trigger: "Currently selected navigation item"
|
|
30
|
+
- class: "slds-has-focus"
|
|
31
|
+
description: "Focus state for navigation items"
|
|
32
|
+
trigger: "When navigation item has keyboard focus"
|
|
33
|
+
variants:
|
|
34
|
+
- name: "Base"
|
|
35
|
+
description: "Standard vertical navigation list"
|
|
36
|
+
classes:
|
|
37
|
+
- "slds-nav-vertical"
|
|
38
|
+
usage_context: "Default vertical navigation for sidebars and menus"
|
|
39
|
+
differences: "Vertical list of navigation items with optional grouping"
|
|
40
|
+
lightning_component:
|
|
41
|
+
name: "lightning-vertical-navigation"
|
|
42
|
+
url: "https://developer.salesforce.com/docs/component-library/bundle/lightning-vertical-navigation"
|
|
43
|
+
mapping_notes: "Direct mapping - Lightning component implements SLDS vertical navigation blueprint"
|
|
44
|
+
accessibility:
|
|
45
|
+
keyboard_support:
|
|
46
|
+
- "Tab to focus navigation items"
|
|
47
|
+
- "Enter/Space to activate navigation items"
|
|
48
|
+
- "Arrow keys to navigate between items"
|
|
49
|
+
- "Home/End to go to first/last items"
|
|
50
|
+
screen_reader:
|
|
51
|
+
- "Navigation structure announced as list"
|
|
52
|
+
- "Section headings provide navigation context"
|
|
53
|
+
- "Current page or selection clearly identified"
|
|
54
|
+
- "Navigation purpose communicated"
|
|
55
|
+
aria_attributes:
|
|
56
|
+
- "role='navigation' for navigation container"
|
|
57
|
+
- "aria-label describing navigation purpose"
|
|
58
|
+
- "aria-current='page' for current page links"
|
|
59
|
+
- "role='list' for navigation item containers"
|
|
60
|
+
- "role='listitem' for navigation items"
|
|
61
|
+
usage_guidelines:
|
|
62
|
+
when_to_use:
|
|
63
|
+
- "For sidebar navigation in applications"
|
|
64
|
+
- "To display hierarchical menu structures"
|
|
65
|
+
- "When vertical space is available"
|
|
66
|
+
- "For persistent navigation that doesn't change frequently"
|
|
67
|
+
when_not_to_use:
|
|
68
|
+
- "For horizontal navigation (use tabs or horizontal nav)"
|
|
69
|
+
- "When space is extremely limited"
|
|
70
|
+
- "For temporary or contextual actions (use menus instead)"
|
|
71
|
+
best_practices:
|
|
72
|
+
- "Use clear, descriptive navigation labels"
|
|
73
|
+
- "Group related navigation items logically"
|
|
74
|
+
- "Indicate current page or section clearly"
|
|
75
|
+
- "Maintain consistent navigation structure"
|
|
76
|
+
- "Provide visual hierarchy with appropriate spacing"
|
|
77
|
+
common_mistakes:
|
|
78
|
+
- "Poor grouping of navigation items"
|
|
79
|
+
- "Unclear or inconsistent labeling"
|
|
80
|
+
- "Not indicating current location"
|
|
81
|
+
- "Overloading with too many navigation options"
|
|
82
|
+
code_examples:
|
|
83
|
+
- title: "Basic Vertical Navigation"
|
|
84
|
+
code: |
|
|
85
|
+
<nav class="slds-nav-vertical" aria-label="Main navigation">
|
|
86
|
+
<div class="slds-nav-vertical__section">
|
|
87
|
+
<h2 class="slds-nav-vertical__title">Section One</h2>
|
|
88
|
+
<ul>
|
|
89
|
+
<li class="slds-nav-vertical__item slds-is-active">
|
|
90
|
+
<a href="#" class="slds-nav-vertical__action" aria-current="page">
|
|
91
|
+
Current Page
|
|
92
|
+
</a>
|
|
93
|
+
</li>
|
|
94
|
+
<li class="slds-nav-vertical__item">
|
|
95
|
+
<a href="#" class="slds-nav-vertical__action">
|
|
96
|
+
Navigation Item
|
|
97
|
+
</a>
|
|
98
|
+
</li>
|
|
99
|
+
<li class="slds-nav-vertical__item">
|
|
100
|
+
<a href="#" class="slds-nav-vertical__action">
|
|
101
|
+
Another Item
|
|
102
|
+
</a>
|
|
103
|
+
</li>
|
|
104
|
+
</ul>
|
|
105
|
+
</div>
|
|
106
|
+
</nav>
|
|
107
|
+
styling_hooks: []
|
|
108
|
+
dependencies:
|
|
109
|
+
css_files:
|
|
110
|
+
- "nav-vertical.css"
|
|
111
|
+
javascript: []
|
|
112
|
+
icons: []
|
|
113
|
+
other_components: []
|
|
114
|
+
related_components:
|
|
115
|
+
- name: "Tabs"
|
|
116
|
+
relationship: "alternative"
|
|
117
|
+
description: "Alternative horizontal navigation for content switching"
|
|
118
|
+
- name: "Trees"
|
|
119
|
+
relationship: "similar"
|
|
120
|
+
description: "Similar hierarchical navigation with nesting"
|
|
121
|
+
- name: "Global Navigation"
|
|
122
|
+
relationship: "similar"
|
|
123
|
+
description: "Works together for complete navigation system"
|
|
124
|
+
references:
|
|
125
|
+
official_docs: "https://v1.lightningdesignsystem.com/components/vertical-navigation/"
|
|
126
|
+
metadata:
|
|
127
|
+
version: "1.0.0"
|
|
128
|
+
last_updated: "2025-11-12"
|
|
129
|
+
review_status: "complete"
|
|
130
|
+
notes: " Cleaned invalid classes and CSS variables on 2025-11-12 using slds-plus.css as source of truth."
|