@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,154 @@
|
|
|
1
|
+
name: "Pills"
|
|
2
|
+
description: "Compact elements that represent selected items, tags, or filters, typically with the ability to be removed by the user."
|
|
3
|
+
category: "Display"
|
|
4
|
+
slds_classes:
|
|
5
|
+
root: "slds-pill"
|
|
6
|
+
elements:
|
|
7
|
+
- class: "slds-pill__label"
|
|
8
|
+
description: "Text label within the pill"
|
|
9
|
+
purpose: "Contains the pill's display text"
|
|
10
|
+
- class: "slds-pill__icon_container"
|
|
11
|
+
description: "Container for pill icon"
|
|
12
|
+
purpose: "Holds icon associated with the pill"
|
|
13
|
+
- class: "slds-pill__remove"
|
|
14
|
+
description: "Remove button for dismissible pills"
|
|
15
|
+
purpose: "Allows user to remove the pill"
|
|
16
|
+
modifiers:
|
|
17
|
+
- class: "slds-pill_link"
|
|
18
|
+
description: "Clickable pill variant"
|
|
19
|
+
usage: "When pill should be interactive/clickable"
|
|
20
|
+
states:
|
|
21
|
+
- class: "slds-is-selected"
|
|
22
|
+
description: "Selected pill state"
|
|
23
|
+
trigger: "When pill is currently selected"
|
|
24
|
+
- class: "slds-has-error"
|
|
25
|
+
description: "Error state for pill"
|
|
26
|
+
trigger: "When pill represents an error condition"
|
|
27
|
+
variants:
|
|
28
|
+
- name: "Base"
|
|
29
|
+
description: "Standard pill element"
|
|
30
|
+
classes:
|
|
31
|
+
- "slds-pill"
|
|
32
|
+
usage_context: "Default pill implementation for tags or selections"
|
|
33
|
+
differences: "Basic pill with label and optional remove button"
|
|
34
|
+
- name: "Link"
|
|
35
|
+
description: "Clickable pill that acts as a link"
|
|
36
|
+
classes:
|
|
37
|
+
- "slds-pill"
|
|
38
|
+
- "slds-pill_link"
|
|
39
|
+
usage_context: "Interactive pills that navigate or perform actions"
|
|
40
|
+
differences: "Clickable pill with hover and focus states"
|
|
41
|
+
lightning_component:
|
|
42
|
+
name: "lightning-pill"
|
|
43
|
+
url: "https://developer.salesforce.com/docs/component-library/bundle/lightning-pill"
|
|
44
|
+
mapping_notes: "Direct mapping - Lightning component implements SLDS pill blueprint"
|
|
45
|
+
accessibility:
|
|
46
|
+
keyboard_support:
|
|
47
|
+
- "Tab to focus interactive pills"
|
|
48
|
+
- "Enter/Space to activate pill actions"
|
|
49
|
+
- "Tab to focus remove button"
|
|
50
|
+
- "Enter/Space to remove pill"
|
|
51
|
+
screen_reader:
|
|
52
|
+
- "Pill label announced clearly"
|
|
53
|
+
- "Removal action announced when available"
|
|
54
|
+
- "Selection state communicated"
|
|
55
|
+
- "Error states announced appropriately"
|
|
56
|
+
aria_attributes:
|
|
57
|
+
- "aria-label for pills without visible text"
|
|
58
|
+
- "aria-describedby for additional pill context"
|
|
59
|
+
- "role='option' in listbox contexts"
|
|
60
|
+
- "aria-selected for selectable pills"
|
|
61
|
+
usage_guidelines:
|
|
62
|
+
when_to_use:
|
|
63
|
+
- "To represent selected items or filters"
|
|
64
|
+
- "For tags or categories"
|
|
65
|
+
- "To show applied search criteria"
|
|
66
|
+
- "For removable selections in forms"
|
|
67
|
+
when_not_to_use:
|
|
68
|
+
- "For permanent labels (use badges instead)"
|
|
69
|
+
- "For navigation items (use navigation components)"
|
|
70
|
+
- "For status indicators (use badges or icons)"
|
|
71
|
+
best_practices:
|
|
72
|
+
- "Keep pill labels concise and descriptive"
|
|
73
|
+
- "Provide clear removal action when appropriate"
|
|
74
|
+
- "Use consistent pill styling throughout interface"
|
|
75
|
+
- "Group related pills logically"
|
|
76
|
+
- "Limit number of pills to maintain usability"
|
|
77
|
+
common_mistakes:
|
|
78
|
+
- "Making pill labels too long or verbose"
|
|
79
|
+
- "Using pills for non-removable content"
|
|
80
|
+
- "Poor contrast or visibility"
|
|
81
|
+
- "Inconsistent pill behavior within the same context"
|
|
82
|
+
code_examples:
|
|
83
|
+
- title: "Basic Pill"
|
|
84
|
+
code: |
|
|
85
|
+
<span class="slds-pill">
|
|
86
|
+
<a href="#" class="slds-pill__action" title="Full pill label verbiage mirrored here">
|
|
87
|
+
<span class="slds-pill__label">Pill Label</span>
|
|
88
|
+
</a>
|
|
89
|
+
<button class="slds-button slds-button_icon slds-button_icon-bare slds-pill__remove" title="Remove">
|
|
90
|
+
<svg class="slds-button__icon" aria-hidden="true">
|
|
91
|
+
<use xlink:href="/assets/icons/utility-sprite/svg/symbols.svg#close"></use>
|
|
92
|
+
</svg>
|
|
93
|
+
<span class="slds-assistive-text">Remove</span>
|
|
94
|
+
</button>
|
|
95
|
+
</span>
|
|
96
|
+
- title: "Pill with Icon"
|
|
97
|
+
code: |
|
|
98
|
+
<span class="slds-pill">
|
|
99
|
+
<span class="slds-pill__icon_container">
|
|
100
|
+
<span class="slds-icon_container slds-icon-standard-account">
|
|
101
|
+
<svg class="slds-icon" aria-hidden="true">
|
|
102
|
+
<use xlink:href="/assets/icons/standard-sprite/svg/symbols.svg#account"></use>
|
|
103
|
+
</svg>
|
|
104
|
+
</span>
|
|
105
|
+
</span>
|
|
106
|
+
<a href="#" class="slds-pill__action" title="Account: Acme Corporation">
|
|
107
|
+
<span class="slds-pill__label">Acme Corporation</span>
|
|
108
|
+
</a>
|
|
109
|
+
<button class="slds-button slds-button_icon slds-button_icon-bare slds-pill__remove" title="Remove">
|
|
110
|
+
<svg class="slds-button__icon" aria-hidden="true">
|
|
111
|
+
<use xlink:href="/assets/icons/utility-sprite/svg/symbols.svg#close"></use>
|
|
112
|
+
</svg>
|
|
113
|
+
<span class="slds-assistive-text">Remove</span>
|
|
114
|
+
</button>
|
|
115
|
+
</span>
|
|
116
|
+
styling_hooks:
|
|
117
|
+
- name: "--slds-c-pill-color-background"
|
|
118
|
+
description: "Background color for pills"
|
|
119
|
+
category: "color"
|
|
120
|
+
- name: "--slds-c-pill-color-border"
|
|
121
|
+
description: "Border color for pills"
|
|
122
|
+
category: "color"
|
|
123
|
+
- name: "--slds-c-pill-radius-border"
|
|
124
|
+
description: "Border radius for pills"
|
|
125
|
+
category: "border"
|
|
126
|
+
dependencies:
|
|
127
|
+
css_files:
|
|
128
|
+
- "pill.css"
|
|
129
|
+
- "button.css"
|
|
130
|
+
- "icons.css"
|
|
131
|
+
javascript: []
|
|
132
|
+
icons:
|
|
133
|
+
- "utility-sprite.svg"
|
|
134
|
+
- "standard-sprite.svg"
|
|
135
|
+
other_components:
|
|
136
|
+
- "button-icon"
|
|
137
|
+
- "icons"
|
|
138
|
+
related_components:
|
|
139
|
+
- name: "Badge"
|
|
140
|
+
relationship: "similar"
|
|
141
|
+
description: "Similar visual treatment for non-removable status"
|
|
142
|
+
- name: "Pill Container"
|
|
143
|
+
relationship: "container"
|
|
144
|
+
description: "Container for managing collections of pills"
|
|
145
|
+
- name: "Combobox"
|
|
146
|
+
relationship: "depends-on"
|
|
147
|
+
description: "Often uses pills to show selected items"
|
|
148
|
+
references:
|
|
149
|
+
official_docs: "https://v1.lightningdesignsystem.com/components/pills/"
|
|
150
|
+
metadata:
|
|
151
|
+
version: "1.0.0"
|
|
152
|
+
last_updated: "2025-11-12"
|
|
153
|
+
review_status: "complete"
|
|
154
|
+
notes: " Cleaned invalid classes and CSS variables on 2025-11-12 using slds-plus.css as source of truth."
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
name: "Popovers"
|
|
2
|
+
description: "Contextual overlays that display additional information or controls related to a specific trigger element, positioned dynamically based on available space."
|
|
3
|
+
category: "Overlay"
|
|
4
|
+
slds_classes:
|
|
5
|
+
root: "slds-popover"
|
|
6
|
+
elements:
|
|
7
|
+
- class: "slds-popover__body"
|
|
8
|
+
description: "Main content area of the popover"
|
|
9
|
+
purpose: "Contains the popover's primary content"
|
|
10
|
+
- class: "slds-popover__header"
|
|
11
|
+
description: "Header section of the popover"
|
|
12
|
+
purpose: "Optional header with title or controls"
|
|
13
|
+
- class: "slds-popover__footer"
|
|
14
|
+
description: "Footer section of the popover"
|
|
15
|
+
purpose: "Optional footer with actions or additional info"
|
|
16
|
+
- class: "slds-nubbin_top"
|
|
17
|
+
description: "Top-pointing nubbin (arrow)"
|
|
18
|
+
purpose: "Visual pointer indicating trigger relationship"
|
|
19
|
+
- class: "slds-nubbin_bottom"
|
|
20
|
+
description: "Bottom-pointing nubbin"
|
|
21
|
+
purpose: "Visual pointer for bottom positioning"
|
|
22
|
+
- class: "slds-nubbin_left"
|
|
23
|
+
description: "Left-pointing nubbin"
|
|
24
|
+
purpose: "Visual pointer for left positioning"
|
|
25
|
+
- class: "slds-nubbin_right"
|
|
26
|
+
description: "Right-pointing nubbin"
|
|
27
|
+
purpose: "Visual pointer for right positioning"
|
|
28
|
+
modifiers:
|
|
29
|
+
- class: "slds-popover_small"
|
|
30
|
+
description: "Small popover size"
|
|
31
|
+
usage: "For minimal content or compact spaces"
|
|
32
|
+
- class: "slds-popover_medium"
|
|
33
|
+
description: "Medium popover size"
|
|
34
|
+
usage: "Default size for most use cases"
|
|
35
|
+
- class: "slds-popover_large"
|
|
36
|
+
description: "Large popover size"
|
|
37
|
+
usage: "For complex content or detailed information"
|
|
38
|
+
states: []
|
|
39
|
+
variants:
|
|
40
|
+
- name: "Base"
|
|
41
|
+
description: "Standard popover with content"
|
|
42
|
+
classes:
|
|
43
|
+
- "slds-popover"
|
|
44
|
+
usage_context: "Default popover for contextual information"
|
|
45
|
+
differences: "Basic popover with body content and directional nubbin"
|
|
46
|
+
lightning_component:
|
|
47
|
+
name: "No direct component"
|
|
48
|
+
url: "https://developer.salesforce.com/docs/component-library/overview/components"
|
|
49
|
+
mapping_notes: "No direct Lightning Base Component - typically implemented through custom components or third-party libraries"
|
|
50
|
+
accessibility:
|
|
51
|
+
keyboard_support:
|
|
52
|
+
- "Tab to focus trigger element"
|
|
53
|
+
- "Enter/Space to activate popover"
|
|
54
|
+
- "Escape to close popover"
|
|
55
|
+
- "Tab navigation within popover content"
|
|
56
|
+
screen_reader:
|
|
57
|
+
- "Popover content announced when displayed"
|
|
58
|
+
- "Relationship to trigger element communicated"
|
|
59
|
+
- "Close action clearly identified"
|
|
60
|
+
aria_attributes:
|
|
61
|
+
- "aria-describedby linking trigger to popover"
|
|
62
|
+
- "role='tooltip' for informational popovers"
|
|
63
|
+
- "role='dialog' for interactive popovers"
|
|
64
|
+
- "aria-labelledby for popover titles"
|
|
65
|
+
usage_guidelines:
|
|
66
|
+
when_to_use:
|
|
67
|
+
- "For contextual help or additional information"
|
|
68
|
+
- "To display details without leaving current context"
|
|
69
|
+
- "For secondary actions related to specific elements"
|
|
70
|
+
- "When space is limited for inline content"
|
|
71
|
+
when_not_to_use:
|
|
72
|
+
- "For critical information (use modals instead)"
|
|
73
|
+
- "For primary navigation"
|
|
74
|
+
- "When content should always be visible"
|
|
75
|
+
- "For complex forms or workflows"
|
|
76
|
+
best_practices:
|
|
77
|
+
- "Keep popover content concise and focused"
|
|
78
|
+
- "Position popover to avoid obscuring important content"
|
|
79
|
+
- "Provide clear trigger indication"
|
|
80
|
+
- "Use appropriate popover size for content"
|
|
81
|
+
- "Implement proper dismissal behavior"
|
|
82
|
+
common_mistakes:
|
|
83
|
+
- "Making popover content too long or complex"
|
|
84
|
+
- "Poor positioning that blocks important content"
|
|
85
|
+
- "Unclear trigger-popover relationship"
|
|
86
|
+
- "Missing dismissal methods"
|
|
87
|
+
code_examples:
|
|
88
|
+
- title: "Basic Popover"
|
|
89
|
+
code: |
|
|
90
|
+
<div class="slds-popover slds-nubbin_left" role="tooltip">
|
|
91
|
+
<div class="slds-popover__body">
|
|
92
|
+
<p>This is helpful contextual information about the element.</p>
|
|
93
|
+
</div>
|
|
94
|
+
</div>
|
|
95
|
+
styling_hooks: []
|
|
96
|
+
dependencies:
|
|
97
|
+
css_files:
|
|
98
|
+
- "popover.css"
|
|
99
|
+
- "nubbins.css"
|
|
100
|
+
javascript:
|
|
101
|
+
- "popover.js"
|
|
102
|
+
icons: []
|
|
103
|
+
other_components: []
|
|
104
|
+
related_components:
|
|
105
|
+
- name: "Tooltip"
|
|
106
|
+
relationship: "similar"
|
|
107
|
+
description: "Similar overlay for simple informational content"
|
|
108
|
+
- name: "Modal"
|
|
109
|
+
relationship: "alternative"
|
|
110
|
+
description: "Alternative for more complex or critical content"
|
|
111
|
+
- name: "Dropdown"
|
|
112
|
+
relationship: "similar"
|
|
113
|
+
description: "Similar positioning concept for menu content"
|
|
114
|
+
references:
|
|
115
|
+
official_docs: "https://v1.lightningdesignsystem.com/components/popovers/"
|
|
116
|
+
metadata:
|
|
117
|
+
version: "1.0.0"
|
|
118
|
+
last_updated: "2025-11-12"
|
|
119
|
+
review_status: "complete"
|
|
120
|
+
notes: " Cleaned invalid classes and CSS variables on 2025-11-12 using slds-plus.css as source of truth."
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
name: "Progress Bar"
|
|
2
|
+
description: "A linear indicator that shows the completion status of a task or process, displaying progress as a filled portion of a horizontal bar."
|
|
3
|
+
category: "Feedback"
|
|
4
|
+
slds_classes:
|
|
5
|
+
root: "slds-progress-bar"
|
|
6
|
+
elements:
|
|
7
|
+
- class: "slds-progress-bar__value"
|
|
8
|
+
description: "The filled portion of the progress bar"
|
|
9
|
+
purpose: "Visual indicator of completion percentage"
|
|
10
|
+
modifiers:
|
|
11
|
+
- class: "slds-progress-bar_x-small"
|
|
12
|
+
description: "Extra small progress bar height"
|
|
13
|
+
usage: "Compact progress indicator"
|
|
14
|
+
- class: "slds-progress-bar_small"
|
|
15
|
+
description: "Small progress bar height"
|
|
16
|
+
usage: "Smaller progress indicator"
|
|
17
|
+
- class: "slds-progress-bar_medium"
|
|
18
|
+
description: "Medium progress bar height (default)"
|
|
19
|
+
usage: "Standard progress bar size"
|
|
20
|
+
- class: "slds-progress-bar_large"
|
|
21
|
+
description: "Large progress bar height"
|
|
22
|
+
usage: "Prominent progress indicator"
|
|
23
|
+
- class: "slds-progress-bar_circular"
|
|
24
|
+
description: "Circular progress bar variant"
|
|
25
|
+
usage: "Alternative circular progress visualization"
|
|
26
|
+
states: []
|
|
27
|
+
variants:
|
|
28
|
+
- name: "Base"
|
|
29
|
+
description: "Standard horizontal progress bar"
|
|
30
|
+
classes:
|
|
31
|
+
- "slds-progress-bar"
|
|
32
|
+
usage_context: "Default progress visualization for linear tasks"
|
|
33
|
+
differences: "Horizontal bar with filled progress indicator"
|
|
34
|
+
lightning_component:
|
|
35
|
+
name: "lightning-progress-bar"
|
|
36
|
+
url: "https://developer.salesforce.com/docs/component-library/bundle/lightning-progress-bar"
|
|
37
|
+
mapping_notes: "Direct mapping - Lightning component implements SLDS progress bar blueprint"
|
|
38
|
+
accessibility:
|
|
39
|
+
keyboard_support:
|
|
40
|
+
- "No specific keyboard interactions required"
|
|
41
|
+
screen_reader:
|
|
42
|
+
- "Progress value announced as percentage"
|
|
43
|
+
- "Progress updates communicated to assistive technology"
|
|
44
|
+
- "Progress bar purpose described through labeling"
|
|
45
|
+
aria_attributes:
|
|
46
|
+
- "role='progressbar' for progress semantic"
|
|
47
|
+
- "aria-valuenow for current progress value"
|
|
48
|
+
- "aria-valuemin='0' for minimum value"
|
|
49
|
+
- "aria-valuemax='100' for maximum value"
|
|
50
|
+
- "aria-label describing the progress task"
|
|
51
|
+
usage_guidelines:
|
|
52
|
+
when_to_use:
|
|
53
|
+
- "To show completion progress of tasks"
|
|
54
|
+
- "For file uploads or downloads"
|
|
55
|
+
- "During multi-step processes"
|
|
56
|
+
- "When users need to understand progress status"
|
|
57
|
+
when_not_to_use:
|
|
58
|
+
- "For indeterminate loading (use spinner instead)"
|
|
59
|
+
- "When progress cannot be measured"
|
|
60
|
+
- "For instant operations"
|
|
61
|
+
best_practices:
|
|
62
|
+
- "Show actual progress percentage when possible"
|
|
63
|
+
- "Update progress smoothly and frequently"
|
|
64
|
+
- "Provide context about what's progressing"
|
|
65
|
+
- "Use appropriate size for the context"
|
|
66
|
+
- "Include text labels for clarity"
|
|
67
|
+
common_mistakes:
|
|
68
|
+
- "Not updating progress frequently enough"
|
|
69
|
+
- "Using progress bars for indeterminate states"
|
|
70
|
+
- "Poor labeling of what's being tracked"
|
|
71
|
+
- "Inconsistent progress reporting"
|
|
72
|
+
code_examples:
|
|
73
|
+
- title: "Basic Progress Bar"
|
|
74
|
+
code: |
|
|
75
|
+
<div class="slds-progress-bar" role="progressbar" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100" aria-label="Progress: 25%">
|
|
76
|
+
<span class="slds-progress-bar__value" style="width: 25%;">
|
|
77
|
+
<span class="slds-assistive-text">Progress: 25%</span>
|
|
78
|
+
</span>
|
|
79
|
+
</div>
|
|
80
|
+
- title: "Large Progress Bar"
|
|
81
|
+
code: |
|
|
82
|
+
<div class="slds-progress-bar slds-progress-bar_large" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100" aria-label="Upload progress: 75%">
|
|
83
|
+
<span class="slds-progress-bar__value" style="width: 75%;">
|
|
84
|
+
<span class="slds-assistive-text">Upload progress: 75%</span>
|
|
85
|
+
</span>
|
|
86
|
+
</div>
|
|
87
|
+
styling_hooks: []
|
|
88
|
+
dependencies:
|
|
89
|
+
css_files:
|
|
90
|
+
- "progress-bar.css"
|
|
91
|
+
javascript: []
|
|
92
|
+
icons: []
|
|
93
|
+
other_components: []
|
|
94
|
+
related_components:
|
|
95
|
+
- name: "Progress Ring"
|
|
96
|
+
relationship: "alternative"
|
|
97
|
+
description: "Circular alternative for progress visualization"
|
|
98
|
+
- name: "Progress Indicator"
|
|
99
|
+
relationship: "similar"
|
|
100
|
+
description: "Step-based progress for multi-step processes"
|
|
101
|
+
- name: "Spinner"
|
|
102
|
+
relationship: "alternative"
|
|
103
|
+
description: "Alternative for indeterminate loading states"
|
|
104
|
+
references:
|
|
105
|
+
official_docs: "https://v1.lightningdesignsystem.com/components/progress-bar/"
|
|
106
|
+
metadata:
|
|
107
|
+
version: "1.0.0"
|
|
108
|
+
last_updated: "2025-11-12"
|
|
109
|
+
review_status: "complete"
|
|
110
|
+
notes: " Cleaned invalid classes and CSS variables on 2025-11-12 using slds-plus.css as source of truth."
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
name: Progress Indicator
|
|
2
|
+
description: A visual component that shows the user's progress through a multi-step process or workflow, indicating current
|
|
3
|
+
position and completed steps.
|
|
4
|
+
category: Feedback
|
|
5
|
+
slds_classes:
|
|
6
|
+
root: slds-progress
|
|
7
|
+
elements:
|
|
8
|
+
- class: slds-progress__list
|
|
9
|
+
description: Container for progress steps
|
|
10
|
+
purpose: Holds the list of process steps
|
|
11
|
+
- class: slds-progress__item
|
|
12
|
+
description: Individual progress step
|
|
13
|
+
purpose: Represents a single step in the process
|
|
14
|
+
- class: slds-progress__marker
|
|
15
|
+
description: Visual marker for step
|
|
16
|
+
purpose: Provides visual indicator for step state
|
|
17
|
+
modifiers:
|
|
18
|
+
- class: slds-progress_vertical
|
|
19
|
+
description: Vertical progress indicator
|
|
20
|
+
usage: When vertical layout is preferred
|
|
21
|
+
- class: slds-progress_shade
|
|
22
|
+
description: Progress indicator with shaded background
|
|
23
|
+
usage: Enhanced visual emphasis
|
|
24
|
+
states:
|
|
25
|
+
- class: slds-is-completed
|
|
26
|
+
description: Completed step state
|
|
27
|
+
trigger: Steps that have been finished
|
|
28
|
+
- class: slds-is-current
|
|
29
|
+
description: Current step state
|
|
30
|
+
trigger: The active step being worked on
|
|
31
|
+
- class: slds-is-incomplete
|
|
32
|
+
description: Incomplete step state
|
|
33
|
+
trigger: Steps not yet started
|
|
34
|
+
- class: slds-has-error
|
|
35
|
+
description: Error step state
|
|
36
|
+
trigger: Steps with validation errors
|
|
37
|
+
variants:
|
|
38
|
+
- name: Base
|
|
39
|
+
description: Standard horizontal progress indicator
|
|
40
|
+
classes:
|
|
41
|
+
- slds-progress
|
|
42
|
+
usage_context: Default progress display for multi-step processes
|
|
43
|
+
differences: Horizontal layout with step markers and labels
|
|
44
|
+
- name: Vertical
|
|
45
|
+
description: Vertical progress indicator
|
|
46
|
+
classes:
|
|
47
|
+
- slds-progress
|
|
48
|
+
- slds-progress_vertical
|
|
49
|
+
usage_context: When vertical space is available and preferred
|
|
50
|
+
differences: Vertical layout with step progression
|
|
51
|
+
lightning_component:
|
|
52
|
+
name: lightning-progress-indicator
|
|
53
|
+
url: https://developer.salesforce.com/docs/component-library/bundle/lightning-progress-indicator
|
|
54
|
+
mapping_notes: Direct mapping - Lightning component implements SLDS progress indicator blueprint
|
|
55
|
+
accessibility:
|
|
56
|
+
keyboard_support:
|
|
57
|
+
- Tab navigation through interactive steps
|
|
58
|
+
- Enter/Space to activate clickable steps
|
|
59
|
+
- Arrow keys for step navigation when appropriate
|
|
60
|
+
screen_reader:
|
|
61
|
+
- Progress state and current position announced
|
|
62
|
+
- Step labels and completion status communicated
|
|
63
|
+
- Total steps and current step number provided
|
|
64
|
+
aria_attributes:
|
|
65
|
+
- role='progressbar' for overall progress
|
|
66
|
+
- aria-valuenow, aria-valuemin, aria-valuemax for progress values
|
|
67
|
+
- aria-label describing the process
|
|
68
|
+
- aria-current for the current step
|
|
69
|
+
usage_guidelines:
|
|
70
|
+
when_to_use:
|
|
71
|
+
- For multi-step processes or workflows
|
|
72
|
+
- When users need to understand their progress
|
|
73
|
+
- To show completion status of a sequence
|
|
74
|
+
- For guided setup or onboarding flows
|
|
75
|
+
when_not_to_use:
|
|
76
|
+
- For single-step processes
|
|
77
|
+
- When steps are not sequential
|
|
78
|
+
- For simple loading states (use spinners instead)
|
|
79
|
+
best_practices:
|
|
80
|
+
- Use clear, descriptive step labels
|
|
81
|
+
- Show current position prominently
|
|
82
|
+
- Allow navigation to completed steps when appropriate
|
|
83
|
+
- Provide estimated time or completion percentage
|
|
84
|
+
- Handle error states gracefully
|
|
85
|
+
common_mistakes:
|
|
86
|
+
- Too many steps making progress unclear
|
|
87
|
+
- Unclear or inconsistent step labeling
|
|
88
|
+
- Not indicating current position clearly
|
|
89
|
+
- Poor error state handling
|
|
90
|
+
code_examples:
|
|
91
|
+
- title: Three-Step Progress Indicator
|
|
92
|
+
code: "<div class=\"slds-progress\">\n <ol class=\"slds-progress__list\">\n <li class=\"slds-progress__item\
|
|
93
|
+
\ slds-is-completed\">\n <button class=\"slds-button slds-progress__marker\">\n <span class=\"slds-assistive-text\"\
|
|
94
|
+
>Step 1 - Completed</span>\n </button>\n <div class=\"slds-progress__item_content slds-grid slds-grid_align-spread\"\
|
|
95
|
+
>\n <div class=\"slds-size_1-of-2\">\n <h3 class=\"\">Contact Information</h3>\n </div>\n\
|
|
96
|
+
\ </div>\n </li>\n <li class=\"slds-progress__item slds-is-current\">\n <button class=\"\
|
|
97
|
+
slds-button slds-progress__marker\">\n <span class=\"slds-assistive-text\">Step 2 - Current</span>\n \
|
|
98
|
+
\ </button>\n <div class=\"slds-progress__item_content slds-grid slds-grid_align-spread\">\n <div\
|
|
99
|
+
\ class=\"slds-size_1-of-2\">\n <h3 class=\"\">Account Details</h3>\n </div>\n </div>\n\
|
|
100
|
+
\ </li>\n <li class=\"slds-progress__item slds-is-incomplete\">\n <button class=\"slds-button slds-progress__marker\"\
|
|
101
|
+
>\n <span class=\"slds-assistive-text\">Step 3 - Incomplete</span>\n </button>\n <div class=\"\
|
|
102
|
+
slds-progress__item_content slds-grid slds-grid_align-spread\">\n <div class=\"slds-size_1-of-2\">\n \
|
|
103
|
+
\ <h3 class=\"\">Review & Submit</h3>\n </div>\n </div>\n </li>\n </ol>\n \
|
|
104
|
+
\ </div>\n"
|
|
105
|
+
styling_hooks: []
|
|
106
|
+
dependencies:
|
|
107
|
+
css_files:
|
|
108
|
+
- progress.css
|
|
109
|
+
- grid.css
|
|
110
|
+
- button.css
|
|
111
|
+
javascript:
|
|
112
|
+
- progress.js
|
|
113
|
+
icons: []
|
|
114
|
+
other_components:
|
|
115
|
+
- button
|
|
116
|
+
- grid
|
|
117
|
+
related_components:
|
|
118
|
+
- name: Progress Bar
|
|
119
|
+
relationship: similar
|
|
120
|
+
description: Alternative progress visualization
|
|
121
|
+
- name: Progress Ring
|
|
122
|
+
relationship: similar
|
|
123
|
+
description: Circular progress indicator
|
|
124
|
+
- name: Path
|
|
125
|
+
relationship: similar
|
|
126
|
+
description: Similar step-based navigation
|
|
127
|
+
references:
|
|
128
|
+
official_docs: https://v1.lightningdesignsystem.com/components/progress-indicator/
|
|
129
|
+
metadata:
|
|
130
|
+
version: 1.0.0
|
|
131
|
+
last_updated: '2025-11-12'
|
|
132
|
+
review_status: complete
|
|
133
|
+
notes: ' Cleaned invalid classes and CSS variables on 2025-11-12 using slds-plus.css as source of truth.'
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
name: Progress Ring
|
|
2
|
+
description: A circular progress indicator that shows completion status as a filled arc, providing an alternative visualization
|
|
3
|
+
to linear progress bars.
|
|
4
|
+
category: Feedback
|
|
5
|
+
slds_classes:
|
|
6
|
+
root: slds-progress-ring
|
|
7
|
+
elements:
|
|
8
|
+
- class: slds-progress-ring__progress
|
|
9
|
+
description: The progress arc element
|
|
10
|
+
purpose: SVG element that displays the completion arc
|
|
11
|
+
- class: slds-progress-ring__content
|
|
12
|
+
description: Content area in the center of the ring
|
|
13
|
+
purpose: Optional content displayed within the progress ring
|
|
14
|
+
modifiers:
|
|
15
|
+
- class: slds-progress-ring_large
|
|
16
|
+
description: Large progress ring size
|
|
17
|
+
usage: Prominent progress display
|
|
18
|
+
states:
|
|
19
|
+
- class: slds-progress-ring_complete
|
|
20
|
+
description: Completed progress state
|
|
21
|
+
trigger: When progress reaches 100%
|
|
22
|
+
- class: slds-progress-ring_warning
|
|
23
|
+
description: Warning progress state
|
|
24
|
+
trigger: When progress indicates a warning condition
|
|
25
|
+
- class: slds-progress-ring_expired
|
|
26
|
+
description: Expired progress state
|
|
27
|
+
trigger: When progress has expired or failed
|
|
28
|
+
variants:
|
|
29
|
+
- name: Base
|
|
30
|
+
description: Standard circular progress ring
|
|
31
|
+
classes:
|
|
32
|
+
- slds-progress-ring
|
|
33
|
+
usage_context: Default circular progress visualization
|
|
34
|
+
differences: Circular progress indicator with arc fill
|
|
35
|
+
lightning_component:
|
|
36
|
+
name: lightning-progress-ring
|
|
37
|
+
url: https://developer.salesforce.com/docs/component-library/bundle/lightning-progress-ring
|
|
38
|
+
mapping_notes: Direct mapping - Lightning component implements SLDS progress ring blueprint
|
|
39
|
+
accessibility:
|
|
40
|
+
keyboard_support:
|
|
41
|
+
- No specific keyboard interactions required
|
|
42
|
+
screen_reader:
|
|
43
|
+
- Progress value announced as percentage
|
|
44
|
+
- Progress state changes communicated
|
|
45
|
+
- Ring purpose described through labeling
|
|
46
|
+
aria_attributes:
|
|
47
|
+
- role='progressbar' for progress semantic
|
|
48
|
+
- aria-valuenow for current progress value
|
|
49
|
+
- aria-valuemin='0' for minimum value
|
|
50
|
+
- aria-valuemax='100' for maximum value
|
|
51
|
+
- aria-label describing the progress task
|
|
52
|
+
usage_guidelines:
|
|
53
|
+
when_to_use:
|
|
54
|
+
- For circular progress visualization
|
|
55
|
+
- When space constraints favor circular layout
|
|
56
|
+
- To show completion of circular processes
|
|
57
|
+
- For dashboard or metric displays
|
|
58
|
+
when_not_to_use:
|
|
59
|
+
- When linear progress is more intuitive
|
|
60
|
+
- For indeterminate loading (use spinner instead)
|
|
61
|
+
- When detailed progress steps are needed
|
|
62
|
+
best_practices:
|
|
63
|
+
- Use appropriate size for context and importance
|
|
64
|
+
- Include percentage or completion text when helpful
|
|
65
|
+
- Choose colors that convey appropriate meaning
|
|
66
|
+
- Update progress smoothly
|
|
67
|
+
- Consider animation for progress changes
|
|
68
|
+
common_mistakes:
|
|
69
|
+
- Making progress ring too small to read
|
|
70
|
+
- Using inappropriate colors for progress state
|
|
71
|
+
- Not providing progress value to assistive technology
|
|
72
|
+
- Poor contrast between ring and background
|
|
73
|
+
code_examples:
|
|
74
|
+
- title: Basic Progress Ring
|
|
75
|
+
code: "<div class=\"slds-progress-ring\" role=\"progressbar\" aria-valuenow=\"75\" aria-valuemin=\"0\" aria-valuemax=\"\
|
|
76
|
+
100\" aria-label=\"Progress: 75%\">\n <svg viewBox=\"-1 -1 2 2\" class=\"slds-progress-ring__progress\">\n \
|
|
77
|
+
\ <circle class=\"slds-progress-ring__path\" r=\"1\"></circle>\n <circle class=\"\" r=\"1\" style=\"stroke-dasharray:\
|
|
78
|
+
\ 4.712, 6.283\"></circle>\n </svg>\n <div class=\"slds-progress-ring__content\">75%</div>\n </div>\n"
|
|
79
|
+
styling_hooks: []
|
|
80
|
+
dependencies:
|
|
81
|
+
css_files:
|
|
82
|
+
- progress-ring.css
|
|
83
|
+
javascript: []
|
|
84
|
+
icons: []
|
|
85
|
+
other_components: []
|
|
86
|
+
related_components:
|
|
87
|
+
- name: Progress Bar
|
|
88
|
+
relationship: alternative
|
|
89
|
+
description: Linear alternative for progress visualization
|
|
90
|
+
- name: Progress Indicator
|
|
91
|
+
relationship: similar
|
|
92
|
+
description: Step-based progress for multi-step processes
|
|
93
|
+
- name: Spinner
|
|
94
|
+
relationship: alternative
|
|
95
|
+
description: Alternative for indeterminate loading states
|
|
96
|
+
references:
|
|
97
|
+
official_docs: https://v1.lightningdesignsystem.com/components/progress-ring/
|
|
98
|
+
metadata:
|
|
99
|
+
version: 1.0.0
|
|
100
|
+
last_updated: '2025-11-12'
|
|
101
|
+
review_status: complete
|
|
102
|
+
notes: ' Cleaned invalid classes and CSS variables on 2025-11-12 using slds-plus.css as source of truth.'
|