lightning-base-components 1.18.8-alpha → 1.19.1-alpha
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/README.md +1 -1
- package/metadata/raptor.json +51 -1
- package/package.json +25 -1
- package/scopedImports/@salesforce-internal-core.appVersion.js +1 -1
- package/scopedImports/@salesforce-label-LightningProgressRing.complete.js +1 -0
- package/scopedImports/@salesforce-label-LightningProgressRing.expired.js +1 -0
- package/scopedImports/@salesforce-label-LightningProgressRing.warning.js +1 -0
- package/scopedImports/@salesforce-label-LightningRecordPicker.defaultSelectedRecordErrorMessage.js +1 -0
- package/scopedImports/@salesforce-label-LightningRecordPicker.invalidConfigurationErrorMessage.js +1 -1
- package/scopedImports/@salesforce-label-LightningRecordPicker.loadingPlaceholder.js +1 -0
- package/scopedImports/@salesforce-label-LightningRecordPicker.messageWhenBadInputDefault.js +1 -0
- package/scopedImports/@salesforce-label-LightningServiceCloudVoiceToolkitApi.missingNbaParams.js +1 -1
- package/src/lightning/accordion/__docs__/accordion.md +2 -2
- package/src/lightning/accordion/accordion.slds.css +30 -29
- package/src/lightning/accordionSection/__docs__/accordionSection.md +1 -1
- package/src/lightning/accordionSection/accordion-section.slds.css +26 -24
- package/src/lightning/avatar/__docs__/avatar.md +1 -1
- package/src/lightning/avatar/avatar.slds.css +21 -22
- package/src/lightning/badge/__docs__/badge.md +1 -1
- package/src/lightning/barcodeScanner/__docs__/barcodeScanner.md +2 -2
- package/src/lightning/baseCombobox/base-combobox.slds.css +48 -71
- package/src/lightning/baseCombobox/baseCombobox.js +20 -7
- package/src/lightning/baseComboboxItem/listbox.slds.css +10 -25
- package/src/lightning/breadcrumb/breadcrumb.slds.css +2 -2
- package/src/lightning/breadcrumbs/__docs__/breadcrumbs.md +3 -3
- package/src/lightning/breadcrumbs/breadcrumbs.slds.css +4 -3
- package/src/lightning/button/__docs__/button.md +8 -8
- package/src/lightning/button/button.js +1 -0
- package/src/lightning/button/button.slds.css +3 -3
- package/src/lightning/buttonGroup/__docs__/buttonGroup.md +1 -1
- package/src/lightning/buttonIcon/__docs__/buttonIcon.md +1 -1
- package/src/lightning/buttonIcon/button-icon.slds.css +6 -6
- package/src/lightning/buttonIcon/buttonIcon.js +1 -0
- package/src/lightning/buttonIconStateful/__docs__/buttonIconStateful.md +1 -1
- package/src/lightning/buttonIconStateful/button-icon-stateful.slds.css +6 -6
- package/src/lightning/buttonIconStateful/buttonIconStateful.css +4 -0
- package/src/lightning/buttonMenu/__docs__/buttonMenu.md +3 -1
- package/src/lightning/buttonMenu/button-menu.slds.css +42 -51
- package/src/lightning/buttonMenu/buttonMenu.js +4 -1
- package/src/lightning/buttonStateful/__docs__/buttonStateful.md +2 -2
- package/src/lightning/buttonStateful/button-stateful.slds.css +19 -22
- package/src/lightning/calendar/calendar.slds.css +39 -48
- package/src/lightning/card/__docs__/card.md +5 -5
- package/src/lightning/card/card.slds.css +37 -18
- package/src/lightning/colorPickerCustom/color-picker-custom.slds.css +3 -3
- package/src/lightning/colorPickerPanel/popover.slds.css +1 -1
- package/src/lightning/combobox/__docs__/combobox.md +2 -0
- package/src/lightning/combobox/combobox.html +3 -2
- package/src/lightning/combobox/combobox.js +2 -0
- package/src/lightning/combobox/form-element.slds.css +23 -24
- package/src/lightning/datatable/__docs__/datatable.md +63 -8
- package/src/lightning/datepicker/datepicker.html +1 -1
- package/src/lightning/datepicker/datepicker.js +8 -0
- package/src/lightning/datepicker/form-element.slds.css +23 -24
- package/src/lightning/datepicker/input-text.slds.css +16 -16
- package/src/lightning/datetimepicker/form-element.slds.css +23 -24
- package/src/lightning/datetimepicker/input-text.slds.css +16 -16
- package/src/lightning/dialog/README.md +1 -1
- package/src/lightning/dualListbox/__docs__/dualListbox.md +1 -1
- package/src/lightning/dualListbox/dual-listbox.slds.css +4 -13
- package/src/lightning/dualListbox/form-element.slds.css +23 -24
- package/src/lightning/dualListbox/listbox.slds.css +10 -25
- package/src/lightning/dynamicIcon/dynamic-icon-ellie.slds.css +2 -2
- package/src/lightning/dynamicIcon/dynamic-icon-eq.slds.css +1 -1
- package/src/lightning/dynamicIcon/dynamic-icon-trend.slds.css +1 -1
- package/src/lightning/formattedDateTime/__docs__/formattedDateTime.md +1 -1
- package/src/lightning/formattedNumber/__docs__/formattedNumber.md +1 -1
- package/src/lightning/formattedRichText/formatted-rich-text.slds.css +0 -2
- package/src/lightning/helptext/form-element.slds.css +23 -24
- package/src/lightning/helptext/help-text.slds.css +6 -6
- package/src/lightning/icon/__docs__/icon.md +2 -2
- package/src/lightning/icon/icon.html +9 -3
- package/src/lightning/icon/icon.js +16 -12
- package/src/lightning/icon/icon.slds.css +14 -14
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/attribute_based_pricing.html +10 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/bundles_pricing.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/data_cloud.html +8 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/data_graph.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/dynamic_highlights_panel.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/header_discounts.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/impact_outcome.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/impact_strategy.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/impact_strategy_assignment.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/indicator_assignment.html +8 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/indicator_definition.html +8 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/indicator_performance_period.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/indicator_result.html +8 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/manual_discounts.html +9 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/no_code_model.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/outcome_activity.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/panel_detail.html +8 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/price_adjustment_matrix.html +8 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/registered_model.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/repeaters.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/scheduling_workspace.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/story.html +4 -2
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/time_period.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/travel_mode.html +2 -2
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/uploaded_model.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/volume_discounts.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/walkthroughs.html +8 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/templates.js +38 -1
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/apex_alt.html +8 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/data_cloud.html +8 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/data_graph.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/data_transforms.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/edit_gpt.html +8 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/einstein.html +4 -2
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/guidance.html +8 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/indicator_performance_period.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/mixed_sources_mapping.html +8 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/page_structure.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/sparkles.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/visibility_rule_assigned.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/walkthroughs.html +8 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/attribute_based_pricing.html +10 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/bundles_pricing.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/data_cloud.html +8 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/data_graph.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/dynamic_highlights_panel.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/header_discounts.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/impact_outcome.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/impact_strategy.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/impact_strategy_assignment.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/indicator_assignment.html +8 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/indicator_definition.html +8 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/indicator_performance_period.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/indicator_result.html +8 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/manual_discounts.html +9 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/no_code_model.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/outcome_activity.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/panel_detail.html +8 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/price_adjustment_matrix.html +8 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/registered_model.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/repeaters.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/scheduling_workspace.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/story.html +4 -2
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/time_period.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/travel_mode.html +2 -2
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/uploaded_model.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/volume_discounts.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/walkthroughs.html +8 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/templates.js +38 -1
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/apex_alt.html +8 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/data_cloud.html +8 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/data_graph.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/data_transforms.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/edit_gpt.html +8 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/einstein.html +4 -2
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/guidance.html +8 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/indicator_performance_period.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/mixed_sources_mapping.html +8 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/page_structure.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/sparkles.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/visibility_rule_assigned.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/walkthroughs.html +8 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/attribute_based_pricing.html +10 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/bundles_pricing.html +7 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/data_cloud.html +8 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/data_graph.html +7 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/dynamic_highlights_panel.html +7 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/header_discounts.html +7 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/impact_outcome.html +7 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/impact_strategy.html +7 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/impact_strategy_assignment.html +7 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/indicator_assignment.html +8 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/indicator_definition.html +8 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/indicator_performance_period.html +7 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/indicator_result.html +8 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/manual_discounts.html +9 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/no_code_model.html +7 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/outcome_activity.html +7 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/panel_detail.html +8 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/price_adjustment_matrix.html +8 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/registered_model.html +7 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/repeaters.html +7 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/scheduling_workspace.html +7 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/story.html +4 -2
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/time_period.html +7 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/travel_mode.html +2 -2
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/uploaded_model.html +7 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/volume_discounts.html +7 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/walkthroughs.html +8 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/templates.js +26 -1
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/attribute_based_pricing.html +10 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/bundles_pricing.html +7 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/data_cloud.html +8 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/data_graph.html +7 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/dynamic_highlights_panel.html +7 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/header_discounts.html +7 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/impact_outcome.html +7 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/impact_strategy.html +7 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/impact_strategy_assignment.html +7 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/indicator_assignment.html +8 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/indicator_definition.html +8 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/indicator_performance_period.html +7 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/indicator_result.html +8 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/manual_discounts.html +9 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/no_code_model.html +7 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/outcome_activity.html +7 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/panel_detail.html +8 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/price_adjustment_matrix.html +8 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/registered_model.html +7 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/repeaters.html +7 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/scheduling_workspace.html +7 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/story.html +4 -2
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/time_period.html +7 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/travel_mode.html +2 -2
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/uploaded_model.html +7 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/volume_discounts.html +7 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/walkthroughs.html +8 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/templates.js +26 -1
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/templates.js +13 -1
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/apex_alt.html +8 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/data_cloud.html +8 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/data_graph.html +7 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/data_transforms.html +7 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/edit_gpt.html +8 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/einstein.html +4 -2
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/guidance.html +8 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/indicator_performance_period.html +7 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/mixed_sources_mapping.html +8 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/page_structure.html +7 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/sparkles.html +7 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/visibility_rule_assigned.html +7 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/walkthroughs.html +8 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/templates.js +13 -1
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/apex_alt.html +8 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/data_cloud.html +8 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/data_graph.html +7 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/data_transforms.html +7 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/edit_gpt.html +8 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/einstein.html +4 -2
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/guidance.html +8 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/indicator_performance_period.html +7 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/mixed_sources_mapping.html +8 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/page_structure.html +7 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/sparkles.html +7 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/visibility_rule_assigned.html +7 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/walkthroughs.html +8 -0
- package/src/lightning/iconUtils/iconColors.js +1 -0
- package/src/lightning/iconUtils/iconUtils.js +10 -0
- package/src/lightning/input/__docs__/input.md +11 -6
- package/src/lightning/input/form-element.slds.css +23 -24
- package/src/lightning/input/input.html +2 -3
- package/src/lightning/input/input.js +14 -10
- package/src/lightning/inputAddress/__docs__/inputAddress.md +5 -5
- package/src/lightning/inputName/__docs__/inputName.md +4 -4
- package/src/lightning/layoutItem/__docs__/layoutItem.md +1 -1
- package/src/lightning/menuItem/menu-item.slds.css +3 -3
- package/src/lightning/modal/__docs__/migration.md +9 -9
- package/src/lightning/modal/__docs__/modal.md +5 -5
- package/src/lightning/modal/__modalUtils__/modalContainerTestConstants.js +2 -4
- package/src/lightning/modal/__modalUtils__/modalContainerTestMethods.js +96 -58
- package/src/lightning/modalBase/modalBase.js +26 -76
- package/src/lightning/modalBody/__docs__/modalBody.md +3 -3
- package/src/lightning/modalBody/modalBody.js +33 -36
- package/src/lightning/modalFooter/__docs__/modalFooter.md +3 -3
- package/src/lightning/modalFooter/modalFooter.js +1 -76
- package/src/lightning/modalHeader/__docs__/modalHeader.md +3 -3
- package/src/lightning/modalHeader/modalHeader.js +0 -68
- package/src/lightning/navigation/__docs__/navigation.md +3 -3
- package/src/lightning/pill/__docs__/pill.md +2 -2
- package/src/lightning/pill/avatar.slds.css +21 -22
- package/src/lightning/pill/pill.slds.css +17 -9
- package/src/lightning/pillContainer/__docs__/pillContainer.md +1 -1
- package/src/lightning/pillContainer/listbox.slds.css +10 -25
- package/src/lightning/pillContainer/pill-container.slds.css +19 -8
- package/src/lightning/pillContainer/pill.slds.css +17 -9
- package/src/lightning/popup/popover.slds.css +1 -1
- package/src/lightning/primitiveBubble/tooltip.slds.css +14 -23
- package/src/lightning/primitiveButton/primitiveButton.js +5 -1
- package/src/lightning/primitiveColorpickerButton/color-picker-button.slds.css +14 -14
- package/src/lightning/primitiveIcon/icon.slds.css +14 -14
- package/src/lightning/primitiveInputCheckbox/form-element.slds.css +23 -24
- package/src/lightning/primitiveInputCheckbox/input-checkbox.slds.css +7 -7
- package/src/lightning/primitiveInputCheckboxButton/form-element.slds.css +23 -24
- package/src/lightning/primitiveInputCheckboxButton/input-checkbox-button.slds.css +1 -6
- package/src/lightning/primitiveInputColor/form-element.slds.css +23 -24
- package/src/lightning/primitiveInputColor/input-color.slds.css +3 -3
- package/src/lightning/primitiveInputColor/input-text.slds.css +16 -16
- package/src/lightning/primitiveInputColor/primitiveInputColor.html +1 -1
- package/src/lightning/primitiveInputFile/button.slds.css +3 -3
- package/src/lightning/primitiveInputFile/form-element.slds.css +23 -24
- package/src/lightning/primitiveInputFile/input-file.slds.css +2 -2
- package/src/lightning/primitiveInputSimple/form-element.slds.css +23 -24
- package/src/lightning/primitiveInputSimple/input-text.slds.css +16 -16
- package/src/lightning/primitiveInputSimple/mobileInputUtils.js +24 -0
- package/src/lightning/primitiveInputSimple/primitiveInputSimple.html +1 -1
- package/src/lightning/primitiveInputSimple/primitiveInputSimple.js +82 -13
- package/src/lightning/primitiveInputToggle/form-element.slds.css +23 -24
- package/src/lightning/progressRing/progressRing.js +16 -3
- package/src/lightning/radioGroup/input-radio-group.slds.css +12 -13
- package/src/lightning/relativeDateTime/__docs__/relativeDateTime.md +1 -1
- package/src/lightning/select/__docs__/select.md +1 -1
- package/src/lightning/select/form-element.slds.css +23 -24
- package/src/lightning/select/select.slds.css +26 -27
- package/src/lightning/spinner/spinner.slds.css +5 -8
- package/src/lightning/tab/__docs__/tab.md +1 -1
- package/src/lightning/tab/tab.slds.css +8 -8
- package/src/lightning/tabBar/tab-bar.slds.css +31 -35
- package/src/lightning/tabset/__docs__/tabset.md +2 -2
- package/src/lightning/textarea/textarea.css +2 -1
- package/src/lightning/textarea/textarea.html +1 -1
- package/src/lightning/textarea/textarea.js +4 -1
- package/src/lightning/tile/__docs__/tile.md +1 -1
- package/src/lightning/timepicker/form-element.slds.css +23 -24
- package/src/lightning/toast/button-icon.slds.css +6 -6
- package/src/lightning/toast/formatted-rich-text.slds.css +0 -2
- package/src/lightning/toast/icon.slds.css +14 -14
- package/src/lightning/toast/toast.slds.css +101 -95
- package/src/lightning/toastContainer/toast.slds.css +101 -95
- package/src/lightning/utilsPrivate/utilsPrivate.js +9 -0
- package/src/lightning/icon/iconColors.js +0 -1
|
@@ -1,97 +1,103 @@
|
|
|
1
1
|
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
:
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
:
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
:
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
:host([data-render-mode="shadow"]) .slds-notify_toast a
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
:host([data-render-mode="shadow"]) .slds-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
:
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
:
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
/* TODO W-12674349: remove after
|
|
90
|
-
|
|
91
|
-
:
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
2
|
+
@supports (--styling-hooks: '') {
|
|
3
|
+
/* re-assign current slds hooks using deprecated naming conventions */
|
|
4
|
+
:host([data-render-mode="shadow"]) {
|
|
5
|
+
--slds-c-toast-spacing-block-end: var(--slds-c-toast-spacing-blockend);
|
|
6
|
+
--slds-c-toast-spacing-block-start: var(--slds-c-toast-spacing-blockstart);
|
|
7
|
+
--slds-c-toast-spacing-inline-end: var(--slds-c-toast-spacing-inlineend);
|
|
8
|
+
--slds-c-toast-spacing-inline-start: var(--slds-c-toast-spacing-inlinestart);
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
:host([data-render-mode="shadow"]) .slds-notify_toast {
|
|
12
|
+
display: inline-flex;
|
|
13
|
+
align-items: center;
|
|
14
|
+
position: relative;
|
|
15
|
+
background: none;
|
|
16
|
+
background-color: var(--slds-c-toast-color-background, var(--sds-g-color-neutral-base-50, #747474));
|
|
17
|
+
color: var(--slds-c-toast-text-color, var(--sds-g-color-neutral-base-100, #ffffff));
|
|
18
|
+
border-radius: var(--slds-c-toast-radius-border, var(--sds-g-radius-border-2, 0.25rem));
|
|
19
|
+
margin: var(--sds-g-spacing-2, 0.5rem);
|
|
20
|
+
padding-block-start: var(--slds-c-toast-spacing-blockstart, var(--sds-g-spacing-3, 0.75rem));
|
|
21
|
+
padding-inline-end: var(--slds-c-toast-spacing-inlineend, var(--sds-g-spacing-8, 3rem));
|
|
22
|
+
padding-block-end: var(--slds-c-toast-spacing-blockend, var(--sds-g-spacing-3, 0.75rem));
|
|
23
|
+
padding-inline-start: var(--slds-c-toast-spacing-inlinestart, var(--sds-g-spacing-5, 1.5rem));
|
|
24
|
+
min-width: var(--slds-c-toast-sizing-min-width, var(--sds-g-sizing-16, 30rem));
|
|
25
|
+
text-align: left;
|
|
26
|
+
justify-content: flex-start;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
:host([data-render-mode="shadow"]) .slds-notify_toast a {
|
|
30
|
+
color: currentcolor;
|
|
31
|
+
border: var(--sds-g-sizing-border-1, 1px) solid transparent;
|
|
32
|
+
border-radius: var(--sds-g-radius-border-2, 0.25rem);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
:host([data-render-mode="shadow"]) .slds-notify_toast a:hover,:host([data-render-mode="shadow"])
|
|
36
|
+
.slds-notify_toast a:focus {
|
|
37
|
+
text-decoration: none;
|
|
38
|
+
outline: 0;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
:host([data-render-mode="shadow"]) .slds-notify_toast a:focus {
|
|
42
|
+
box-shadow: 0 0 3px var(--sds-g-color-neutral-base-95, #f3f3f3);
|
|
43
|
+
border: var(--sds-g-sizing-border-1, 1px) solid var(--slds-g-color-neutral-base-100, var(--sds-g-color-neutral-base-100, #ffffff));
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
:host([data-render-mode="shadow"]) .slds-notify_toast a:active {
|
|
47
|
+
color: var(--slds-g-color-neutral-100-opacity-50, rgba(255, 255, 255, 50%));
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
:host([data-render-mode="shadow"]) .slds-notify_toast a[disabled] {
|
|
51
|
+
color: var(--slds-g-color-neutral-100-opacity-10, rgba(255, 255, 255, 15%));
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
:host([data-render-mode="shadow"]) .slds-notify_toast .slds-notify__close {
|
|
55
|
+
float: right;
|
|
56
|
+
position: absolute;
|
|
57
|
+
top: var(--sds-g-spacing-3, 0.75rem);
|
|
58
|
+
right: var(--sds-g-spacing-3, 0.75rem);
|
|
59
|
+
margin-inline-start: var(--sds-g-spacing-1, 0.25rem);
|
|
60
|
+
transform: translateY(-0.125rem);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
:host([data-render-mode="shadow"]) .slds-region_narrow .slds-notify_toast {
|
|
64
|
+
min-width: auto;
|
|
65
|
+
width: 100%;
|
|
66
|
+
margin-inline-start: 0;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
/* TODO W-12674349: remove after name-value-list utils are added */
|
|
70
|
+
:host([data-render-mode="shadow"]) .slds-list--inline {
|
|
71
|
+
display: inline-flex;
|
|
72
|
+
max-width: 100%;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
/* TODO W-12674349: remove after assistive text util is added */
|
|
76
|
+
:host([data-render-mode="shadow"]) .slds-assistive-text {
|
|
77
|
+
position: absolute !important;
|
|
78
|
+
margin: -1px !important;
|
|
79
|
+
border: 0 !important;
|
|
80
|
+
padding: 0 !important;
|
|
81
|
+
width: 1px !important;
|
|
82
|
+
height: 1px !important;
|
|
83
|
+
overflow: hidden !important;
|
|
84
|
+
clip: rect(0 0 0 0) !important;
|
|
85
|
+
text-transform: none !important;
|
|
86
|
+
white-space: nowrap !important;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
/* TODO W-12674349: remove after text utils are added */
|
|
90
|
+
:host([data-render-mode="shadow"]) .slds-text-heading_small {
|
|
91
|
+
font-size: var(--sds-g-font-size-base, 1rem);
|
|
92
|
+
line-height: var(--sds-g-font-lineheight-2, 1.25);
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
/* TODO W-12674349: remove after alert is added */
|
|
96
|
+
:host([data-render-mode="shadow"]) .slds-notify__close {
|
|
97
|
+
position: absolute;
|
|
98
|
+
top: 50%;
|
|
99
|
+
right: var(--sds-g-spacing-3, 0.75rem);
|
|
100
|
+
margin-inline-start: var(--sds-g-spacing-1, 0.25rem);
|
|
101
|
+
transform: translateY(-50%);
|
|
102
|
+
}
|
|
97
103
|
}
|
|
@@ -1,97 +1,103 @@
|
|
|
1
1
|
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
:
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
:
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
:
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
:host([data-render-mode="shadow"]) .slds-notify_toast a
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
:host([data-render-mode="shadow"]) .slds-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
:
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
:
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
/* TODO W-12674349: remove after
|
|
90
|
-
|
|
91
|
-
:
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
2
|
+
@supports (--styling-hooks: '') {
|
|
3
|
+
/* re-assign current slds hooks using deprecated naming conventions */
|
|
4
|
+
:host([data-render-mode="shadow"]) {
|
|
5
|
+
--slds-c-toast-spacing-block-end: var(--slds-c-toast-spacing-blockend);
|
|
6
|
+
--slds-c-toast-spacing-block-start: var(--slds-c-toast-spacing-blockstart);
|
|
7
|
+
--slds-c-toast-spacing-inline-end: var(--slds-c-toast-spacing-inlineend);
|
|
8
|
+
--slds-c-toast-spacing-inline-start: var(--slds-c-toast-spacing-inlinestart);
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
:host([data-render-mode="shadow"]) .slds-notify_toast {
|
|
12
|
+
display: inline-flex;
|
|
13
|
+
align-items: center;
|
|
14
|
+
position: relative;
|
|
15
|
+
background: none;
|
|
16
|
+
background-color: var(--slds-c-toast-color-background, var(--sds-g-color-neutral-base-50, #747474));
|
|
17
|
+
color: var(--slds-c-toast-text-color, var(--sds-g-color-neutral-base-100, #ffffff));
|
|
18
|
+
border-radius: var(--slds-c-toast-radius-border, var(--sds-g-radius-border-2, 0.25rem));
|
|
19
|
+
margin: var(--sds-g-spacing-2, 0.5rem);
|
|
20
|
+
padding-block-start: var(--slds-c-toast-spacing-blockstart, var(--sds-g-spacing-3, 0.75rem));
|
|
21
|
+
padding-inline-end: var(--slds-c-toast-spacing-inlineend, var(--sds-g-spacing-8, 3rem));
|
|
22
|
+
padding-block-end: var(--slds-c-toast-spacing-blockend, var(--sds-g-spacing-3, 0.75rem));
|
|
23
|
+
padding-inline-start: var(--slds-c-toast-spacing-inlinestart, var(--sds-g-spacing-5, 1.5rem));
|
|
24
|
+
min-width: var(--slds-c-toast-sizing-min-width, var(--sds-g-sizing-16, 30rem));
|
|
25
|
+
text-align: left;
|
|
26
|
+
justify-content: flex-start;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
:host([data-render-mode="shadow"]) .slds-notify_toast a {
|
|
30
|
+
color: currentcolor;
|
|
31
|
+
border: var(--sds-g-sizing-border-1, 1px) solid transparent;
|
|
32
|
+
border-radius: var(--sds-g-radius-border-2, 0.25rem);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
:host([data-render-mode="shadow"]) .slds-notify_toast a:hover,:host([data-render-mode="shadow"])
|
|
36
|
+
.slds-notify_toast a:focus {
|
|
37
|
+
text-decoration: none;
|
|
38
|
+
outline: 0;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
:host([data-render-mode="shadow"]) .slds-notify_toast a:focus {
|
|
42
|
+
box-shadow: 0 0 3px var(--sds-g-color-neutral-base-95, #f3f3f3);
|
|
43
|
+
border: var(--sds-g-sizing-border-1, 1px) solid var(--slds-g-color-neutral-base-100, var(--sds-g-color-neutral-base-100, #ffffff));
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
:host([data-render-mode="shadow"]) .slds-notify_toast a:active {
|
|
47
|
+
color: var(--slds-g-color-neutral-100-opacity-50, rgba(255, 255, 255, 50%));
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
:host([data-render-mode="shadow"]) .slds-notify_toast a[disabled] {
|
|
51
|
+
color: var(--slds-g-color-neutral-100-opacity-10, rgba(255, 255, 255, 15%));
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
:host([data-render-mode="shadow"]) .slds-notify_toast .slds-notify__close {
|
|
55
|
+
float: right;
|
|
56
|
+
position: absolute;
|
|
57
|
+
top: var(--sds-g-spacing-3, 0.75rem);
|
|
58
|
+
right: var(--sds-g-spacing-3, 0.75rem);
|
|
59
|
+
margin-inline-start: var(--sds-g-spacing-1, 0.25rem);
|
|
60
|
+
transform: translateY(-0.125rem);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
:host([data-render-mode="shadow"]) .slds-region_narrow .slds-notify_toast {
|
|
64
|
+
min-width: auto;
|
|
65
|
+
width: 100%;
|
|
66
|
+
margin-inline-start: 0;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
/* TODO W-12674349: remove after name-value-list utils are added */
|
|
70
|
+
:host([data-render-mode="shadow"]) .slds-list--inline {
|
|
71
|
+
display: inline-flex;
|
|
72
|
+
max-width: 100%;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
/* TODO W-12674349: remove after assistive text util is added */
|
|
76
|
+
:host([data-render-mode="shadow"]) .slds-assistive-text {
|
|
77
|
+
position: absolute !important;
|
|
78
|
+
margin: -1px !important;
|
|
79
|
+
border: 0 !important;
|
|
80
|
+
padding: 0 !important;
|
|
81
|
+
width: 1px !important;
|
|
82
|
+
height: 1px !important;
|
|
83
|
+
overflow: hidden !important;
|
|
84
|
+
clip: rect(0 0 0 0) !important;
|
|
85
|
+
text-transform: none !important;
|
|
86
|
+
white-space: nowrap !important;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
/* TODO W-12674349: remove after text utils are added */
|
|
90
|
+
:host([data-render-mode="shadow"]) .slds-text-heading_small {
|
|
91
|
+
font-size: var(--sds-g-font-size-base, 1rem);
|
|
92
|
+
line-height: var(--sds-g-font-lineheight-2, 1.25);
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
/* TODO W-12674349: remove after alert is added */
|
|
96
|
+
:host([data-render-mode="shadow"]) .slds-notify__close {
|
|
97
|
+
position: absolute;
|
|
98
|
+
top: 50%;
|
|
99
|
+
right: var(--sds-g-spacing-3, 0.75rem);
|
|
100
|
+
margin-inline-start: var(--sds-g-spacing-1, 0.25rem);
|
|
101
|
+
transform: translateY(-50%);
|
|
102
|
+
}
|
|
97
103
|
}
|
|
@@ -52,6 +52,7 @@ export {
|
|
|
52
52
|
} from './ariaLevelHeadingUtils.js';
|
|
53
53
|
|
|
54
54
|
export { isCSR } from './ssr';
|
|
55
|
+
import formFactor from '@salesforce/client/formFactor';
|
|
55
56
|
|
|
56
57
|
/**
|
|
57
58
|
* @param {HTMLElement} element Element to act on
|
|
@@ -272,3 +273,11 @@ export function isNativeComponent(cmp) {
|
|
|
272
273
|
}
|
|
273
274
|
return false;
|
|
274
275
|
}
|
|
276
|
+
|
|
277
|
+
/**
|
|
278
|
+
* Checks if a desktop browser is being used in the enviroment
|
|
279
|
+
* @returns {Boolean} is a desktop browser being used
|
|
280
|
+
*/
|
|
281
|
+
export function isDesktopBrowser() {
|
|
282
|
+
return formFactor === 'Large';
|
|
283
|
+
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export const iconColors = {"standard":{"contact":"rgb(88, 103, 232)","crypto_transaction":"rgb(255, 93, 45)","multi_select_checkbox":"rgb(147, 147, 147)","work_order":"rgb(6, 165, 154)","post":"rgb(27, 150, 255)","global_constant":"rgb(16, 124, 173)","change_request":"rgb(5, 103, 100)","carousel":"rgb(59, 167, 85)","work_contract":"rgb(27, 150, 255)","resource_skill":"rgb(59, 167, 85)","system_and_global_variable":"rgb(16, 124, 173)","segments":"rgb(255, 93, 45)","account_info":"rgb(88, 103, 232)","goals":"rgb(27, 150, 255)","tour_check":"rgb(144, 80, 233)","adjust_value":"rgb(59, 167, 85)","case_wrap_up":"rgb(255, 93, 45)","investment_account":"rgb(59, 167, 85)","store":"rgb(34, 104, 62)","slider":"rgb(147, 147, 147)","output":"rgb(16, 124, 173)","medication_ingredient":"rgb(6, 165, 154)","store_group":"rgb(27, 150, 255)","all":"rgb(16, 124, 173)","service_territory_policy":"rgb(27, 150, 255)","slack_conversations":"rgb(72, 26, 84)","picklist_choice":"rgb(16, 124, 173)","choice":"rgb(16, 124, 173)","funding_requirement":"rgb(34, 104, 62)","your_account":"rgb(27, 150, 255)","app":"rgb(255, 93, 45)","default":"rgb(147, 147, 147)","case_milestone":"rgb(255, 93, 45)","today":"rgb(255, 83, 138)","buyer_account":"rgb(34, 104, 62)","lead_list":"rgb(255, 93, 45)","work_plan_template":"rgb(6, 165, 154)","tableau":"rgb(15, 30, 60)","shift":"rgb(255, 83, 138)","product_item_transaction":"rgb(255, 93, 45)","person_language":"rgb(6, 165, 154)","apex":"rgb(16, 124, 173)","reply_text":"rgb(255, 83, 138)","answer_private":"rgb(255, 93, 45)","immunization":"rgb(255, 83, 138)","asset_downtime_period":"rgb(16, 124, 173)","opportunity_contact role":"rgb(88, 103, 232)","retail_banking_console":"rgb(6, 165, 154)","channel_program_members":"rgb(6, 165, 154)","apps_admin":"rgb(88, 103, 232)","datadotcom":"rgb(27, 150, 255)","settings":"rgb(34, 104, 62)","network_contract":"rgb(59, 167, 85)","crypto_transaction_envelope_item":"rgb(16, 124, 173)","product_item":"rgb(27, 150, 255)","metrics":"rgb(27, 150, 255)","topic2":"rgb(27, 150, 255)","partner_fund_allocation":"rgb(6, 165, 154)","care_request_reviewer":"rgb(59, 167, 85)","crypto_transaction_envelope_change_snapshot":"rgb(203, 101, 255)","approval":"rgb(59, 167, 85)","work_queue":"rgb(16, 124, 173)","iot_orchestrations":"rgb(16, 124, 173)","visualforce_page":"rgb(255, 93, 45)","person_account":"rgb(88, 103, 232)","entity":"rgb(255, 93, 45)","service_territory_location":"rgb(88, 103, 232)","qualifications":"rgb(34, 104, 62)","document_preview":"rgb(182, 5, 84)","tax_treatment":"rgb(34, 104, 62)","entitlement_policy":"rgb(34, 104, 62)","form":"rgb(59, 167, 85)","products":"rgb(34, 104, 62)","prompt":"rgb(6, 165, 154)","order_item":"rgb(27, 150, 255)","read_receipts":"rgb(59, 167, 85)","javascript_button":"rgb(255, 93, 45)","maintenance_asset":"rgb(16, 124, 173)","work_plan_rule":"rgb(6, 165, 154)","loop":"rgb(255, 93, 45)","portal_roles_and_subordinates":"rgb(27, 150, 255)","work_capacity_limit":"rgb(16, 124, 173)","employee_organization":"rgb(27, 150, 255)","workforce_engagement":"rgb(182, 5, 84)","constant":"rgb(16, 124, 173)","marketing_actions":"rgb(59, 167, 85)","case_transcript":"rgb(255, 93, 45)","timesheet_entry":"rgb(59, 167, 85)","key_dates":"rgb(27, 150, 255)","multi_picklist":"rgb(147, 147, 147)","facility_bed":"rgb(255, 83, 138)","product_workspace":"rgb(34, 104, 62)","visit_templates":"rgb(27, 150, 255)","restriction_policy":"rgb(27, 150, 255)","task":"rgb(59, 167, 85)","answer_best":"rgb(255, 93, 45)","attach":"rgb(144, 80, 233)","asset_action":"rgb(16, 124, 173)","section":"rgb(147, 147, 147)","service_request":"rgb(27, 150, 255)","orders":"rgb(27, 150, 255)","propagation_policy":"rgb(27, 150, 255)","budget":"rgb(16, 124, 173)","report_type":"rgb(59, 167, 85)","past_chat":"rgb(255, 93, 45)","crypto_transaction_envelope_change_log":"rgb(8, 73, 104)","feedback":"rgb(27, 150, 255)","action_list_component":"rgb(16, 124, 173)","opportunity_splits":"rgb(255, 93, 45)","location_permit":"rgb(6, 165, 154)","messaging_user":"rgb(6, 165, 154)","filter_criteria":"rgb(16, 124, 173)","tax_policy":"rgb(34, 104, 62)","trailhead":"rgb(3, 45, 96)","entitlements":"rgb(144, 80, 233)","checkout":"rgb(34, 104, 62)","formula":"rgb(16, 124, 173)","case_log_a_call":"rgb(255, 93, 45)","shift_pattern_entry":"rgb(255, 83, 138)","thanks_loading":"rgb(147, 147, 147)","job_family":"rgb(27, 150, 255)","service_appointment_capacity_usage":"rgb(16, 124, 173)","channel_program_levels":"rgb(6, 165, 154)","letterhead":"rgb(27, 150, 255)","promotions_workspace":"rgb(34, 104, 62)","nft_settings":"rgb(255, 83, 138)","asset_hierarchy":"rgb(16, 124, 173)","email_chatter":"rgb(255, 93, 45)","document_reference":"rgb(16, 124, 173)","announcement":"rgb(27, 150, 255)","field_sales":"rgb(144, 80, 233)","bot":"rgb(16, 124, 173)","macros":"rgb(6, 165, 154)","dashboard_ea":"rgb(88, 103, 232)","job_profile":"rgb(255, 83, 138)","steps":"rgb(16, 124, 173)","snippet_alt":"rgb(16, 124, 173)","asset_relationship":"rgb(255, 93, 45)","high_velocity_sales":"rgb(6, 165, 154)","brand":"rgb(88, 103, 232)","historical_adherence":"rgb(6, 165, 154)","visits":"rgb(27, 150, 255)","einstein_replies":"rgb(255, 83, 138)","coaching":"rgb(255, 83, 138)","record_lookup":"rgb(255, 83, 138)","product_service_campaign_item":"rgb(16, 124, 173)","scheduling_constraint":"rgb(255, 83, 138)","lightning_component":"rgb(147, 147, 147)","search":"rgb(27, 150, 255)","connected_apps":"rgb(88, 103, 232)","swarm_request":"rgb(255, 83, 138)","work_type_group":"rgb(16, 124, 173)","education":"rgb(27, 150, 255)","work_type":"rgb(16, 124, 173)","travel_mode":"rgb(59, 167, 85)","environment_hub":"rgb(16, 124, 173)","identifier":"rgb(255, 93, 45)","cms":"rgb(59, 167, 85)","call_coaching":"rgb(27, 150, 255)","salesforce_cms":"rgb(16, 124, 173)","price_sheet":"rgb(59, 167, 85)","thanks":"rgb(255, 83, 138)","service_territory_member":"rgb(88, 103, 232)","work_forecast":"rgb(255, 93, 45)","crypto_product_category_wallet_role":"rgb(5, 103, 100)","holiday_operating_hours":"rgb(27, 150, 255)","user_role":"rgb(59, 167, 85)","observation_component":"rgb(88, 103, 232)","orchestrator":"rgb(16, 124, 173)","work_capacity_usage":"rgb(16, 124, 173)","record_create":"rgb(255, 83, 138)","campaign_members":"rgb(255, 93, 45)","retail_banking":"rgb(6, 165, 154)","product_service_campaign":"rgb(16, 124, 173)","portal_roles":"rgb(255, 93, 45)","calibration":"rgb(6, 165, 154)","answer_public":"rgb(255, 93, 45)","display_text":"rgb(147, 147, 147)","product_consumed_state":"rgb(6, 165, 154)","budget_category_value":"rgb(27, 150, 255)","unmatched":"rgb(27, 150, 255)","partners":"rgb(6, 165, 154)","email_iq":"rgb(88, 103, 232)","mulesoft":"rgb(27, 150, 255)","service_crew":"rgb(255, 93, 45)","payment_gateway":"rgb(5, 103, 100)","voice_call":"rgb(59, 167, 85)","cancel_checkout":"rgb(147, 147, 147)","asset_warranty":"rgb(16, 124, 173)","resource_capacity":"rgb(59, 167, 85)","setup_modal":"rgb(16, 124, 173)","channel_programs":"rgb(6, 165, 154)","quip":"rgb(255, 93, 45)","quip_sheet":"rgb(59, 167, 85)","timeslot":"rgb(255, 93, 45)","live_chat":"rgb(255, 93, 45)","service_request_detail":"rgb(6, 165, 154)","med_rec_statement_recommendation":"rgb(88, 103, 232)","job_position":"rgb(27, 150, 255)","sobject_collection":"rgb(16, 124, 173)","user":"rgb(6, 165, 154)","client":"rgb(6, 165, 154)","screen":"rgb(27, 150, 255)","portal":"rgb(59, 167, 85)","partner_fund_request":"rgb(6, 165, 154)","asset_audit":"rgb(144, 80, 233)","resource_preference":"rgb(59, 167, 85)","first_non_empty":"rgb(255, 83, 138)","customer_360":"rgb(3, 45, 96)","employee_job":"rgb(27, 150, 255)","resource_absence":"rgb(59, 167, 85)","text_template":"rgb(16, 124, 173)","entitlement_template":"rgb(88, 103, 232)","lightning_usage":"rgb(88, 103, 232)","product_transfer_state":"rgb(255, 93, 45)","medication_dispense":"rgb(27, 150, 255)","entitlement":"rgb(88, 103, 232)","empty":"rgb(147, 147, 147)","text":"rgb(147, 147, 147)","delegated_account":"rgb(34, 104, 62)","fulfillment_order":"rgb(147, 147, 147)","case_email":"rgb(255, 93, 45)","account":"rgb(88, 103, 232)","coupon_codes":"rgb(34, 104, 62)","assignment":"rgb(255, 93, 45)","wealth_management_console":"rgb(6, 165, 154)","task2":"rgb(59, 167, 85)","patient_medication_dosage":"rgb(6, 165, 154)","code_playground":"rgb(16, 124, 173)","social":"rgb(255, 83, 138)","endorsement":"rgb(88, 103, 232)","folder":"rgb(88, 103, 232)","service_crew_member":"rgb(88, 103, 232)","variation_attribute_setup":"rgb(34, 104, 62)","connect_wallet":"rgb(182, 5, 84)","flow":"rgb(16, 124, 173)","recipe":"rgb(16, 124, 173)","expense_report_entry":"rgb(47, 44, 183)","employee":"rgb(27, 150, 255)","omni_supervisor":"rgb(88, 103, 232)","capacity_plan":"rgb(255, 83, 138)","asset_object":"rgb(16, 124, 173)","product":"rgb(144, 80, 233)","crypto_transaction_envelope":"rgb(5, 103, 100)","topic":"rgb(27, 150, 255)","product_required":"rgb(255, 83, 138)","dynamic_record_choice":"rgb(16, 124, 173)","aggregation_policy":"rgb(27, 150, 255)","warranty_term":"rgb(16, 124, 173)","process":"rgb(16, 124, 173)","swarm_session":"rgb(255, 83, 138)","people":"rgb(6, 165, 154)","medication":"rgb(59, 167, 85)","reward":"rgb(255, 83, 138)","employee_contact":"rgb(27, 150, 255)","bundle_policy":"rgb(27, 150, 255)","performance":"rgb(255, 93, 45)","promotions":"rgb(34, 104, 62)","case_comment":"rgb(255, 93, 45)","price_book_entries":"rgb(34, 104, 62)","sales_channel":"rgb(16, 124, 173)","apex_plugin":"rgb(16, 124, 173)","campaign":"rgb(255, 93, 45)","contact_request":"rgb(255, 93, 45)","business_hours":"rgb(59, 167, 85)","evernote":"rgb(59, 167, 85)","variation_products":"rgb(34, 104, 62)","trailhead_alt":"rgb(3, 45, 96)","service_territory":"rgb(88, 103, 232)","customer_lifecycle_analytics":"rgb(88, 103, 232)","code_set":"rgb(16, 124, 173)","case":"rgb(255, 93, 45)","slack":"rgb(74, 21, 75)","currency":"rgb(147, 147, 147)","record":"rgb(59, 167, 85)","code_set_bundle":"rgb(16, 124, 173)","queue":"rgb(16, 124, 173)","schedule_objective":"rgb(16, 124, 173)","contract_line_item":"rgb(59, 167, 85)","skill_entity":"rgb(88, 103, 232)","funding_award_adjustment":"rgb(27, 150, 255)","skill":"rgb(255, 93, 45)","operating_hours":"rgb(27, 150, 255)","crypto_product":"rgb(144, 80, 233)","custom":"rgb(147, 147, 147)","related_list":"rgb(6, 165, 154)","bot_training":"rgb(16, 124, 173)","case_change_status":"rgb(255, 93, 45)","insurance_console":"rgb(6, 165, 154)","dashboard_component":"rgb(88, 103, 232)","incident":"rgb(182, 5, 84)","contract":"rgb(59, 167, 85)","sobject":"rgb(147, 147, 147)","sales_cadence_target":"rgb(16, 124, 173)","photo":"rgb(147, 147, 147)","apps":"rgb(27, 150, 255)","timesheet":"rgb(88, 103, 232)","drafts":"rgb(27, 150, 255)","outcome":"rgb(255, 93, 45)","discounts":"rgb(34, 104, 62)","work_order_item":"rgb(27, 150, 255)","pricebook":"rgb(144, 80, 233)","scan_card":"rgb(255, 93, 45)","note":"rgb(255, 93, 45)","serialized_product_transaction":"rgb(27, 150, 255)","shift_pattern":"rgb(255, 83, 138)","buyer_group":"rgb(34, 104, 62)","product_quantity_rules":"rgb(34, 104, 62)","medication_reconciliation":"rgb(16, 124, 173)","procedure":"rgb(27, 150, 255)","opportunity":"rgb(255, 93, 45)","news":"rgb(88, 103, 232)","sort_policy":"rgb(27, 150, 255)","display_rich_text":"rgb(147, 147, 147)","strategy":"rgb(59, 167, 85)","call_history":"rgb(255, 93, 45)","webcart":"rgb(34, 104, 62)","serialized_product":"rgb(27, 150, 255)","tax_rate":"rgb(34, 104, 62)","report":"rgb(6, 165, 154)","customer_workspace":"rgb(34, 104, 62)","groups":"rgb(27, 150, 255)","data_model":"rgb(255, 83, 138)","dashboard":"rgb(255, 83, 138)","generic_loading":"rgb(147, 147, 147)","number_input":"rgb(147, 147, 147)","toggle":"rgb(147, 147, 147)","address":"rgb(59, 167, 85)","price_books":"rgb(34, 104, 62)","entity_milestone":"rgb(255, 93, 45)","contract_line_outcome":"rgb(34, 104, 62)","wealth_management":"rgb(6, 165, 154)","customers":"rgb(6, 165, 154)","disclosure_and_compliance":"rgb(6, 165, 154)","story":"rgb(16, 124, 173)","service_appointment":"rgb(88, 103, 232)","maintenance_plan":"rgb(16, 124, 173)","contract_line_outcome_data":"rgb(34, 104, 62)","data_integration_hub":"rgb(16, 124, 173)","person_name":"rgb(88, 103, 232)","work_plan_template_entry":"rgb(6, 165, 154)","hierarchy":"rgb(6, 165, 154)","custom_component_task":"rgb(88, 103, 232)","partner_marketing_budget":"rgb(6, 165, 154)","asset_action_source":"rgb(16, 124, 173)","skill_requirement":"rgb(255, 93, 45)","filter_criteria_rule":"rgb(16, 124, 173)","location":"rgb(59, 167, 85)","promotion_tiers":"rgb(34, 104, 62)","radio_button":"rgb(147, 147, 147)","avatar_loading":"rgb(147, 147, 147)","article":"rgb(255, 93, 45)","learner_program":"rgb(255, 93, 45)","invocable_action":"rgb(16, 124, 173)","device":"rgb(88, 103, 232)","proposition":"rgb(27, 150, 255)","snippets":"rgb(6, 165, 154)","customer_portal_users":"rgb(27, 150, 255)","actions_and_buttons":"rgb(255, 93, 45)","record_update":"rgb(255, 83, 138)","shift_type":"rgb(255, 83, 138)","water":"rgb(88, 103, 232)","log_a_call":"rgb(6, 165, 154)","crypto_wallet":"rgb(34, 104, 62)","crypto_wallet_group":"rgb(16, 124, 173)","quotes":"rgb(59, 167, 85)","question_feed":"rgb(255, 93, 45)","kanban":"rgb(27, 150, 255)","work_plan":"rgb(6, 165, 154)","shift_template":"rgb(255, 83, 138)","merge":"rgb(255, 93, 45)","expense":"rgb(47, 44, 183)","dataset":"rgb(144, 80, 233)","shift_preference":"rgb(255, 83, 138)","product_consumed":"rgb(6, 165, 154)","canvas":"rgb(147, 147, 147)","forecasts":"rgb(59, 167, 85)","relationship":"rgb(27, 150, 255)","tour":"rgb(144, 80, 233)","service_resource":"rgb(88, 103, 232)","filter":"rgb(47, 44, 183)","sales_path":"rgb(16, 124, 173)","shift_scheduling_operation":"rgb(255, 83, 138)","events":"rgb(27, 150, 255)","data_mapping":"rgb(3, 45, 96)","sms":"rgb(59, 167, 85)","rtc_presence":"rgb(6, 165, 154)","avatar":"rgb(27, 150, 255)","record_delete":"rgb(255, 83, 138)","solution":"rgb(59, 167, 85)","nft_studio":"rgb(88, 103, 232)","agent_home":"rgb(3, 45, 96)","partner_fund_claim":"rgb(6, 165, 154)","individual":"rgb(27, 150, 255)","custom_notification":"rgb(27, 150, 255)","contract_payment":"rgb(144, 80, 233)","date_input":"rgb(147, 147, 147)","catalog":"rgb(34, 104, 62)","template":"rgb(27, 150, 255)","activation_target":"rgb(203, 101, 255)","selling_model":"rgb(144, 80, 233)","shipment":"rgb(88, 103, 232)","budget_allocation":"rgb(16, 124, 173)","record_signature_task":"rgb(255, 83, 138)","event":"rgb(255, 83, 138)","insurance":"rgb(6, 165, 154)","live_chat_visitor":"rgb(255, 93, 45)","textarea":"rgb(147, 147, 147)","work_step":"rgb(6, 165, 154)","picklist_type":"rgb(147, 147, 147)","survey":"rgb(16, 124, 173)","link":"rgb(27, 150, 255)","messaging_session":"rgb(6, 165, 154)","video":"rgb(144, 80, 233)","list_email":"rgb(147, 147, 147)","med_rec_recommendation":"rgb(6, 165, 154)","crypto_wallet_group_item":"rgb(144, 80, 233)","recycle_bin":"rgb(27, 150, 255)","document":"rgb(147, 147, 147)","product_transfer":"rgb(255, 93, 45)","instore_locations":"rgb(16, 124, 173)","recent":"rgb(27, 150, 255)","practitioner_role":"rgb(255, 83, 138)","password":"rgb(147, 147, 147)","datashare_target":"rgb(255, 83, 138)","expense_report":"rgb(47, 44, 183)","branch_merge":"rgb(255, 83, 138)","ai_accelerator_card":"rgb(16, 124, 173)","insights":"rgb(203, 101, 255)","budget_period":"rgb(150, 2, 199)","market":"rgb(34, 104, 62)","dropbox":"rgb(27, 150, 255)","unified_health_score":"rgb(88, 103, 232)","bill_of_materials":"rgb(255, 93, 45)","calculated_insights":"rgb(27, 150, 255)","employee_job_position":"rgb(27, 150, 255)","file":"rgb(147, 147, 147)","currency_input":"rgb(147, 147, 147)","data_transforms":"rgb(88, 103, 232)","variable":"rgb(16, 124, 173)","team_member":"rgb(255, 93, 45)","pricing_workspace":"rgb(34, 104, 62)","agent_session":"rgb(255, 93, 45)","guidance_center":"rgb(88, 103, 232)","crypto_category_wallet_group":"rgb(182, 5, 84)","group_loading":"rgb(147, 147, 147)","lead":"rgb(255, 93, 45)","email":"rgb(147, 147, 147)","service_contract":"rgb(88, 103, 232)","decision":"rgb(255, 93, 45)","promotion_segments":"rgb(34, 104, 62)","duration_downscale":"rgb(27, 150, 255)","snippet":"rgb(88, 103, 232)","entitlement_process":"rgb(88, 103, 232)","contact_list":"rgb(88, 103, 232)","planogram":"rgb(27, 150, 255)","activations":"rgb(144, 80, 233)","scheduling_policy":"rgb(255, 83, 138)","channel_program_history":"rgb(6, 165, 154)","question_best":"rgb(255, 93, 45)","collection_variable":"rgb(16, 124, 173)","procedure_detail":"rgb(6, 165, 154)","sales_value":"rgb(27, 150, 255)","knowledge":"rgb(203, 101, 255)","datashares":"rgb(150, 2, 199)","date_time":"rgb(147, 147, 147)","category":"rgb(34, 104, 62)","maintenance_work_rule":"rgb(16, 124, 173)","data_streams":"rgb(255, 83, 138)","textbox":"rgb(147, 147, 147)","lead_insights":"rgb(27, 150, 255)","waits":"rgb(255, 93, 45)","concur":"rgb(6, 165, 154)","feed":"rgb(27, 150, 255)","sort":"rgb(47, 44, 183)","messaging_conversation":"rgb(6, 165, 154)","service_report":"rgb(88, 103, 232)","iot_context":"rgb(16, 124, 173)","asset_state_period":"rgb(16, 124, 173)","call":"rgb(255, 93, 45)","collection":"rgb(255, 93, 45)","stage":"rgb(255, 93, 45)","sales_cadence":"rgb(16, 124, 173)","product_request_line_item":"rgb(59, 167, 85)","return_order_line_item":"rgb(6, 165, 154)","chart":"rgb(6, 165, 154)","customer":"rgb(34, 104, 62)","buyer_group_qualifier":"rgb(34, 104, 62)","quick_text":"rgb(27, 150, 255)","home":"rgb(255, 83, 138)","sossession":"rgb(16, 124, 173)","bundle_config":"rgb(27, 150, 255)","employee_asset":"rgb(27, 150, 255)","process_exception":"rgb(255, 93, 45)","product_warranty_term":"rgb(144, 80, 233)","problem":"rgb(255, 93, 45)","stage_collection":"rgb(255, 93, 45)","product_request":"rgb(59, 167, 85)","logging":"rgb(16, 124, 173)","assigned_resource":"rgb(59, 167, 85)","return_order":"rgb(6, 165, 154)","poll":"rgb(27, 150, 255)","household":"rgb(6, 165, 154)","work_step_template":"rgb(6, 165, 154)","medication_statement":"rgb(27, 150, 255)"},"custom":{"custom110":"rgb(242, 139, 0)","custom100":"rgb(225, 93, 118)","custom111":"rgb(242, 139, 0)","custom1":"rgb(255, 123, 132)","custom101":"rgb(242, 139, 0)","custom112":"rgb(242, 139, 0)","custom2":"rgb(207, 208, 92)","custom102":"rgb(242, 139, 0)","custom113":"rgb(242, 139, 0)","custom90":"rgb(34, 164, 138)","custom3":"rgb(236, 180, 108)","custom103":"rgb(242, 139, 0)","custom80":"rgb(101, 154, 213)","custom91":"rgb(191, 123, 102)","custom4":"rgb(225, 217, 81)","custom104":"rgb(242, 139, 0)","custom70":"rgb(231, 105, 180)","custom81":"rgb(218, 98, 127)","custom92":"rgb(81, 126, 130)","custom5":"rgb(159, 219, 102)","custom105":"rgb(242, 139, 0)","custom60":"rgb(191, 90, 136)","custom71":"rgb(227, 110, 227)","custom82":"rgb(209, 91, 151)","custom93":"rgb(144, 77, 76)","custom6":"rgb(84, 196, 115)","custom106":"rgb(242, 139, 0)","custom50":"rgb(73, 188, 211)","custom61":"rgb(245, 115, 118)","custom72":"rgb(141, 155, 251)","custom83":"rgb(231, 128, 111)","custom94":"rgb(67, 156, 186)","custom7":"rgb(106, 137, 229)","custom107":"rgb(242, 139, 0)","custom40":"rgb(131, 199, 94)","custom51":"rgb(216, 199, 96)","custom62":"rgb(107, 146, 220)","custom73":"rgb(103, 158, 240)","custom84":"rgb(246, 112, 123)","custom95":"rgb(139, 207, 106)","custom8":"rgb(80, 206, 185)","custom108":"rgb(242, 139, 0)","custom30":"rgb(245, 159, 113)","custom41":"rgb(67, 181, 181)","custom52":"rgb(238, 142, 111)","custom63":"rgb(124, 207, 96)","custom74":"rgb(65, 200, 160)","custom85":"rgb(242, 104, 145)","custom96":"rgb(109, 157, 227)","custom9":"rgb(107, 158, 226)","custom109":"rgb(242, 139, 0)","custom20":"rgb(72, 199, 200)","custom31":"rgb(235, 104, 127)","custom42":"rgb(207, 208, 91)","custom53":"rgb(243, 110, 131)","custom64":"rgb(97, 143, 216)","custom75":"rgb(205, 159, 101)","custom86":"rgb(226, 96, 171)","custom97":"rgb(221, 96, 133)","custom10":"rgb(100, 136, 227)","custom21":"rgb(138, 122, 237)","custom32":"rgb(56, 195, 147)","custom43":"rgb(127, 147, 249)","custom54":"rgb(234, 112, 177)","custom65":"rgb(242, 121, 171)","custom76":"rgb(219, 109, 122)","custom87":"rgb(216, 118, 229)","custom98":"rgb(225, 190, 92)","custom11":"rgb(135, 132, 234)","custom22":"rgb(139, 133, 249)","custom33":"rgb(151, 207, 93)","custom44":"rgb(200, 202, 88)","custom55":"rgb(214, 110, 224)","custom66":"rgb(216, 190, 95)","custom77":"rgb(181, 93, 91)","custom88":"rgb(153, 111, 230)","custom99":"rgb(240, 133, 110)","custom12":"rgb(220, 113, 209)","custom23":"rgb(176, 112, 230)","custom34":"rgb(213, 138, 106)","custom45":"rgb(217, 88, 121)","custom56":"rgb(113, 141, 235)","custom67":"rgb(248, 125, 118)","custom78":"rgb(90, 149, 221)","custom89":"rgb(62, 153, 190)","custom13":"rgb(223, 97, 132)","custom24":"rgb(229, 103, 152)","custom35":"rgb(233, 99, 126)","custom46":"rgb(103, 165, 231)","custom57":"rgb(90, 156, 221)","custom68":"rgb(242, 105, 121)","custom79":"rgb(142, 211, 99)","custom14":"rgb(60, 194, 179)","custom25":"rgb(228, 111, 190)","custom36":"rgb(212, 114, 212)","custom47":"rgb(95, 204, 100)","custom58":"rgb(52, 181, 157)","custom69":"rgb(237, 99, 135)","custom15":"rgb(247, 126, 117)","custom26":"rgb(118, 152, 240)","custom37":"rgb(140, 137, 242)","custom48":"rgb(239, 105, 127)","custom59":"rgb(227, 208, 103)","custom16":"rgb(233, 175, 103)","custom27":"rgb(90, 176, 210)","custom38":"rgb(83, 182, 215)","custom49":"rgb(226, 92, 128)","custom17":"rgb(172, 211, 96)","custom28":"rgb(137, 192, 89)","custom39":"rgb(79, 190, 117)","custom18":"rgb(77, 202, 118)","custom29":"rgb(189, 210, 95)","custom19":"rgb(58, 190, 177)"},"action":{"new_custom18":"rgb(59, 167, 85)","new_custom29":"rgb(59, 167, 85)","edit_groups":"rgb(6, 165, 154)","new_custom9":"rgb(27, 150, 255)","log_a_call":"rgb(6, 165, 154)","new_custom19":"rgb(6, 165, 154)","filter":"rgb(255, 83, 138)","user_activation":"rgb(16, 124, 173)","opportunity_competitor":"rgb(255, 93, 45)","canvas":"rgb(16, 124, 173)","change_record_type":"rgb(16, 124, 173)","new_notebook":"rgb(255, 93, 45)","docusign":"rgb(27, 150, 255)","share_link":"rgb(88, 103, 232)","add_file":"rgb(88, 103, 232)","edit_relationship":"rgb(6, 165, 154)","notebook":"rgb(255, 93, 45)","new_lead":"rgb(255, 93, 45)","new_custom_object":"rgb(59, 167, 85)","new_account":"rgb(88, 103, 232)","question_post_action":"rgb(59, 167, 85)","share_file":"rgb(147, 147, 147)","default_custom_object":"rgb(16, 124, 173)","opportunity_team_member":"rgb(255, 93, 45)","add_photo_video":"rgb(6, 165, 154)","sort":"rgb(59, 167, 85)","call":"rgb(6, 165, 154)","concur":"rgb(6, 165, 154)","reject":"rgb(6, 165, 154)","share_poll":"rgb(27, 150, 255)","scan_enabled":"rgb(27, 150, 255)","following":"rgb(59, 167, 85)","defer":"rgb(255, 83, 138)","opportunity_line_item":"rgb(255, 93, 45)","social_post":"rgb(255, 83, 138)","share_post":"rgb(27, 150, 255)","view_relationship":"rgb(27, 150, 255)","adjust_value":"rgb(59, 167, 85)","upload":"rgb(16, 124, 173)","remove_relationship":"rgb(255, 83, 138)","freeze_user":"rgb(16, 124, 173)","new_person_account":"rgb(88, 103, 232)","bug":"rgb(255, 83, 138)","apex":"rgb(92, 92, 92)","new_opportunity":"rgb(255, 93, 45)","fallback":"rgb(88, 103, 232)","dial_in":"rgb(88, 103, 232)","approval":"rgb(6, 165, 154)","change_owner":"rgb(16, 124, 173)","new_task":"rgb(59, 167, 85)","priority":"rgb(255, 93, 45)","remove":"rgb(16, 124, 173)","web_link":"rgb(27, 150, 255)","leave_group":"rgb(255, 93, 45)","manage_perm_sets":"rgb(16, 124, 173)","close":"rgb(255, 83, 138)","google_news":"rgb(255, 83, 138)","announcement":"rgb(255, 93, 45)","back":"rgb(6, 165, 154)","new_custom90":"rgb(6, 165, 154)","download":"rgb(16, 124, 173)","new_custom80":"rgb(27, 150, 255)","new_custom91":"rgb(147, 147, 147)","search":"rgb(27, 150, 255)","new_event":"rgb(255, 83, 138)","new_custom70":"rgb(255, 83, 138)","new_custom81":"rgb(255, 83, 138)","new_custom92":"rgb(5, 103, 100)","refresh":"rgb(16, 124, 173)","share_thanks":"rgb(255, 83, 138)","update":"rgb(16, 124, 173)","email":"rgb(16, 124, 173)","join_group":"rgb(88, 103, 232)","new_custom60":"rgb(255, 83, 138)","new_custom71":"rgb(203, 101, 255)","new_custom82":"rgb(255, 83, 138)","new_custom93":"rgb(92, 92, 92)","edit":"rgb(6, 165, 154)","quote":"rgb(59, 167, 85)","dropbox":"rgb(27, 150, 255)","description":"rgb(59, 167, 85)","map":"rgb(27, 150, 255)","user":"rgb(27, 150, 255)","reset_password":"rgb(16, 124, 173)","new_custom50":"rgb(27, 150, 255)","new_custom61":"rgb(255, 83, 138)","new_custom72":"rgb(88, 103, 232)","new_custom83":"rgb(255, 83, 138)","new_custom94":"rgb(6, 165, 154)","clone":"rgb(27, 150, 255)","script":"rgb(16, 124, 173)","delete":"rgb(255, 83, 138)","new_custom40":"rgb(59, 167, 85)","new_custom51":"rgb(255, 93, 45)","new_custom62":"rgb(88, 103, 232)","new_custom73":"rgb(27, 150, 255)","new_custom84":"rgb(255, 83, 138)","new_custom95":"rgb(59, 167, 85)","scan_disabled":"rgb(147, 147, 147)","share":"rgb(16, 124, 173)","new_custom30":"rgb(255, 93, 45)","new_custom41":"rgb(6, 165, 154)","new_custom52":"rgb(255, 83, 138)","new_custom63":"rgb(59, 167, 85)","new_custom74":"rgb(6, 165, 154)","new_custom85":"rgb(255, 83, 138)","new_custom96":"rgb(27, 150, 255)","log_event":"rgb(27, 150, 255)","new_group":"rgb(27, 150, 255)","new_custom20":"rgb(6, 165, 154)","new_custom31":"rgb(255, 83, 138)","new_custom42":"rgb(59, 167, 85)","info":"rgb(16, 124, 173)","new_custom53":"rgb(255, 83, 138)","new_custom64":"rgb(88, 103, 232)","new_custom75":"rgb(147, 147, 147)","new_custom86":"rgb(255, 83, 138)","flow":"rgb(16, 124, 173)","new_custom97":"rgb(255, 83, 138)","submit_for_approval":"rgb(59, 167, 85)","new":"rgb(27, 150, 255)","new_campaign":"rgb(255, 93, 45)","new_custom10":"rgb(88, 103, 232)","new_custom21":"rgb(88, 103, 232)","new_custom32":"rgb(6, 165, 154)","new_custom43":"rgb(88, 103, 232)","new_custom54":"rgb(255, 83, 138)","new_custom65":"rgb(255, 83, 138)","new_custom76":"rgb(255, 83, 138)","new_custom87":"rgb(203, 101, 255)","new_custom98":"rgb(255, 93, 45)","new_case":"rgb(255, 93, 45)","new_custom100":"rgb(255, 83, 138)","new_custom1":"rgb(255, 83, 138)","new_contact":"rgb(144, 80, 233)","office_365":"rgb(255, 93, 45)","new_custom11":"rgb(88, 103, 232)","new_custom22":"rgb(88, 103, 232)","new_custom33":"rgb(59, 167, 85)","new_custom44":"rgb(59, 167, 85)","new_custom55":"rgb(203, 101, 255)","new_custom66":"rgb(255, 93, 45)","new_custom77":"rgb(255, 83, 138)","new_custom88":"rgb(144, 80, 233)","new_custom99":"rgb(255, 83, 138)","add_contact":"rgb(144, 80, 233)","evernote":"rgb(59, 167, 85)","new_custom2":"rgb(59, 167, 85)","lead_convert":"rgb(255, 93, 45)","new_custom12":"rgb(203, 101, 255)","new_custom23":"rgb(203, 101, 255)","new_custom34":"rgb(255, 93, 45)","new_custom45":"rgb(255, 83, 138)","new_custom56":"rgb(88, 103, 232)","new_custom67":"rgb(255, 83, 138)","recall":"rgb(8, 73, 104)","new_custom78":"rgb(27, 150, 255)","new_custom89":"rgb(16, 124, 173)","follow":"rgb(27, 150, 255)","record":"rgb(59, 167, 85)","new_custom3":"rgb(255, 93, 45)","new_note":"rgb(255, 93, 45)","new_custom13":"rgb(255, 83, 138)","new_custom24":"rgb(255, 83, 138)","new_custom35":"rgb(255, 83, 138)","new_custom46":"rgb(27, 150, 255)","new_custom57":"rgb(27, 150, 255)","new_custom68":"rgb(255, 83, 138)","new_custom79":"rgb(59, 167, 85)","new_child_case":"rgb(255, 93, 45)","new_custom4":"rgb(255, 93, 45)","new_custom14":"rgb(6, 165, 154)","new_custom25":"rgb(255, 83, 138)","new_custom36":"rgb(203, 101, 255)","new_custom47":"rgb(59, 167, 85)","new_custom58":"rgb(6, 165, 154)","new_custom69":"rgb(255, 83, 138)","new_custom5":"rgb(59, 167, 85)","goal":"rgb(27, 150, 255)","new_custom15":"rgb(255, 83, 138)","new_custom26":"rgb(88, 103, 232)","new_custom37":"rgb(88, 103, 232)","new_custom48":"rgb(255, 83, 138)","new_custom59":"rgb(255, 93, 45)","new_custom6":"rgb(59, 167, 85)","log_this_event":"rgb(255, 83, 138)","new_custom16":"rgb(255, 93, 45)","new_custom27":"rgb(27, 150, 255)","new_custom38":"rgb(27, 150, 255)","new_custom49":"rgb(255, 83, 138)","new_custom7":"rgb(88, 103, 232)","more":"rgb(27, 150, 255)","add_relationship":"rgb(27, 150, 255)","new_custom17":"rgb(59, 167, 85)","new_custom28":"rgb(59, 167, 85)","new_custom39":"rgb(59, 167, 85)","password_unlock":"rgb(16, 124, 173)","check":"rgb(16, 124, 173)","update_status":"rgb(6, 165, 154)","preview":"rgb(88, 103, 232)","new_custom8":"rgb(6, 165, 154)"}}
|