@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,138 @@
|
|
|
1
|
+
name: "Tabs"
|
|
2
|
+
description: "A navigation component that organizes content into multiple panels, allowing users to switch between different views while maintaining context."
|
|
3
|
+
category: "Navigation"
|
|
4
|
+
slds_classes:
|
|
5
|
+
root: "slds-tabs_default"
|
|
6
|
+
elements:
|
|
7
|
+
- class: "slds-tabs_default__nav"
|
|
8
|
+
description: "Navigation container for tab headers"
|
|
9
|
+
purpose: "Contains the clickable tab headers"
|
|
10
|
+
- class: "slds-tabs_default__item"
|
|
11
|
+
description: "Individual tab header item"
|
|
12
|
+
purpose: "Wrapper for each tab button"
|
|
13
|
+
- class: "slds-tabs_default__link"
|
|
14
|
+
description: "Tab header link/button"
|
|
15
|
+
purpose: "Clickable element to activate tab"
|
|
16
|
+
- class: "slds-tabs_default__content"
|
|
17
|
+
description: "Content panel for active tab"
|
|
18
|
+
purpose: "Contains the content for the selected tab"
|
|
19
|
+
modifiers:
|
|
20
|
+
- class: "slds-tabs_scoped"
|
|
21
|
+
description: "Scoped tabs variant"
|
|
22
|
+
usage: "For contained, card-like tab interface"
|
|
23
|
+
states:
|
|
24
|
+
- class: "slds-is-active"
|
|
25
|
+
description: "Active tab state"
|
|
26
|
+
trigger: "Currently selected and visible tab"
|
|
27
|
+
- class: "slds-has-focus"
|
|
28
|
+
description: "Focus state for tab"
|
|
29
|
+
trigger: "When tab has keyboard focus"
|
|
30
|
+
variants:
|
|
31
|
+
- name: "Default"
|
|
32
|
+
description: "Standard horizontal tabs"
|
|
33
|
+
classes:
|
|
34
|
+
- "slds-tabs_default"
|
|
35
|
+
usage_context: "Default tab implementation for content organization"
|
|
36
|
+
differences: "Horizontal tab headers with underline styling"
|
|
37
|
+
- name: "Scoped"
|
|
38
|
+
description: "Tabs with contained, card-like appearance"
|
|
39
|
+
classes:
|
|
40
|
+
- "slds-tabs_scoped"
|
|
41
|
+
usage_context: "When tabs need visual containment"
|
|
42
|
+
differences: "Card-style background with contained appearance"
|
|
43
|
+
lightning_component:
|
|
44
|
+
name: "lightning-tabset"
|
|
45
|
+
url: "https://developer.salesforce.com/docs/component-library/bundle/lightning-tabset"
|
|
46
|
+
mapping_notes: "Direct mapping - Lightning component implements SLDS tabs blueprint"
|
|
47
|
+
accessibility:
|
|
48
|
+
keyboard_support:
|
|
49
|
+
- "Tab to focus the tab list"
|
|
50
|
+
- "Arrow keys to navigate between tab headers"
|
|
51
|
+
- "Enter/Space to activate selected tab"
|
|
52
|
+
- "Tab to move focus into active tab content"
|
|
53
|
+
screen_reader:
|
|
54
|
+
- "Tab list structure announced"
|
|
55
|
+
- "Current tab and total count communicated"
|
|
56
|
+
- "Tab panel content associated with headers"
|
|
57
|
+
aria_attributes:
|
|
58
|
+
- "role='tablist' for tab navigation container"
|
|
59
|
+
- "role='tab' for individual tab headers"
|
|
60
|
+
- "role='tabpanel' for content areas"
|
|
61
|
+
- "aria-selected for active tab"
|
|
62
|
+
- "aria-controls linking tabs to panels"
|
|
63
|
+
- "aria-labelledby linking panels to tabs"
|
|
64
|
+
usage_guidelines:
|
|
65
|
+
when_to_use:
|
|
66
|
+
- "To organize related content into logical groups"
|
|
67
|
+
- "When users need to switch between different views"
|
|
68
|
+
- "For content that doesn't need to be viewed simultaneously"
|
|
69
|
+
- "To reduce visual complexity and conserve space"
|
|
70
|
+
when_not_to_use:
|
|
71
|
+
- "When users need to see multiple sections at once"
|
|
72
|
+
- "For sequential processes (use progress indicator instead)"
|
|
73
|
+
- "When you have only one or two content sections"
|
|
74
|
+
- "For navigation between unrelated pages"
|
|
75
|
+
best_practices:
|
|
76
|
+
- "Use clear, descriptive tab labels"
|
|
77
|
+
- "Limit number of tabs to avoid overcrowding"
|
|
78
|
+
- "Order tabs logically by importance or workflow"
|
|
79
|
+
- "Ensure tab content is substantial enough to warrant separation"
|
|
80
|
+
- "Provide visual indication of active tab"
|
|
81
|
+
common_mistakes:
|
|
82
|
+
- "Too many tabs causing overcrowding"
|
|
83
|
+
- "Unclear or ambiguous tab labels"
|
|
84
|
+
- "Using tabs for navigation between unrelated content"
|
|
85
|
+
- "Poor mobile responsiveness"
|
|
86
|
+
code_examples:
|
|
87
|
+
- title: "Basic Tabset"
|
|
88
|
+
code: |
|
|
89
|
+
<div class="slds-tabs_default">
|
|
90
|
+
<ul class="slds-tabs_default__nav" role="tablist">
|
|
91
|
+
<li class="slds-tabs_default__item slds-is-active" title="Item One" role="presentation">
|
|
92
|
+
<a class="slds-tabs_default__link" href="#tab-default-1" role="tab" tabindex="0" aria-selected="true" aria-controls="tab-default-1" id="tab-default-1__item">Item One</a>
|
|
93
|
+
</li>
|
|
94
|
+
<li class="slds-tabs_default__item" title="Item Two" role="presentation">
|
|
95
|
+
<a class="slds-tabs_default__link" href="#tab-default-2" role="tab" tabindex="-1" aria-selected="false" aria-controls="tab-default-2" id="tab-default-2__item">Item Two</a>
|
|
96
|
+
</li>
|
|
97
|
+
<li class="slds-tabs_default__item" title="Item Three" role="presentation">
|
|
98
|
+
<a class="slds-tabs_default__link" href="#tab-default-3" role="tab" tabindex="-1" aria-selected="false" aria-controls="tab-default-3" id="tab-default-3__item">Item Three</a>
|
|
99
|
+
</li>
|
|
100
|
+
</ul>
|
|
101
|
+
<div id="tab-default-1" class="slds-tabs_default__content slds-show" role="tabpanel" aria-labelledby="tab-default-1__item">
|
|
102
|
+
<h2>Item One Content</h2>
|
|
103
|
+
<p>Content for the first tab goes here...</p>
|
|
104
|
+
</div>
|
|
105
|
+
<div id="tab-default-2" class="slds-tabs_default__content slds-hide" role="tabpanel" aria-labelledby="tab-default-2__item">
|
|
106
|
+
<h2>Item Two Content</h2>
|
|
107
|
+
<p>Content for the second tab goes here...</p>
|
|
108
|
+
</div>
|
|
109
|
+
<div id="tab-default-3" class="slds-tabs_default__content slds-hide" role="tabpanel" aria-labelledby="tab-default-3__item">
|
|
110
|
+
<h2>Item Three Content</h2>
|
|
111
|
+
<p>Content for the third tab goes here...</p>
|
|
112
|
+
</div>
|
|
113
|
+
</div>
|
|
114
|
+
styling_hooks: []
|
|
115
|
+
dependencies:
|
|
116
|
+
css_files:
|
|
117
|
+
- "tabs.css"
|
|
118
|
+
javascript:
|
|
119
|
+
- "tabs.js"
|
|
120
|
+
icons: []
|
|
121
|
+
other_components: []
|
|
122
|
+
related_components:
|
|
123
|
+
- name: "Vertical Navigation"
|
|
124
|
+
relationship: "alternative"
|
|
125
|
+
description: "Alternative navigation for hierarchical content"
|
|
126
|
+
- name: "Accordion"
|
|
127
|
+
relationship: "alternative"
|
|
128
|
+
description: "Alternative for collapsible content sections"
|
|
129
|
+
- name: "Path"
|
|
130
|
+
relationship: "similar"
|
|
131
|
+
description: "Similar multi-step navigation pattern"
|
|
132
|
+
references:
|
|
133
|
+
official_docs: "https://v1.lightningdesignsystem.com/components/tabs/"
|
|
134
|
+
metadata:
|
|
135
|
+
version: "1.0.0"
|
|
136
|
+
last_updated: "2025-11-12"
|
|
137
|
+
review_status: "complete"
|
|
138
|
+
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: "Textarea"
|
|
2
|
+
description: "A multi-line text input control that allows users to enter longer text content with automatic line wrapping and resize capabilities."
|
|
3
|
+
category: "Input"
|
|
4
|
+
slds_classes:
|
|
5
|
+
root: "slds-textarea"
|
|
6
|
+
elements: []
|
|
7
|
+
modifiers: []
|
|
8
|
+
states:
|
|
9
|
+
- class: "slds-has-error"
|
|
10
|
+
description: "Error state styling"
|
|
11
|
+
trigger: "When textarea validation fails"
|
|
12
|
+
- class: "slds-is-disabled"
|
|
13
|
+
description: "Disabled state styling"
|
|
14
|
+
trigger: "When textarea is not interactive"
|
|
15
|
+
variants:
|
|
16
|
+
- name: "Base"
|
|
17
|
+
description: "Standard multi-line textarea"
|
|
18
|
+
classes:
|
|
19
|
+
- "slds-textarea"
|
|
20
|
+
usage_context: "Default textarea implementation for multi-line text input"
|
|
21
|
+
differences: "Multi-line text input with resizable height"
|
|
22
|
+
lightning_component:
|
|
23
|
+
name: "lightning-textarea"
|
|
24
|
+
url: "https://developer.salesforce.com/docs/component-library/bundle/lightning-textarea"
|
|
25
|
+
mapping_notes: "Direct mapping - Lightning component implements SLDS textarea blueprint"
|
|
26
|
+
accessibility:
|
|
27
|
+
keyboard_support:
|
|
28
|
+
- "Tab to focus the textarea"
|
|
29
|
+
- "Standard text editing keyboard shortcuts"
|
|
30
|
+
- "Enter for new lines within the textarea"
|
|
31
|
+
- "Scroll navigation for long content"
|
|
32
|
+
screen_reader:
|
|
33
|
+
- "Label text announced with the textarea"
|
|
34
|
+
- "Character and line limits communicated"
|
|
35
|
+
- "Error messages associated and announced"
|
|
36
|
+
- "Current content length when relevant"
|
|
37
|
+
aria_attributes:
|
|
38
|
+
- "aria-describedby for help text and error messages"
|
|
39
|
+
- "aria-invalid when validation fails"
|
|
40
|
+
- "aria-required for required textareas"
|
|
41
|
+
- "aria-label when no visible label present"
|
|
42
|
+
usage_guidelines:
|
|
43
|
+
when_to_use:
|
|
44
|
+
- "For multi-line text input (comments, descriptions, notes)"
|
|
45
|
+
- "When users need to enter paragraphs of text"
|
|
46
|
+
- "For content where line breaks are important"
|
|
47
|
+
- "When single-line input is insufficient"
|
|
48
|
+
when_not_to_use:
|
|
49
|
+
- "For single-line text (use input instead)"
|
|
50
|
+
- "For rich text editing (use rich text editor)"
|
|
51
|
+
- "For selecting from options (use select or combobox)"
|
|
52
|
+
best_practices:
|
|
53
|
+
- "Set appropriate initial size for expected content"
|
|
54
|
+
- "Allow resizing when users might need more space"
|
|
55
|
+
- "Provide character limits when appropriate"
|
|
56
|
+
- "Use placeholder text to guide input"
|
|
57
|
+
- "Show character count for length-limited content"
|
|
58
|
+
common_mistakes:
|
|
59
|
+
- "Making textarea too small for expected content"
|
|
60
|
+
- "Not allowing resize when users need more space"
|
|
61
|
+
- "Poor validation feedback for character limits"
|
|
62
|
+
- "Missing or unclear labels"
|
|
63
|
+
code_examples:
|
|
64
|
+
- title: "Basic Textarea"
|
|
65
|
+
code: |
|
|
66
|
+
<div class="slds-form-element">
|
|
67
|
+
<label class="slds-form-element__label" for="textarea-id-01">
|
|
68
|
+
<abbr class="slds-required" title="required">* </abbr>Textarea Label
|
|
69
|
+
</label>
|
|
70
|
+
<div class="slds-form-element__control">
|
|
71
|
+
<textarea id="textarea-id-01" class="slds-textarea" placeholder="Enter your comments..." required></textarea>
|
|
72
|
+
</div>
|
|
73
|
+
</div>
|
|
74
|
+
- title: "Textarea with Error"
|
|
75
|
+
code: |
|
|
76
|
+
<div class="slds-form-element slds-has-error">
|
|
77
|
+
<label class="slds-form-element__label" for="textarea-error">
|
|
78
|
+
<abbr class="slds-required" title="required">* </abbr>Textarea Label
|
|
79
|
+
</label>
|
|
80
|
+
<div class="slds-form-element__control">
|
|
81
|
+
<textarea id="textarea-error" class="slds-textarea" aria-describedby="textarea-error-message" required></textarea>
|
|
82
|
+
</div>
|
|
83
|
+
<div id="textarea-error-message" class="slds-form-element__help">This field is required</div>
|
|
84
|
+
</div>
|
|
85
|
+
styling_hooks:
|
|
86
|
+
- name: "--slds-c-textarea-color-background"
|
|
87
|
+
description: "Background color for textarea"
|
|
88
|
+
category: "color"
|
|
89
|
+
- name: "--slds-c-textarea-color-border"
|
|
90
|
+
description: "Border color for textarea"
|
|
91
|
+
category: "color"
|
|
92
|
+
dependencies:
|
|
93
|
+
css_files:
|
|
94
|
+
- "textarea.css"
|
|
95
|
+
- "form-element.css"
|
|
96
|
+
javascript: []
|
|
97
|
+
icons: []
|
|
98
|
+
other_components:
|
|
99
|
+
- "form-element"
|
|
100
|
+
related_components:
|
|
101
|
+
- name: "Input"
|
|
102
|
+
relationship: "alternative"
|
|
103
|
+
description: "For single-line text input"
|
|
104
|
+
- name: "Rich Text Editor"
|
|
105
|
+
relationship: "alternative"
|
|
106
|
+
description: "Enhanced textarea with formatting capabilities"
|
|
107
|
+
- name: "Form Element"
|
|
108
|
+
relationship: "container"
|
|
109
|
+
description: "Form wrapper providing structure and validation"
|
|
110
|
+
references:
|
|
111
|
+
official_docs: "https://v1.lightningdesignsystem.com/components/textarea/"
|
|
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,108 @@
|
|
|
1
|
+
name: Tiles
|
|
2
|
+
description: Visual components that display content in a card-like format with media elements, ideal for presenting items
|
|
3
|
+
in grid layouts or lists.
|
|
4
|
+
category: Layout
|
|
5
|
+
slds_classes:
|
|
6
|
+
root: slds-tile
|
|
7
|
+
elements:
|
|
8
|
+
- class: slds-tile__detail
|
|
9
|
+
description: Main content area of the tile
|
|
10
|
+
purpose: Contains title, description, and metadata
|
|
11
|
+
- class: slds-tile__meta
|
|
12
|
+
description: Metadata container
|
|
13
|
+
purpose: Additional information about the tile content
|
|
14
|
+
modifiers:
|
|
15
|
+
- class: slds-tile_board
|
|
16
|
+
description: Board-style tile for kanban layouts
|
|
17
|
+
usage: Tiles used in board or kanban interfaces
|
|
18
|
+
states:
|
|
19
|
+
- class: slds-is-selected
|
|
20
|
+
description: Selected tile state
|
|
21
|
+
trigger: When tile is currently selected
|
|
22
|
+
- class: slds-has-focus
|
|
23
|
+
description: Focus state for interactive tiles
|
|
24
|
+
trigger: When tile has keyboard focus
|
|
25
|
+
variants:
|
|
26
|
+
- name: Base
|
|
27
|
+
description: Standard tile with media and content
|
|
28
|
+
classes:
|
|
29
|
+
- slds-tile
|
|
30
|
+
usage_context: Default tile implementation for content display
|
|
31
|
+
differences: Media object pattern with visual element and content
|
|
32
|
+
lightning_component:
|
|
33
|
+
name: lightning-tile
|
|
34
|
+
url: https://developer.salesforce.com/docs/component-library/bundle/lightning-tile
|
|
35
|
+
mapping_notes: Direct mapping - Lightning component implements SLDS tile blueprint
|
|
36
|
+
accessibility:
|
|
37
|
+
keyboard_support:
|
|
38
|
+
- Tab to focus interactive tiles
|
|
39
|
+
- Enter/Space to activate tile actions
|
|
40
|
+
- Arrow keys for grid navigation when appropriate
|
|
41
|
+
screen_reader:
|
|
42
|
+
- Tile content and purpose announced
|
|
43
|
+
- Media elements described appropriately
|
|
44
|
+
- Selection states communicated
|
|
45
|
+
- Associated actions clearly identified
|
|
46
|
+
aria_attributes:
|
|
47
|
+
- aria-labelledby for tile titles
|
|
48
|
+
- aria-describedby for tile metadata
|
|
49
|
+
- role='button' or 'link' for interactive tiles
|
|
50
|
+
- aria-selected for selectable tiles
|
|
51
|
+
usage_guidelines:
|
|
52
|
+
when_to_use:
|
|
53
|
+
- For displaying collections of related content
|
|
54
|
+
- In grid layouts showing multiple items
|
|
55
|
+
- For content previews or summaries
|
|
56
|
+
- When visual hierarchy with media is beneficial
|
|
57
|
+
when_not_to_use:
|
|
58
|
+
- For simple text lists (use list components)
|
|
59
|
+
- When media elements are not relevant
|
|
60
|
+
- For complex interactive content (use cards instead)
|
|
61
|
+
best_practices:
|
|
62
|
+
- Use consistent tile sizing within collections
|
|
63
|
+
- Provide meaningful titles and descriptions
|
|
64
|
+
- Choose appropriate media elements
|
|
65
|
+
- Maintain good visual hierarchy
|
|
66
|
+
- Support keyboard navigation for interactive tiles
|
|
67
|
+
common_mistakes:
|
|
68
|
+
- Inconsistent tile sizes in the same collection
|
|
69
|
+
- Poor media element choices
|
|
70
|
+
- Unclear or missing tile labels
|
|
71
|
+
- Overloading tiles with too much information
|
|
72
|
+
code_examples:
|
|
73
|
+
- title: Basic Tile
|
|
74
|
+
code: "<div class=\"slds-tile\">\n <div class=\"\">\n <span class=\"slds-icon_container slds-icon-standard-account\"\
|
|
75
|
+
>\n <svg class=\"slds-icon\" aria-hidden=\"true\">\n <use xlink:href=\"/assets/icons/standard-sprite/svg/symbols.svg#account\"\
|
|
76
|
+
></use>\n </svg>\n </span>\n </div>\n <div class=\"slds-tile__detail\">\n <div class=\"\
|
|
77
|
+
\">\n <a href=\"#\" title=\"Acme Corporation\">Acme Corporation</a>\n </div>\n <div class=\"slds-tile__meta\"\
|
|
78
|
+
>\n <span class=\"slds-text-body_small\">Customer • San Francisco</span>\n </div>\n </div>\n \
|
|
79
|
+
\ </div>\n"
|
|
80
|
+
styling_hooks: []
|
|
81
|
+
dependencies:
|
|
82
|
+
css_files:
|
|
83
|
+
- tile.css
|
|
84
|
+
- media-objects.css
|
|
85
|
+
javascript: []
|
|
86
|
+
icons:
|
|
87
|
+
- standard-sprite.svg
|
|
88
|
+
- utility-sprite.svg
|
|
89
|
+
other_components:
|
|
90
|
+
- media-objects
|
|
91
|
+
- icons
|
|
92
|
+
related_components:
|
|
93
|
+
- name: Cards
|
|
94
|
+
relationship: similar
|
|
95
|
+
description: Similar container concept with more structure
|
|
96
|
+
- name: Media Objects
|
|
97
|
+
relationship: depends-on
|
|
98
|
+
description: Based on media object layout pattern
|
|
99
|
+
- name: Avatar
|
|
100
|
+
relationship: depends-on
|
|
101
|
+
description: Often used as media element in tiles
|
|
102
|
+
references:
|
|
103
|
+
official_docs: https://v1.lightningdesignsystem.com/components/tiles/
|
|
104
|
+
metadata:
|
|
105
|
+
version: 1.0.0
|
|
106
|
+
last_updated: '2025-11-12'
|
|
107
|
+
review_status: complete
|
|
108
|
+
notes: ' Cleaned invalid classes and CSS variables on 2025-11-12 using slds-plus.css as source of truth.'
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
name: Timepicker
|
|
2
|
+
description: Input controls that allow users to select time values through a dropdown interface with hours, minutes, and optional
|
|
3
|
+
AM/PM selection.
|
|
4
|
+
category: Input
|
|
5
|
+
slds_classes:
|
|
6
|
+
root: ''
|
|
7
|
+
elements: []
|
|
8
|
+
modifiers: []
|
|
9
|
+
states:
|
|
10
|
+
- class: slds-is-selected
|
|
11
|
+
description: Selected time state
|
|
12
|
+
trigger: Currently selected time option
|
|
13
|
+
variants:
|
|
14
|
+
- name: Base
|
|
15
|
+
description: Standard time selection dropdown
|
|
16
|
+
classes: []
|
|
17
|
+
usage_context: Default timepicker for time value selection
|
|
18
|
+
differences: Dropdown list with predefined time options
|
|
19
|
+
lightning_component:
|
|
20
|
+
name: lightning-input (type='time')
|
|
21
|
+
url: https://developer.salesforce.com/docs/component-library/bundle/lightning-input
|
|
22
|
+
mapping_notes: Mapped through lightning-input with type='time' which provides native time picker
|
|
23
|
+
accessibility:
|
|
24
|
+
keyboard_support:
|
|
25
|
+
- Tab to focus timepicker input
|
|
26
|
+
- Arrow keys to navigate time options
|
|
27
|
+
- Enter/Space to select time
|
|
28
|
+
- Type to filter time options
|
|
29
|
+
screen_reader:
|
|
30
|
+
- Current time value announced
|
|
31
|
+
- Time options list communicated
|
|
32
|
+
- Selection changes announced
|
|
33
|
+
- Time format clearly communicated
|
|
34
|
+
aria_attributes:
|
|
35
|
+
- role='listbox' for time options container
|
|
36
|
+
- role='option' for individual time slots
|
|
37
|
+
- aria-selected for chosen time
|
|
38
|
+
- aria-label for time selection purpose
|
|
39
|
+
- aria-expanded for dropdown state
|
|
40
|
+
usage_guidelines:
|
|
41
|
+
when_to_use:
|
|
42
|
+
- For time selection in forms
|
|
43
|
+
- When specific time precision is needed
|
|
44
|
+
- For scheduling or appointment interfaces
|
|
45
|
+
- When time constraints or ranges apply
|
|
46
|
+
when_not_to_use:
|
|
47
|
+
- For approximate times (use text input)
|
|
48
|
+
- When time precision is not important
|
|
49
|
+
- For duration selection (use different controls)
|
|
50
|
+
best_practices:
|
|
51
|
+
- Use appropriate time increments (15min, 30min, etc.)
|
|
52
|
+
- Provide clear time format indication
|
|
53
|
+
- Support both keyboard and mouse interaction
|
|
54
|
+
- Handle time zone considerations appropriately
|
|
55
|
+
- Show current selection clearly
|
|
56
|
+
common_mistakes:
|
|
57
|
+
- Using inappropriate time increments
|
|
58
|
+
- Poor time format handling
|
|
59
|
+
- Not considering time zone implications
|
|
60
|
+
- Unclear selection feedback
|
|
61
|
+
code_examples:
|
|
62
|
+
- title: Basic Timepicker
|
|
63
|
+
code: "<div class=\"slds-form-element\">\n <label class=\"slds-form-element__label\" for=\"timepicker-id\">\n \
|
|
64
|
+
\ Time\n </label>\n <div class=\"slds-form-element__control\">\n <div class=\"slds-combobox_container\"\
|
|
65
|
+
>\n <div class=\"slds-combobox slds-dropdown-trigger slds-dropdown-trigger_click\" role=\"combobox\" aria-expanded=\"\
|
|
66
|
+
false\" aria-haspopup=\"listbox\">\n <div class=\"slds-combobox__form-element slds-input-has-icon slds-input-has-icon_right\"\
|
|
67
|
+
>\n <input type=\"text\" class=\"slds-input slds-combobox__input\" value=\"9:00 AM\" readonly />\n \
|
|
68
|
+
\ <span class=\"slds-icon_container slds-icon-utility-clock slds-input__icon slds-input__icon_right\">\n \
|
|
69
|
+
\ <svg class=\"slds-icon slds-icon_x-small\" aria-hidden=\"true\">\n <use xlink:href=\"/assets/icons/utility-sprite/svg/symbols.svg#clock\"\
|
|
70
|
+
></use>\n </svg>\n </span>\n </div>\n <div class=\"slds-dropdown slds-dropdown_length-5\
|
|
71
|
+
\ slds-dropdown_fluid\" role=\"listbox\">\n <ul class=\"slds-listbox slds-listbox_vertical\">\n \
|
|
72
|
+
\ <li role=\"presentation\" class=\"\">\n <div class=\"slds-media slds-listbox__option slds-listbox__option_plain\"\
|
|
73
|
+
\ role=\"option\" aria-selected=\"true\">\n <span class=\"slds-media__body\">9:00 AM</span>\n \
|
|
74
|
+
\ </div>\n </li>\n <li role=\"presentation\" class=\"\">\n \
|
|
75
|
+
\ <div class=\"slds-media slds-listbox__option slds-listbox__option_plain\" role=\"option\">\n <span\
|
|
76
|
+
\ class=\"slds-media__body\">9:15 AM</span>\n </div>\n </li>\n <li role=\"\
|
|
77
|
+
presentation\" class=\"\">\n <div class=\"slds-media slds-listbox__option slds-listbox__option_plain\"\
|
|
78
|
+
\ role=\"option\">\n <span class=\"slds-media__body\">9:30 AM</span>\n </div>\n \
|
|
79
|
+
\ </li>\n </ul>\n </div>\n </div>\n </div>\n </div>\n </div>\n"
|
|
80
|
+
styling_hooks: []
|
|
81
|
+
dependencies:
|
|
82
|
+
css_files:
|
|
83
|
+
- timepicker.css
|
|
84
|
+
- combobox.css
|
|
85
|
+
- listbox.css
|
|
86
|
+
javascript:
|
|
87
|
+
- timepicker.js
|
|
88
|
+
icons:
|
|
89
|
+
- utility-sprite.svg
|
|
90
|
+
other_components:
|
|
91
|
+
- combobox
|
|
92
|
+
- listbox
|
|
93
|
+
- input
|
|
94
|
+
- icons
|
|
95
|
+
related_components:
|
|
96
|
+
- name: Datepickers
|
|
97
|
+
relationship: similar
|
|
98
|
+
description: Complementary component for date selection
|
|
99
|
+
- name: Datetime Picker
|
|
100
|
+
relationship: parent
|
|
101
|
+
description: Combined date and time selection component
|
|
102
|
+
- name: Input
|
|
103
|
+
relationship: alternative
|
|
104
|
+
description: Alternative for manual time entry
|
|
105
|
+
references:
|
|
106
|
+
official_docs: https://v1.lightningdesignsystem.com/components/timepicker/
|
|
107
|
+
metadata:
|
|
108
|
+
version: 1.0.0
|
|
109
|
+
last_updated: '2025-11-12'
|
|
110
|
+
review_status: complete
|
|
111
|
+
notes: ' Cleaned invalid classes and CSS variables on 2025-11-12 using slds-plus.css as source of truth.'
|
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
name: Toast
|
|
2
|
+
description: Temporary notification messages that appear briefly to provide feedback about user actions or system events,
|
|
3
|
+
then automatically dismiss.
|
|
4
|
+
category: Feedback
|
|
5
|
+
slds_classes:
|
|
6
|
+
root: ''
|
|
7
|
+
elements:
|
|
8
|
+
- class: slds-notify_container
|
|
9
|
+
description: Container for toast notifications
|
|
10
|
+
purpose: Wraps and positions toast messages
|
|
11
|
+
- class: slds-notify__content
|
|
12
|
+
description: Content area of the toast
|
|
13
|
+
purpose: Contains the toast message and actions
|
|
14
|
+
- class: slds-notify__close
|
|
15
|
+
description: Close button for dismissible toasts
|
|
16
|
+
purpose: Allows manual dismissal of the toast
|
|
17
|
+
modifiers:
|
|
18
|
+
- class: slds-notify_toast
|
|
19
|
+
description: Toast notification styling
|
|
20
|
+
usage: Standard toast appearance
|
|
21
|
+
- class: slds-theme_success
|
|
22
|
+
description: Success toast variant
|
|
23
|
+
usage: For successful actions or positive feedback
|
|
24
|
+
- class: slds-theme_warning
|
|
25
|
+
description: Warning toast variant
|
|
26
|
+
usage: For warnings or caution messages
|
|
27
|
+
- class: slds-theme_error
|
|
28
|
+
description: Error toast variant
|
|
29
|
+
usage: For error messages or failed actions
|
|
30
|
+
- class: slds-theme_info
|
|
31
|
+
description: Info toast variant
|
|
32
|
+
usage: For informational messages
|
|
33
|
+
states: []
|
|
34
|
+
variants:
|
|
35
|
+
- name: Base
|
|
36
|
+
description: Standard toast notification
|
|
37
|
+
classes:
|
|
38
|
+
- slds-notify_toast
|
|
39
|
+
usage_context: Default toast implementation for temporary feedback
|
|
40
|
+
differences: Basic toast with message content and optional close button
|
|
41
|
+
- name: Success
|
|
42
|
+
description: Success feedback toast
|
|
43
|
+
classes:
|
|
44
|
+
- slds-notify_toast
|
|
45
|
+
- slds-theme_success
|
|
46
|
+
usage_context: Positive feedback for successful actions
|
|
47
|
+
differences: Green styling indicating successful completion
|
|
48
|
+
- name: Warning
|
|
49
|
+
description: Warning toast notification
|
|
50
|
+
classes:
|
|
51
|
+
- slds-notify_toast
|
|
52
|
+
- slds-theme_warning
|
|
53
|
+
usage_context: Caution or warning messages
|
|
54
|
+
differences: Yellow/orange styling for warnings
|
|
55
|
+
- name: Error
|
|
56
|
+
description: Error toast notification
|
|
57
|
+
classes:
|
|
58
|
+
- slds-notify_toast
|
|
59
|
+
- slds-theme_error
|
|
60
|
+
usage_context: Error feedback for failed actions
|
|
61
|
+
differences: Red styling indicating errors or failures
|
|
62
|
+
lightning_component:
|
|
63
|
+
name: lightning-toast
|
|
64
|
+
url: https://developer.salesforce.com/docs/component-library/bundle/lightning-toast
|
|
65
|
+
mapping_notes: Direct mapping - Lightning component implements SLDS toast blueprint
|
|
66
|
+
accessibility:
|
|
67
|
+
keyboard_support:
|
|
68
|
+
- Tab to focus close button if present
|
|
69
|
+
- Escape to dismiss toast when focused
|
|
70
|
+
- No additional keyboard interactions required
|
|
71
|
+
screen_reader:
|
|
72
|
+
- Toast content announced immediately when displayed
|
|
73
|
+
- Importance level conveyed through appropriate ARIA roles
|
|
74
|
+
- Close action clearly identified when available
|
|
75
|
+
aria_attributes:
|
|
76
|
+
- role='alert' for error toasts
|
|
77
|
+
- role='status' for informational toasts
|
|
78
|
+
- aria-live='assertive' for urgent messages
|
|
79
|
+
- aria-live='polite' for non-urgent updates
|
|
80
|
+
- aria-label for close buttons
|
|
81
|
+
usage_guidelines:
|
|
82
|
+
when_to_use:
|
|
83
|
+
- For feedback on user actions (save, delete, etc.)
|
|
84
|
+
- To confirm successful operations
|
|
85
|
+
- For non-critical error messages
|
|
86
|
+
- To provide brief status updates
|
|
87
|
+
when_not_to_use:
|
|
88
|
+
- For critical errors requiring immediate action
|
|
89
|
+
- For complex information that needs user study
|
|
90
|
+
- For permanent status information
|
|
91
|
+
- When users need to interact with the message extensively
|
|
92
|
+
best_practices:
|
|
93
|
+
- Keep messages concise and actionable
|
|
94
|
+
- Use appropriate toast type for the message context
|
|
95
|
+
- Set reasonable auto-dismiss timing
|
|
96
|
+
- Position toasts consistently
|
|
97
|
+
- Avoid showing multiple toasts simultaneously
|
|
98
|
+
common_mistakes:
|
|
99
|
+
- Making toast messages too long or complex
|
|
100
|
+
- Using wrong toast type for the message severity
|
|
101
|
+
- Poor timing for auto-dismissal
|
|
102
|
+
- Overwhelming users with too many toasts
|
|
103
|
+
code_examples:
|
|
104
|
+
- title: Success Toast
|
|
105
|
+
code: "<div class=\"slds-notify_container slds-is-relative\">\n <div class=\"slds-notify_toast slds-theme_success\"\
|
|
106
|
+
\ role=\"alert\">\n <span class=\"slds-assistive-text\">Success</span>\n <span class=\"slds-icon_container\
|
|
107
|
+
\ slds-icon-utility-success slds-m-right_small slds-no-flex slds-align-top\">\n <svg class=\"slds-icon slds-icon_small\"\
|
|
108
|
+
\ aria-hidden=\"true\">\n <use xlink:href=\"/assets/icons/utility-sprite/svg/symbols.svg#success\"></use>\n\
|
|
109
|
+
\ </svg>\n </span>\n <div class=\"slds-notify__content\">\n <h2 class=\"slds-text-heading_small\"\
|
|
110
|
+
>Account created successfully!</h2>\n </div>\n <div class=\"slds-notify__close\">\n <button class=\"\
|
|
111
|
+
slds-button slds-button_icon slds-button_icon-inverse\" title=\"Close\">\n <svg class=\"slds-button__icon slds-button__icon_x-small\"\
|
|
112
|
+
\ aria-hidden=\"true\">\n <use xlink:href=\"/assets/icons/utility-sprite/svg/symbols.svg#close\"></use>\n\
|
|
113
|
+
\ </svg>\n <span class=\"slds-assistive-text\">Close</span>\n </button>\n </div>\n\
|
|
114
|
+
\ </div>\n </div>\n"
|
|
115
|
+
- title: Error Toast
|
|
116
|
+
code: "<div class=\"slds-notify_container slds-is-relative\">\n <div class=\"slds-notify_toast slds-theme_error\" role=\"\
|
|
117
|
+
alert\">\n <span class=\"slds-assistive-text\">Error</span>\n <span class=\"slds-icon_container slds-icon-utility-error\
|
|
118
|
+
\ slds-m-right_small slds-no-flex slds-align-top\">\n <svg class=\"slds-icon slds-icon_small\" aria-hidden=\"\
|
|
119
|
+
true\">\n <use xlink:href=\"/assets/icons/utility-sprite/svg/symbols.svg#error\"></use>\n </svg>\n\
|
|
120
|
+
\ </span>\n <div class=\"slds-notify__content\">\n <h2 class=\"slds-text-heading_small\">Unable\
|
|
121
|
+
\ to save changes. Please try again.</h2>\n </div>\n </div>\n </div>\n"
|
|
122
|
+
styling_hooks:
|
|
123
|
+
- name: --slds-c-toast-color-background
|
|
124
|
+
description: Background color for default toasts
|
|
125
|
+
category: color
|
|
126
|
+
dependencies:
|
|
127
|
+
css_files:
|
|
128
|
+
- toast.css
|
|
129
|
+
- notify.css
|
|
130
|
+
- themes.css
|
|
131
|
+
javascript:
|
|
132
|
+
- toast.js
|
|
133
|
+
icons:
|
|
134
|
+
- utility-sprite.svg
|
|
135
|
+
other_components:
|
|
136
|
+
- button-icon
|
|
137
|
+
- icons
|
|
138
|
+
related_components:
|
|
139
|
+
- name: Alert
|
|
140
|
+
relationship: alternative
|
|
141
|
+
description: Alternative for persistent system-wide messages
|
|
142
|
+
- name: Notifications
|
|
143
|
+
relationship: similar
|
|
144
|
+
description: Similar feedback mechanism with different positioning
|
|
145
|
+
- name: Prompt
|
|
146
|
+
relationship: alternative
|
|
147
|
+
description: Modal dialogs for critical messages requiring action
|
|
148
|
+
references:
|
|
149
|
+
official_docs: https://v1.lightningdesignsystem.com/components/toast/
|
|
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.'
|