lightning-base-components 1.17.3-alpha → 1.17.5-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/metadata/raptor.json +125 -2
- package/package.json +17 -1
- package/scopedImports/@salesforce-label-LightningInput.mailingAddressFieldsUpdateText.js +1 -0
- package/scopedImports/@salesforce-label-LightningToast.genericNavigationAssistiveText.js +1 -0
- package/scopedImports/@salesforce-label-LightningToast.macNavigationAssistiveText.js +1 -0
- package/src/lightning/ariaObserver/__examples__/connect/connect.html +19 -0
- package/src/lightning/ariaObserver/__examples__/connect/connect.js +10 -0
- package/src/lightning/ariaObserver/__examples__/connectChild/connectChild.html +3 -0
- package/src/lightning/ariaObserver/__examples__/connectChild/connectChild.js +45 -0
- package/src/lightning/ariaObserver/ariaObserver.js +16 -2
- package/src/lightning/baseCombobox/baseCombobox.js +11 -3
- package/src/lightning/baseCombobox/keyboard.js +3 -0
- package/src/lightning/breadcrumb/breadcrumb.css +3 -0
- package/src/lightning/breadcrumb/breadcrumb.html +1 -1
- package/src/lightning/breadcrumb/breadcrumb.slds.css +25 -0
- package/src/lightning/breadcrumbs/breadcrumbs.css +3 -0
- package/src/lightning/breadcrumbs/breadcrumbs.html +1 -1
- package/src/lightning/breadcrumbs/breadcrumbs.slds.css +33 -0
- package/src/lightning/button/button.html +2 -1
- package/src/lightning/button/button.js +9 -0
- package/src/lightning/buttonIcon/button-icon.slds.css +5 -1
- package/src/lightning/buttonIcon/buttonIcon.html +2 -1
- package/src/lightning/buttonIcon/buttonIcon.js +10 -1
- package/src/lightning/buttonIconStateful/button-icon-stateful.slds.css +5 -1
- package/src/lightning/dualListbox/dual-listbox.slds.css +200 -0
- package/src/lightning/dualListbox/dualListbox.css +3 -1
- package/src/lightning/dualListbox/dualListbox.html +2 -2
- package/src/lightning/dualListbox/dualListbox.js +2 -0
- package/src/lightning/dualListbox/form-element.slds.css +232 -0
- package/src/lightning/dynamicIcon/dynamic-icon-ellie.slds.css +180 -0
- package/src/lightning/dynamicIcon/dynamic-icon-eq.slds.css +63 -0
- package/src/lightning/dynamicIcon/dynamic-icon-score.slds.css +46 -0
- package/src/lightning/dynamicIcon/dynamic-icon-strength.slds.css +122 -0
- package/src/lightning/dynamicIcon/dynamic-icon-trend.slds.css +117 -0
- package/src/lightning/dynamicIcon/dynamic-icon-waffle.slds.css +177 -0
- package/src/lightning/dynamicIcon/ellie.css +1 -0
- package/src/lightning/dynamicIcon/eq.css +1 -0
- package/src/lightning/dynamicIcon/score.css +1 -0
- package/src/lightning/dynamicIcon/strength.css +1 -0
- package/src/lightning/dynamicIcon/trend.css +1 -0
- package/src/lightning/dynamicIcon/waffle.css +1 -0
- package/src/lightning/f6Controller/f6Controller.js +382 -0
- package/src/lightning/f6Controller/f6Controller.js-meta.xml +4 -0
- package/src/lightning/formattedRichText/formattedRichText.js +4 -3
- package/src/lightning/helptext/form-element.slds.css +232 -0
- package/src/lightning/helptext/help-text.slds.css +5 -1
- package/src/lightning/helptext/helptext.css +2 -1
- package/src/lightning/helptext/helptext.html +1 -0
- package/src/lightning/helptext/helptext.js +9 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/bill_of_materials.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/buyer_group_qualifier.html +8 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/datashare_target.html +9 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/datashares.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/disclosure_and_compliance.html +8 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/document_preview.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/facility_bed.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/market.html +8 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/mulesoft.html +8 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/price_sheet.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/travel_mode.html +2 -2
- package/src/lightning/iconSvgTemplates/buildTemplates/templates.js +34 -1
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/add_source.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/app_web_messaging.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/bookmark_stroke.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/buyer_group_qualifier.html +8 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/document_preview.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/expired.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/favorite_alt.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/heart.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/hourglass.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/integration.html +8 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/market.html +8 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/more.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/mulesoft.html +8 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/notification_off.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/notification_snoozed.html +9 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/profile_alt.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/promotion_tiers.html +10 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/sender_email.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/service_appointment.html +13 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/service_report.html +8 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/toggle_off.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/toggle_on.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/your_account.html +10 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/bill_of_materials.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/buyer_group_qualifier.html +8 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/datashare_target.html +9 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/datashares.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/disclosure_and_compliance.html +8 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/document_preview.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/facility_bed.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/market.html +8 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/mulesoft.html +8 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/price_sheet.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/travel_mode.html +2 -2
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/templates.js +34 -1
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/add_source.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/app_web_messaging.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/bookmark_stroke.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/buyer_group_qualifier.html +8 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/document_preview.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/expired.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/favorite_alt.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/heart.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/hourglass.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/integration.html +8 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/market.html +8 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/more.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/mulesoft.html +8 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/notification_off.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/notification_snoozed.html +9 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/profile_alt.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/promotion_tiers.html +10 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/sender_email.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/service_appointment.html +13 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/service_report.html +8 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/toggle_off.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/toggle_on.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/your_account.html +10 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/bill_of_materials.html +7 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/buyer_group_qualifier.html +8 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/datashare_target.html +9 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/datashares.html +7 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/disclosure_and_compliance.html +8 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/document_preview.html +7 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/facility_bed.html +7 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/market.html +8 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/mulesoft.html +8 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/price_sheet.html +7 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/travel_mode.html +2 -2
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/templates.js +11 -1
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/bill_of_materials.html +7 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/buyer_group_qualifier.html +8 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/datashare_target.html +9 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/datashares.html +7 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/disclosure_and_compliance.html +8 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/document_preview.html +7 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/facility_bed.html +7 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/market.html +8 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/mulesoft.html +8 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/price_sheet.html +7 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/travel_mode.html +2 -2
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/templates.js +11 -1
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/templates.js +24 -1
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/add_source.html +7 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/app_web_messaging.html +7 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/bookmark_stroke.html +7 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/buyer_group_qualifier.html +8 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/document_preview.html +7 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/expired.html +7 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/favorite_alt.html +7 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/heart.html +7 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/hourglass.html +7 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/integration.html +8 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/market.html +8 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/more.html +7 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/mulesoft.html +8 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/notification_off.html +7 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/notification_snoozed.html +9 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/profile_alt.html +7 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/promotion_tiers.html +10 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/sender_email.html +7 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/service_appointment.html +13 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/service_report.html +8 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/toggle_off.html +7 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/toggle_on.html +7 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/your_account.html +10 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/templates.js +24 -1
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/add_source.html +7 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/app_web_messaging.html +7 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/bookmark_stroke.html +7 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/buyer_group_qualifier.html +8 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/document_preview.html +7 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/expired.html +7 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/favorite_alt.html +7 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/heart.html +7 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/hourglass.html +7 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/integration.html +8 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/market.html +8 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/more.html +7 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/mulesoft.html +8 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/notification_off.html +7 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/notification_snoozed.html +9 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/profile_alt.html +7 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/promotion_tiers.html +10 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/sender_email.html +7 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/service_appointment.html +13 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/service_report.html +8 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/toggle_off.html +7 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/toggle_on.html +7 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/your_account.html +10 -0
- package/src/lightning/input/input-text.slds.css +1 -1
- package/src/lightning/input/input.html +3 -3
- package/src/lightning/input/input.js +38 -2
- package/src/lightning/inputAddress/__docs__/inputAddress.md +3 -0
- package/src/lightning/inputAddress/inputAddress.html +1 -0
- package/src/lightning/inputAddress/inputAddress.js +6 -0
- package/src/lightning/modal/__examples__disabled/allform/allform.html +1 -1
- package/src/lightning/modal/__examples__disabled/allform/allform.js +1 -1
- package/src/lightning/modal/__examples__disabled/allformfull/allformfull.css +7 -0
- package/src/lightning/modal/__examples__disabled/allformfull/allformfull.html +9 -0
- package/src/lightning/modal/__examples__disabled/allformfull/allformfull.js +49 -0
- package/src/lightning/modal/__examples__disabled/demoallformfull/demoallformfull.css +3 -0
- package/src/lightning/modal/__examples__disabled/demoallformfull/demoallformfull.html +146 -0
- package/src/lightning/modal/__examples__disabled/demoallformfull/demoallformfull.js +240 -0
- package/src/lightning/modalBase/modalBase.css +1 -1
- package/src/lightning/modalBase/modalBase.html +1 -1
- package/src/lightning/modalBase/modalBase.js +180 -45
- package/src/lightning/modalBody/modalBody.js +133 -18
- package/src/lightning/modalFooter/modalFooter.js +57 -1
- package/src/lightning/navigation/__docs__/navigation.md +1 -1
- package/src/lightning/popup/popover.slds.css +121 -0
- package/src/lightning/popup/popup.css +3 -0
- package/src/lightning/positionLibrary/direction.js +10 -17
- package/src/lightning/primitiveBubble/primitiveBubble.js +16 -1
- package/src/lightning/select/__docs__/select.md +9 -0
- package/src/lightning/select/__examples__/disabled/disabled.html +10 -0
- package/src/lightning/select/__examples__/disabled/disabled.js +27 -0
- package/src/lightning/select/__examples__/hidden/hidden.html +10 -0
- package/src/lightning/select/__examples__/hidden/hidden.js +27 -0
- package/src/lightning/select/__examples__/inline/inline.html +10 -0
- package/src/lightning/select/__examples__/inline/inline.js +27 -0
- package/src/lightning/select/form-element.slds.css +232 -0
- package/src/lightning/select/select.css +3 -0
- package/src/lightning/select/select.html +2 -2
- package/src/lightning/select/select.js +3 -0
- package/src/lightning/select/select.slds.css +398 -0
- package/src/lightning/showToastEvent/showToastEvent.js +21 -0
- package/src/lightning/showToastEvent/showToastEvent.js-meta.xml +4 -0
- package/src/lightning/sldsCommon/sldsCommon.css +21 -4
- package/src/lightning/toast/__docs__/toast.md +103 -0
- package/src/lightning/toast/toast.css +52 -0
- package/src/lightning/toast/toast.html +70 -0
- package/src/lightning/toast/toast.js +608 -0
- package/src/lightning/toast/toast.js-meta.xml +4 -0
- package/src/lightning/toastContainer/__docs__/toastContainer.md +59 -0
- package/src/lightning/toastContainer/toastContainer.css +32 -0
- package/src/lightning/toastContainer/toastContainer.html +9 -0
- package/src/lightning/toastContainer/toastContainer.js +471 -0
- package/src/lightning/toastContainer/toastContainer.js-meta.xml +6 -0
- package/src/lightning/tooltipLibrary/tooltipLibrary.js +70 -8
- package/src/lightning/treeGrid/__docs__/treeGrid.md +4 -3
- package/src/lightning/utilsPrivate/url.js +2 -1
- package/src/lightning/verticalNavigation/vertical-navigation.slds.css +4 -0
- package/src/lightning/verticalNavigation/verticalNavigation.css +1 -0
- package/src/lightning/verticalNavigation/verticalNavigation.html +1 -1
- package/src/lightning/verticalNavigationSection/vertical-navigation-section.slds.css +19 -0
- package/src/lightning/verticalNavigationSection/verticalNavigationSection.css +2 -0
- package/src/lightning/verticalNavigationSection/verticalNavigationSection.html +1 -1
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100" part="icon">
|
|
3
|
+
<g>
|
|
4
|
+
<path d="M37 19.99H26c-.8 0-1.59.18-2.32.49-.73.31-1.4.77-1.95 1.34-.56.57-1 1.24-1.29 1.99-.3.74-.44 1.53-.44 2.33v10.24c0 .8.14 1.59.44 2.33s.74 1.41 1.29 1.99c.56.57 1.22 1.03 1.95 1.34.73.31 1.52.48 2.32.49h11c.8 0 1.59-.18 2.32-.49.73-.31 1.4-.77 1.95-1.34.56-.57 1-1.24 1.29-1.99.3-.74.44-1.53.44-2.33V26.13c.02-1.61-.61-3.16-1.73-4.31A6.038 6.038 0 0037 20zm-5 16.39h-1a5.109 5.109 0 01-3.48-1.58 5.145 5.145 0 010-7.1c.91-.96 2.16-1.52 3.48-1.58h1c.69-.03 1.38.08 2.03.32.65.24 1.24.62 1.74 1.1.5.48.9 1.05 1.17 1.69a5.173 5.173 0 010 4.04 5.08 5.08 0 01-1.17 1.69c-.5.48-1.09.85-1.74 1.1s-1.34.35-2.03.32zM55 42.52h11c.8 0 1.59-.18 2.32-.49.73-.31 1.4-.77 1.95-1.34.56-.57 1-1.24 1.29-1.99.3-.74.44-1.53.44-2.33V26.12c.01-1.61-.61-3.16-1.74-4.3a6.072 6.072 0 00-4.27-1.83h-11c-.8 0-1.59.18-2.32.49-.73.31-1.4.77-1.95 1.34-.56.57-1 1.24-1.29 1.99-.3.74-.44 1.53-.44 2.33v10.24c0 .8.14 1.59.44 2.33s.74 1.41 1.29 1.99c.56.57 1.22 1.03 1.95 1.34.73.31 1.52.48 2.32.49zm5-16.4h1c1.32.06 2.57.62 3.48 1.58a5.145 5.145 0 010 7.1c-.91.95-2.16 1.52-3.48 1.58h-1a5.109 5.109 0 01-3.48-1.58 5.145 5.145 0 010-7.1c.91-.95 2.16-1.52 3.48-1.58zM37 48.66H26c-1.61.02-3.15.68-4.27 1.83A6.06 6.06 0 0020 54.81V65a6.06 6.06 0 001.73 4.32A6.058 6.058 0 0026 71.16h11c1.61-.02 3.15-.69 4.27-1.84A6.077 6.077 0 0043 65V54.81a6.077 6.077 0 00-6-6.15zm-5 16.35h-1a5.156 5.156 0 01-3.29-1.66c-.85-.94-1.33-2.17-1.33-3.44s.47-2.5 1.33-3.44c.85-.94 2.03-1.53 3.29-1.66h1c1.26.13 2.44.72 3.29 1.66.85.94 1.33 2.17 1.33 3.44s-.47 2.5-1.33 3.44c-.85.94-2.03 1.53-3.29 1.66zM79.11 61.33c-.78-.13-1.56-.13-2.35-.26-.07 0-.13-.04-.18-.09a.25.25 0 01-.08-.18c-.29-.86-.62-1.71-1-2.53v-.4c.39-.67 1-1.34 1.43-2a.997.997 0 00-.13-1.33l-2.6-2.67c-.18-.16-.41-.25-.65-.26-.23.05-.45.14-.65.26-.66.4-1.31 1.07-2 1.47-.03 0-.07.01-.09.04-.02.02-.04.06-.04.09h-.13c-.91-.26-1.56-.8-2.47-1.06-.07 0-.14-.03-.18-.08a.273.273 0 01-.08-.19c-.13-.8-.13-1.47-.26-2.27.01-.22-.04-.44-.15-.63-.11-.19-.28-.34-.49-.44a.397.397 0 00-.26-.14h-3.8c-.23-.02-.45.03-.65.14-.26.26-.66.66-.66 1.06-.02.76-.11 1.52-.26 2.27 0 .07-.03.13-.08.18a.31.31 0 01-.18.09c-.91.26-1.56.8-2.47 1.06h-.13q-.13 0-.26-.13c-.64-.52-1.31-1-2-1.47a.864.864 0 00-.29-.21c-.11-.05-.24-.06-.36-.05-.39 0-.39.13-.78.26l-2.6 2.67a.997.997 0 00-.13 1.33c.39.67 1 1.21 1.43 2 .05.05.07.11.07.18s-.03.13-.07.18c-.26.93-.78 1.6-1 2.53 0 .07-.03.13-.08.18a.31.31 0 01-.18.09c-.79.13-1.44.13-2.22.26-.23.01-.45.1-.63.24-.18.14-.31.34-.37.56v4.55c.24.36.59.64 1 .8.75.02 1.49.11 2.22.26.07 0 .13.04.18.09.05.05.08.12.08.18.26.93.78 1.6 1 2.53 0 .14.13.27 0 .4-.39.67-1 1.34-1.43 2-.15.2-.22.45-.19.7.02.25.14.48.32.64l2.6 2.66c.26.27.39.27.78.27.23-.05.45-.14.65-.27.64-.52 1.31-1.01 2-1.46.13 0 .13-.14.26-.14h.13c.91.27 1.56.8 2.47 1.07.07 0 .14.03.18.08.05.05.08.12.08.19.13.8.13 1.6.26 2.4.13.8.4.93 1 .93h3.78c.66 0 .92-.27 1-.93.08-.66.13-1.6.26-2.4 0-.04.02-.07.04-.1s.05-.06.08-.08c.03-.02.07-.03.1-.04h.11c.84-.31 1.67-.67 2.47-1.07h.13s.07.01.09.04c.02.02.04.06.04.09.65.4 1.3 1.06 2 1.46.18.17.41.26.65.27.26 0 .39-.13.78-.27l2.6-2.66c.17-.17.28-.4.31-.65.02-.24-.04-.49-.18-.69-.39-.66-1-1.2-1.43-2-.05-.05-.07-.11-.07-.18s.03-.13.07-.18c.26-.93.78-1.6 1-2.53 0-.07.03-.14.08-.18a.31.31 0 01.18-.09c.79-.13 1.57-.13 2.35-.26s.91-.4.91-1.07v-3.77c.02-.94-.23-1.2-.88-1.34zm-14.47 9.08c-1.55 0-3.03-.6-4.13-1.69a5.842 5.842 0 01-1.73-4.11v-.21c.06-1.51.71-2.95 1.8-3.99a5.87 5.87 0 018.14 0 5.873 5.873 0 011.8 3.99 6.187 6.187 0 01-1.76 4.16 6.168 6.168 0 01-4.11 1.85z"></path>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/buyer_group_qualifier.html
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100" part="icon">
|
|
3
|
+
<g>
|
|
4
|
+
<path d="M76.24 52.55c-.21 0-.43.04-.62.14-.19.08-.37.21-.53.37L59.24 70.53s-.12.1-.18.12c-.06.02-.14.04-.21.04a.46.46 0 01-.35-.14l-5.48-5.38c-.14-.14-.31-.25-.51-.33-.19-.08-.39-.12-.58-.12s-.41.04-.58.12c-.19.08-.35.19-.51.33l-2.13 2.2c-.14.14-.25.31-.33.51s-.12.39-.12.58.04.41.12.58c.08.19.19.35.33.51l8.5 8.37c.49.47 1.13.72 1.79.72.35 0 .7-.08 1.03-.21s.6-.35.84-.62l18.72-20.57c.14-.16.23-.33.31-.51.08-.19.1-.39.1-.58s-.06-.39-.14-.58a1.69 1.69 0 00-.35-.49l-2.28-2.07c-.27-.27-.62-.43-.99-.45zM36.03 42.73c-1.33-2.11-2.09-4.6-2.09-7.33 0-4.6 1.93-8.5 5.03-10.84-1.17-1.95-3.1-3.2-5.81-3.2-4.48 0-6.96 3.59-6.96 7.8 0 2.26.78 4.13 2.24 5.54.86.78 1.54 1.79 1.54 2.89s-.39 2.03-2.94 3.12c-3.65 1.64-6.96 3.74-7.04 7.18 0 2.26 1.46 3.9 3.57 3.9h3.33c.55 0 1.09-.31 1.33-.78 1.62-2.96 4.64-4.84 7.2-6.08.86-.39 1.17-1.4.62-2.18h-.02zM65.61 40.7c-2.55-1.09-2.94-2.11-2.94-3.12 0-1.09.7-2.11 1.54-2.89 1.46-1.4 2.24-3.28 2.24-5.54 0-4.21-2.48-7.8-6.96-7.8-2.71 0-4.64 1.25-5.81 3.2 3.1 2.34 5.03 6.16 5.03 10.84 0 2.73-.7 5.23-2.09 7.33-.55.78-.23 1.79.62 2.26 2.55 1.25 5.58 3.12 7.2 6.08.23.47.78.78 1.33.78h3.33c2.09 0 3.57-1.64 3.57-3.9-.08-3.43-3.41-5.62-7.04-7.25h-.02z"></path>
|
|
5
|
+
<path d="M53.05 48.19c-2.79-1.17-3.18-2.26-3.18-3.43s.78-2.34 1.7-3.2c1.62-1.48 2.55-3.67 2.55-6.16 0-4.6-2.79-8.58-7.74-8.58s-7.74 3.98-7.74 8.58c0 2.5.94 4.6 2.55 6.16.94.86 1.7 2.03 1.7 3.2s-.47 2.26-3.18 3.43c-4.17 1.72-8.05 3.74-8.13 7.49 0 2.5 1.77 4.68 4.09 4.68h21.22c2.32 0 4.09-2.18 4.09-4.68-.08-3.74-3.94-5.77-7.98-7.49h.04z"></path>
|
|
6
|
+
</g>
|
|
7
|
+
</svg>
|
|
8
|
+
</template>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100" part="icon">
|
|
3
|
+
<g>
|
|
4
|
+
<path d="M65.97 52.66a20.56 20.56 0 003.75-11.6C69.72 29.95 60.65 20 49.51 20S29.3 29.95 29.3 41.06c0 4.33 1.38 8.26 3.7 11.55l3.82-3.81c-1.63-2.51-2.51-5.46-2.56-8.65 0-8.85 6.39-15.22 15.26-15.22s15.26 6.37 15.26 15.22c0 3.15-.94 6.14-2.51 8.6l3.72 3.9z"></path>
|
|
5
|
+
<path d="M60.25 46.66c.89-1.67 1.43-3.59 1.38-5.6 0-6.68-5.42-12.09-12.13-12.09s-12.13 5.41-12.13 12.09c0 2.06.54 3.98 1.43 5.65l3.97-3.95c-.35-.84-.44-1.72-.49-2.65 0-4.42 2.74-7.15 7.18-7.15s7.18 2.73 7.18 7.15c0 .88-.15 1.72-.39 2.56l4.01 4zM68.32 59.75H57.88c-.56 0-1.02.38-1.02.84v1.43c0 .47.46.84 1.02.84h10.03v4.67H31.09v-4.67h9.93c.56 0 1.02-.38 1.02-.84v-1.43c0-.47-.46-.84-1.02-.84H30.68c-2.05 0-3.68 1.25-3.68 2.8v15.11c0 1.32 1.33 2.34 3.07 2.34h38.86c1.74 0 3.07-1.01 3.07-2.34V62.55c0-1.56-1.64-2.8-3.68-2.8z"></path>
|
|
6
|
+
<path d="M46.57 54.17v10.01c0 .74.71 1.39 1.51 1.39h3.03c.81 0 1.51-.65 1.51-1.39V54.17h6.76c1.01 0 1.51-.74.91-1.3L50.2 41.47c-.4-.28-1.01-.28-1.41 0L38.7 52.87c-.61.46-.1 1.3.91 1.3h6.96z"></path>
|
|
7
|
+
</g>
|
|
8
|
+
</svg>
|
|
9
|
+
</template>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100" part="icon">
|
|
3
|
+
<g>
|
|
4
|
+
<path d="M75.09 47.5H61.17c-.75 0-1.36.61-1.36 1.35v2.29c0 .75.61 1.35 1.36 1.35h13.37v7.5H25.45v-7.5h13.24c.75 0 1.36-.61 1.36-1.35v-2.29c0-.75-.61-1.35-1.36-1.35H24.91c-2.73 0-4.91 2-4.91 4.5v24.25c0 2.12 1.77 3.75 4.09 3.75h51.82c2.32 0 4.09-1.62 4.09-3.75V52c0-2.5-2.18-4.5-4.91-4.5zm-29.18 5.53V37.41H36.5c-1.36 0-2.05-1.13-1.23-1.75l13.64-15.38c.55-.37 1.36-.37 1.91 0l13.64 15.38c.82.75.14 1.75-1.23 1.75h-9.14v15.62c0 1-.95 1.88-2.05 1.88h-4.09c-1.09 0-2.05-.87-2.05-1.88z" fill-rule="evenodd"></path>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100" part="icon">
|
|
3
|
+
<g>
|
|
4
|
+
<path d="M72.13 23.77h-2.05c-.64 0-1.02.38-1.02 1.02v4.09c0 4.48-3.58 8.19-8.06 8.19H39c-4.48 0-8.06-3.71-8.06-8.19v-4.09c0-.64-.38-1.02-1.02-1.02h-2.05c-3.33 0-6.01 2.81-6.01 6.14v44.01c0 3.33 2.69 6.14 6.01 6.14h44.26c3.33 0 6.01-2.81 6.01-6.14V29.91c0-3.33-2.69-6.14-6.01-6.14zM49.98 48.89c0-.55.43-.97.97-.97h12.73c.55 0 .97.43.97.97v1.95c0 .55-.43.97-.97.97H50.95c-.55 0-.97-.43-.97-.97v-1.95zm-14.37.85c-.3-.3-.3-.73 0-1.04l1.04-1.04c.3-.3.73-.3 1.04 0l2.62 2.56 6.45-6.39c.3-.3.73-.3 1.04 0l1.04 1.04c.24.3.24.79 0 1.04l-7.55 7.43c-.3.3-.67.43-1.04.43s-.73-.12-1.04-.43l-3.59-3.59zm29.05 18.51c0 .55-.43.97-.97.97h-23.5c-.55 0-.97-.43-.97-.97V66.3c0-.55.43-.97.97-.97h23.5c.55 0 .97.43.97.97v1.95zm0-8.71c0 .55-.43.97-.97.97h-23.5c-.55 0-.97-.43-.97-.97v-1.95c0-.55.43-.97.97-.97h23.5c.55 0 .97.43.97.97v1.95z"></path>
|
|
5
|
+
<path d="M39 32.34h22.13c1.15 0 2.05-.9 2.05-2.05V26.2c0-3.33-2.69-6.14-6.01-6.14H43.1c-3.33 0-6.01 2.81-6.01 6.14v4.09c-.13 1.15.77 2.05 1.92 2.05z"></path>
|
|
6
|
+
</g>
|
|
7
|
+
</svg>
|
|
8
|
+
</template>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100" part="icon">
|
|
3
|
+
<g>
|
|
4
|
+
<path d="M39 32h22c1.12 0 2-.88 2-2v-4c0-3.25-2.75-6-6-6H43c-3.25 0-6 2.75-6 6v4c0 1.12.88 2 2 2zm33-7h-2c-.63 0-1 .37-1 1v4c0 4.37-3.62 8-8 8H39c-4.37 0-8-3.62-8-8v-4c0-.63-.37-1-1-1h-2c-3.25 0-6 2.75-6 6v43c0 3.25 2.75 6 6 6h44c3.25 0 6-2.75 6-6V31c0-3.25-2.75-6-6-6zM36.58 58.29C39.06 53.4 44.24 50 50.21 50s11.15 3.4 13.63 8.29c.16.31.16.67 0 .93-2.48 4.89-7.66 8.29-13.63 8.29s-11.15-3.4-13.63-8.29a.96.96 0 010-.93zM50.21 65c3.47 0 6.25-2.78 6.25-6.25s-2.78-6.25-6.25-6.25-6.25 2.78-6.25 6.25S46.74 65 50.21 65zm0-10c2.09 0 3.75 1.66 3.75 3.75s-1.66 3.75-3.75 3.75-3.75-1.66-3.75-3.75S48.12 55 50.21 55z" fill-rule="evenodd"></path>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100" part="icon">
|
|
3
|
+
<g>
|
|
4
|
+
<path d="M20 44.17a2.5 2.5 0 015 0V77.5a2.5 2.5 0 01-5 0V44.17zM75 57.5c2.76 0 5 2.24 5 5v15a2.5 2.5 0 01-5 0v-20zM25 57.5h50v14.17H25V57.5zM25 50h6.5c3.31 0 6 2.69 6 6v1.5H25V50zM60.38 29.06h-5.44v-5.44c0-1.99-1.63-3.62-3.62-3.62H47.7c-1.99 0-3.62 1.63-3.62 3.62v5.44h-5.44c-1.99 0-3.62 1.63-3.62 3.62v3.62c0 1.99 1.63 3.62 3.62 3.62h5.44v5.44c0 1.99 1.63 3.62 3.62 3.62h3.62c1.99 0 3.62-1.63 3.62-3.62v-5.44h5.44c1.99 0 3.62-1.63 3.62-3.62v-3.62c0-1.99-1.63-3.62-3.62-3.62z"></path>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100" part="icon">
|
|
3
|
+
<g>
|
|
4
|
+
<path d="M25.59 41.4c0-11.76 9.62-21.4 21.4-21.4s21.4 9.64 21.4 21.4c0 6.25-2.72 11.89-7.01 15.81h-2.29c-.76 0-1.51.09-2.21.26-.26-.54-.65-1.02-1.13-1.38 4.45-2.68 7.53-7.26 8.22-12.56h-5.64c-.28 4.84-1.27 9.1-2.85 12.39-.58-.35-1.25-.58-1.99-.58h-1.86c-.26 0-.5.02-.74.07 1.64-2.68 2.88-6.88 3.16-11.89h-4.93V56.3c-.74.69-1.21 1.66-1.21 2.75 0 1.58.99 2.92 2.36 3.46-1.08.17-2.18.26-3.29.26-11.78 0-21.4-9.62-21.4-21.4h.02zm32.73-2.14h5.64c-.71-5.49-4-10.2-8.71-12.84 1.71 3.35 2.85 7.78 3.07 12.84zm-13.47 0V25.21c-2.42 2.07-4.56 7.35-4.93 14.05h4.93zm0 18.33V43.54h-4.93c.35 6.7 2.49 11.98 4.93 14.05zm4.28-32.37v14.05h4.93c-.35-6.7-2.49-11.98-4.93-14.05zM35.66 39.27c.28-5.06 1.36-9.49 3.07-12.84a17.315 17.315 0 00-8.71 12.84h5.64zm0 4.28h-5.64c.71 5.49 4 10.2 8.71 12.84-1.71-3.35-2.85-7.78-3.07-12.84z" fill-rule="evenodd"></path>
|
|
5
|
+
<path d="M59.38 68.84h12.04c.37 0 .69-.24.78-.6l2.2-7.57c.17-.52-.24-1-.78-1h-18.6l-.33-1.12c-.17-.52-.65-.87-1.19-.87h-1.95c-.65 0-1.27.48-1.3 1.12-.04.67.52 1.28 1.23 1.28h1.13l3.83 12.67c.17.52.61.87 1.19.87h14.2c.65 0 1.27-.48 1.3-1.12.04-.67-.52-1.28-1.23-1.28H59.42c-.52 0-1.02-.35-1.13-.84v-.04c-.28-.76.33-1.51 1.1-1.51h.02zM59.62 80c1.13 0 2.05-.89 2.05-1.99s-.91-1.99-2.05-1.99-2.05.89-2.05 1.99.91 1.99 2.05 1.99zM69.42 80c1.13 0 2.05-.89 2.05-1.99s-.91-1.99-2.05-1.99-2.05.89-2.05 1.99.91 1.99 2.05 1.99z"></path>
|
|
6
|
+
</g>
|
|
7
|
+
</svg>
|
|
8
|
+
</template>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100" part="icon">
|
|
3
|
+
<g>
|
|
4
|
+
<path d="M50 77.65c-15.09 0-27.3-12.29-27.3-27.46S34.91 22.72 50 22.72s27.3 12.29 27.3 27.46S65.09 77.64 50 77.64zm0-57.64c-16.53 0-30 13.37-30 30s13.47 30 30 30 30-13.38 30-30-13.47-30-30-30z"></path>
|
|
5
|
+
<path d="M42.45 63.56c-4.49-2.18-7.73-7.05-7.73-12.46 0-2.89.9-5.6 2.34-7.95l9.89 14.83h5.92l9.89-14.83c1.44 2.17 2.34 5.06 2.34 7.95 0 5.24-2.69 9.76-6.82 12.11l1.98 7.22c7.19-3.8 12.21-11.39 12.21-20.06s-4.49-15.55-10.96-19.34l-11.5 17.71L38.7 30.85c-6.65 3.98-11.14 11.2-11.14 19.52 0 9.04 5.21 16.81 12.94 20.42l1.97-7.22v-.02z"></path>
|
|
6
|
+
</g>
|
|
7
|
+
</svg>
|
|
8
|
+
</template>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100" part="icon">
|
|
3
|
+
<g>
|
|
4
|
+
<path d="M76.6 43.96a6.753 6.753 0 00-3.48-.96c-1.27 0-2.51.36-3.59 1.03A6.884 6.884 0 0067 46.82H33c-.7-1.4-1.85-2.52-3.25-3.18-1.4-.66-2.98-.82-4.48-.45-1.5.37-2.84 1.24-3.79 2.47-.96 1.23-1.48 2.76-1.48 4.33s.52 3.1 1.48 4.33 2.29 2.11 3.79 2.47c1.5.37 3.08.21 4.48-.45 1.4-.66 2.55-1.78 3.25-3.18h34a6.985 6.985 0 002.42 2.72c1.03.67 2.22 1.05 3.44 1.1 1.22.05 2.43-.24 3.51-.82a6.963 6.963 0 002.62-2.52c.64-1.06.99-2.28 1.01-3.52.02-1.24-.28-2.47-.88-3.56a6.969 6.969 0 00-2.52-2.62zM76.6 20.96a6.753 6.753 0 00-3.48-.96c-1.27 0-2.51.36-3.59 1.03A6.884 6.884 0 0067 23.82H33c-.7-1.4-1.85-2.52-3.25-3.18-1.4-.66-2.98-.82-4.48-.45-1.5.37-2.84 1.24-3.79 2.47-.96 1.23-1.48 2.76-1.48 4.33s.52 3.1 1.48 4.33 2.29 2.11 3.79 2.47c1.5.37 3.08.21 4.48-.45 1.4-.66 2.55-1.78 3.25-3.18h34a6.985 6.985 0 002.42 2.72c1.03.67 2.22 1.05 3.44 1.1 1.22.05 2.43-.24 3.51-.82a6.963 6.963 0 002.62-2.52c.64-1.06.99-2.28 1.01-3.52.02-1.24-.28-2.47-.88-3.56a6.969 6.969 0 00-2.52-2.62zM76.6 66.96a6.753 6.753 0 00-3.48-.96c-1.27 0-2.51.36-3.59 1.03A6.884 6.884 0 0067 69.82H33c-.7-1.4-1.85-2.52-3.25-3.18-1.4-.66-2.98-.82-4.48-.45-1.5.37-2.84 1.24-3.79 2.47-.96 1.23-1.48 2.76-1.48 4.33s.52 3.1 1.48 4.33 2.29 2.11 3.79 2.47c1.5.37 3.08.21 4.48-.45 1.4-.66 2.55-1.78 3.25-3.18h34a6.985 6.985 0 002.42 2.72c1.03.67 2.22 1.05 3.44 1.1 1.22.05 2.43-.24 3.51-.82a6.963 6.963 0 002.62-2.52c.64-1.06.99-2.28 1.01-3.52.02-1.24-.28-2.47-.88-3.56a6.969 6.969 0 00-2.52-2.62z"></path>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100" part="icon">
|
|
3
3
|
<g>
|
|
4
|
-
<mask id="
|
|
4
|
+
<mask id="rqa" height="60" maskUnits="userSpaceOnUse" width="60" x="20" y="20">
|
|
5
5
|
<path d="M20 20h60v60H20z" fill-rule="evenodd"></path>
|
|
6
6
|
</mask>
|
|
7
|
-
<g mask="url(#
|
|
7
|
+
<g mask="url(#rqa)">
|
|
8
8
|
<path d="M53.77 72.12C54 59.88 62.25 50 72.49 50a22.49 22.49 0 01-18.66 22.12M27.49 50C37.75 50 46 59.88 46.16 72.12A22.5 22.5 0 0127.49 50M50 27.51a22.44 22.44 0 0121.12 15H28.88a22.44 22.44 0 0121.12-15M50 20a30 30 0 1030 30 30 30 0 00-30-30" fill-rule="evenodd"></path>
|
|
9
9
|
</g>
|
|
10
10
|
</g>
|
|
@@ -36,6 +36,7 @@ import { default as standard_assignment } from './standard/assignment.html';
|
|
|
36
36
|
import { default as standard_attach } from './standard/attach.html';
|
|
37
37
|
import { default as standard_avatar } from './standard/avatar.html';
|
|
38
38
|
import { default as standard_avatar_loading } from './standard/avatar_loading.html';
|
|
39
|
+
import { default as standard_bill_of_materials } from './standard/bill_of_materials.html';
|
|
39
40
|
import { default as standard_bot } from './standard/bot.html';
|
|
40
41
|
import { default as standard_bot_training } from './standard/bot_training.html';
|
|
41
42
|
import { default as standard_branch_merge } from './standard/branch_merge.html';
|
|
@@ -49,6 +50,7 @@ import { default as standard_bundle_policy } from './standard/bundle_policy.html
|
|
|
49
50
|
import { default as standard_business_hours } from './standard/business_hours.html';
|
|
50
51
|
import { default as standard_buyer_account } from './standard/buyer_account.html';
|
|
51
52
|
import { default as standard_buyer_group } from './standard/buyer_group.html';
|
|
53
|
+
import { default as standard_buyer_group_qualifier } from './standard/buyer_group_qualifier.html';
|
|
52
54
|
import { default as standard_calculated_insights } from './standard/calculated_insights.html';
|
|
53
55
|
import { default as standard_calibration } from './standard/calibration.html';
|
|
54
56
|
import { default as standard_call } from './standard/call.html';
|
|
@@ -130,16 +132,20 @@ import { default as standard_data_streams } from './standard/data_streams.html';
|
|
|
130
132
|
import { default as standard_data_transforms } from './standard/data_transforms.html';
|
|
131
133
|
import { default as standard_datadotcom } from './standard/datadotcom.html';
|
|
132
134
|
import { default as standard_dataset } from './standard/dataset.html';
|
|
135
|
+
import { default as standard_datashare_target } from './standard/datashare_target.html';
|
|
136
|
+
import { default as standard_datashares } from './standard/datashares.html';
|
|
133
137
|
import { default as standard_date_input } from './standard/date_input.html';
|
|
134
138
|
import { default as standard_date_time } from './standard/date_time.html';
|
|
135
139
|
import { default as standard_decision } from './standard/decision.html';
|
|
136
140
|
import { default as standard_default } from './standard/default.html';
|
|
137
141
|
import { default as standard_delegated_account } from './standard/delegated_account.html';
|
|
138
142
|
import { default as standard_device } from './standard/device.html';
|
|
143
|
+
import { default as standard_disclosure_and_compliance } from './standard/disclosure_and_compliance.html';
|
|
139
144
|
import { default as standard_discounts } from './standard/discounts.html';
|
|
140
145
|
import { default as standard_display_rich_text } from './standard/display_rich_text.html';
|
|
141
146
|
import { default as standard_display_text } from './standard/display_text.html';
|
|
142
147
|
import { default as standard_document } from './standard/document.html';
|
|
148
|
+
import { default as standard_document_preview } from './standard/document_preview.html';
|
|
143
149
|
import { default as standard_document_reference } from './standard/document_reference.html';
|
|
144
150
|
import { default as standard_drafts } from './standard/drafts.html';
|
|
145
151
|
import { default as standard_duration_downscale } from './standard/duration_downscale.html';
|
|
@@ -168,6 +174,7 @@ import { default as standard_events } from './standard/events.html';
|
|
|
168
174
|
import { default as standard_expense } from './standard/expense.html';
|
|
169
175
|
import { default as standard_expense_report } from './standard/expense_report.html';
|
|
170
176
|
import { default as standard_expense_report_entry } from './standard/expense_report_entry.html';
|
|
177
|
+
import { default as standard_facility_bed } from './standard/facility_bed.html';
|
|
171
178
|
import { default as standard_feed } from './standard/feed.html';
|
|
172
179
|
import { default as standard_feedback } from './standard/feedback.html';
|
|
173
180
|
import { default as standard_field_sales } from './standard/field_sales.html';
|
|
@@ -233,6 +240,7 @@ import { default as standard_macros } from './standard/macros.html';
|
|
|
233
240
|
import { default as standard_maintenance_asset } from './standard/maintenance_asset.html';
|
|
234
241
|
import { default as standard_maintenance_plan } from './standard/maintenance_plan.html';
|
|
235
242
|
import { default as standard_maintenance_work_rule } from './standard/maintenance_work_rule.html';
|
|
243
|
+
import { default as standard_market } from './standard/market.html';
|
|
236
244
|
import { default as standard_marketing_actions } from './standard/marketing_actions.html';
|
|
237
245
|
import { default as standard_med_rec_recommendation } from './standard/med_rec_recommendation.html';
|
|
238
246
|
import { default as standard_med_rec_statement_recommendation } from './standard/med_rec_statement_recommendation.html';
|
|
@@ -246,6 +254,7 @@ import { default as standard_messaging_conversation } from './standard/messaging
|
|
|
246
254
|
import { default as standard_messaging_session } from './standard/messaging_session.html';
|
|
247
255
|
import { default as standard_messaging_user } from './standard/messaging_user.html';
|
|
248
256
|
import { default as standard_metrics } from './standard/metrics.html';
|
|
257
|
+
import { default as standard_mulesoft } from './standard/mulesoft.html';
|
|
249
258
|
import { default as standard_multi_picklist } from './standard/multi_picklist.html';
|
|
250
259
|
import { default as standard_multi_select_checkbox } from './standard/multi_select_checkbox.html';
|
|
251
260
|
import { default as standard_network_contract } from './standard/network_contract.html';
|
|
@@ -291,6 +300,7 @@ import { default as standard_post } from './standard/post.html';
|
|
|
291
300
|
import { default as standard_practitioner_role } from './standard/practitioner_role.html';
|
|
292
301
|
import { default as standard_price_book_entries } from './standard/price_book_entries.html';
|
|
293
302
|
import { default as standard_price_books } from './standard/price_books.html';
|
|
303
|
+
import { default as standard_price_sheet } from './standard/price_sheet.html';
|
|
294
304
|
import { default as standard_pricebook } from './standard/pricebook.html';
|
|
295
305
|
import { default as standard_pricing_workspace } from './standard/pricing_workspace.html';
|
|
296
306
|
import { default as standard_problem } from './standard/problem.html';
|
|
@@ -483,5 +493,5 @@ import { default as standard_workforce_engagement } from './standard/workforce_e
|
|
|
483
493
|
import { default as standard_your_account } from './standard/your_account.html';
|
|
484
494
|
|
|
485
495
|
export default {
|
|
486
|
-
standard_account,standard_account_info,standard_action_list_component,standard_actions_and_buttons,standard_activation_target,standard_activations,standard_address,standard_agent_home,standard_agent_session,standard_aggregation_policy,standard_ai_accelerator_card,standard_all,standard_announcement,standard_answer_best,standard_answer_private,standard_answer_public,standard_apex,standard_apex_plugin,standard_app,standard_approval,standard_apps,standard_apps_admin,standard_article,standard_asset_action,standard_asset_action_source,standard_asset_audit,standard_asset_downtime_period,standard_asset_hierarchy,standard_asset_object,standard_asset_relationship,standard_asset_state_period,standard_asset_warranty,standard_assigned_resource,standard_assignment,standard_attach,standard_avatar,standard_avatar_loading,standard_bot,standard_bot_training,standard_branch_merge,standard_brand,standard_budget,standard_budget_allocation,standard_budget_category_value,standard_budget_period,standard_bundle_config,standard_bundle_policy,standard_business_hours,standard_buyer_account,standard_buyer_group,standard_calculated_insights,standard_calibration,standard_call,standard_call_coaching,standard_call_history,standard_campaign,standard_campaign_members,standard_cancel_checkout,standard_canvas,standard_capacity_plan,standard_care_request_reviewer,standard_carousel,standard_case,standard_case_change_status,standard_case_comment,standard_case_email,standard_case_log_a_call,standard_case_milestone,standard_case_transcript,standard_case_wrap_up,standard_catalog,standard_category,standard_change_request,standard_channel_program_history,standard_channel_program_levels,standard_channel_program_members,standard_channel_programs,standard_chart,standard_checkout,standard_choice,standard_client,standard_cms,standard_coaching,standard_code_playground,standard_code_set,standard_code_set_bundle,standard_collection,standard_collection_variable,standard_connect_wallet,standard_connected_apps,standard_constant,standard_contact,standard_contact_list,standard_contact_request,standard_contract,standard_contract_line_item,standard_contract_line_outcome,standard_contract_line_outcome_data,standard_contract_payment,standard_coupon_codes,standard_crypto_category_wallet_group,standard_crypto_product,standard_crypto_product_category_wallet_role,standard_crypto_transaction,standard_crypto_transaction_envelope,standard_crypto_transaction_envelope_change_snapshot,standard_crypto_transaction_envelope_item,standard_crypto_wallet,standard_crypto_wallet_group,standard_crypto_wallet_group_item,standard_currency,standard_currency_input,standard_custom,standard_custom_component_task,standard_custom_notification,standard_customer,standard_customer_360,standard_customer_lifecycle_analytics,standard_customer_portal_users,standard_customer_workspace,standard_customers,standard_dashboard,standard_dashboard_component,standard_dashboard_ea,standard_data_integration_hub,standard_data_mapping,standard_data_model,standard_data_streams,standard_data_transforms,standard_datadotcom,standard_dataset,standard_date_input,standard_date_time,standard_decision,standard_default,standard_delegated_account,standard_device,standard_discounts,standard_display_rich_text,standard_display_text,standard_document,standard_document_reference,standard_drafts,standard_duration_downscale,standard_dynamic_record_choice,standard_education,standard_einstein_replies,standard_email,standard_email_chatter,standard_employee,standard_employee_asset,standard_employee_contact,standard_employee_job,standard_employee_job_position,standard_employee_organization,standard_empty,standard_endorsement,standard_entitlement,standard_entitlement_policy,standard_entitlement_process,standard_entitlement_template,standard_entity,standard_entity_milestone,standard_environment_hub,standard_event,standard_events,standard_expense,standard_expense_report,standard_expense_report_entry,standard_feed,standard_feedback,standard_field_sales,standard_file,standard_filter,standard_filter_criteria,standard_filter_criteria_rule,standard_first_non_empty,standard_flow,standard_folder,standard_forecasts,standard_form,standard_formula,standard_fulfillment_order,standard_funding_award_adjustment,standard_funding_requirement,standard_generic_loading,standard_global_constant,standard_goals,standard_group_loading,standard_groups,standard_guidance_center,standard_hierarchy,standard_high_velocity_sales,standard_historical_adherence,standard_holiday_operating_hours,standard_home,standard_household,standard_identifier,standard_immunization,standard_incident,standard_individual,standard_insights,standard_instore_locations,standard_investment_account,standard_invocable_action,standard_iot_context,standard_iot_orchestrations,standard_javascript_button,standard_job_family,standard_job_position,standard_job_profile,standard_kanban,standard_key_dates,standard_knowledge,standard_lead,standard_lead_insights,standard_lead_list,standard_learner_program,standard_letterhead,standard_lightning_component,standard_lightning_usage,standard_link,standard_list_email,standard_live_chat,standard_live_chat_visitor,standard_location,standard_location_permit,standard_log_a_call,standard_logging,standard_loop,standard_macros,standard_maintenance_asset,standard_maintenance_plan,standard_maintenance_work_rule,standard_marketing_actions,standard_med_rec_recommendation,standard_med_rec_statement_recommendation,standard_medication,standard_medication_dispense,standard_medication_ingredient,standard_medication_reconciliation,standard_medication_statement,standard_merge,standard_messaging_conversation,standard_messaging_session,standard_messaging_user,standard_metrics,standard_multi_picklist,standard_multi_select_checkbox,standard_network_contract,standard_news,standard_nft_settings,standard_nft_studio,standard_note,standard_number_input,standard_observation_component,standard_omni_supervisor,standard_operating_hours,standard_opportunity,standard_opportunity_contact_role,standard_opportunity_splits,standard_orchestrator,standard_order_item,standard_orders,standard_outcome,standard_output,standard_partner_fund_allocation,standard_partner_fund_claim,standard_partner_fund_request,standard_partner_marketing_budget,standard_partners,standard_password,standard_past_chat,standard_patient_medication_dosage,standard_payment_gateway,standard_people,standard_performance,standard_person_account,standard_person_language,standard_person_name,standard_photo,standard_picklist_choice,standard_picklist_type,standard_planogram,standard_poll,standard_portal,standard_portal_roles,standard_portal_roles_and_subordinates,standard_post,standard_practitioner_role,standard_price_book_entries,standard_price_books,standard_pricebook,standard_pricing_workspace,standard_problem,standard_procedure,standard_procedure_detail,standard_process,standard_process_exception,standard_product,standard_product_consumed,standard_product_consumed_state,standard_product_item,standard_product_item_transaction,standard_product_quantity_rules,standard_product_request,standard_product_request_line_item,standard_product_required,standard_product_service_campaign,standard_product_service_campaign_item,standard_product_transfer,standard_product_transfer_state,standard_product_warranty_term,standard_product_workspace,standard_products,standard_promotion_segments,standard_promotion_tiers,standard_promotions,standard_promotions_workspace,standard_prompt,standard_propagation_policy,standard_proposition,standard_qualifications,standard_question_best,standard_question_feed,standard_queue,standard_quick_text,standard_quip,standard_quip_sheet,standard_quotes,standard_radio_button,standard_read_receipts,standard_recent,standard_recipe,standard_record,standard_record_create,standard_record_delete,standard_record_lookup,standard_record_signature_task,standard_record_update,standard_recycle_bin,standard_related_list,standard_relationship,standard_reply_text,standard_report,standard_report_type,standard_resource_absence,standard_resource_capacity,standard_resource_preference,standard_resource_skill,standard_restriction_policy,standard_return_order,standard_return_order_line_item,standard_reward,standard_rtc_presence,standard_sales_cadence,standard_sales_cadence_target,standard_sales_channel,standard_sales_path,standard_sales_value,standard_salesforce_cms,standard_scan_card,standard_schedule_objective,standard_scheduling_constraint,standard_scheduling_policy,standard_screen,standard_search,standard_section,standard_segments,standard_selling_model,standard_serialized_product,standard_serialized_product_transaction,standard_service_appointment,standard_service_appointment_capacity_usage,standard_service_contract,standard_service_crew,standard_service_crew_member,standard_service_report,standard_service_request,standard_service_request_detail,standard_service_resource,standard_service_territory,standard_service_territory_location,standard_service_territory_member,standard_service_territory_policy,standard_settings,standard_setup_modal,standard_shift,standard_shift_pattern,standard_shift_pattern_entry,standard_shift_preference,standard_shift_scheduling_operation,standard_shift_template,standard_shift_type,standard_shipment,standard_skill,standard_skill_entity,standard_skill_requirement,standard_slack,standard_slack_conversations,standard_slider,standard_sms,standard_snippet,standard_snippet_alt,standard_snippets,standard_sobject,standard_sobject_collection,standard_social,standard_solution,standard_sort,standard_sort_policy,standard_sossession,standard_stage,standard_stage_collection,standard_steps,standard_store,standard_store_group,standard_story,standard_strategy,standard_survey,standard_swarm_request,standard_swarm_session,standard_system_and_global_variable,standard_tableau,standard_task,standard_task2,standard_tax_policy,standard_tax_rate,standard_tax_treatment,standard_team_member,standard_template,standard_text,standard_text_template,standard_textarea,standard_textbox,standard_thanks,standard_thanks_loading,standard_timesheet,standard_timesheet_entry,standard_timeslot,standard_today,standard_toggle,standard_topic,standard_topic2,standard_tour,standard_tour_check,standard_trailhead,standard_trailhead_alt,standard_travel_mode,standard_unified_health_score,standard_unmatched,standard_user,standard_user_role,standard_variable,standard_variation_attribute_setup,standard_variation_products,standard_video,standard_visit_templates,standard_visits,standard_visualforce_page,standard_voice_call,standard_waits,standard_warranty_term,standard_water,standard_webcart,standard_work_capacity_limit,standard_work_capacity_usage,standard_work_contract,standard_work_forecast,standard_work_order,standard_work_order_item,standard_work_plan,standard_work_plan_rule,standard_work_plan_template,standard_work_plan_template_entry,standard_work_queue,standard_work_step,standard_work_step_template,standard_work_type,standard_work_type_group,standard_workforce_engagement,standard_your_account
|
|
496
|
+
standard_account,standard_account_info,standard_action_list_component,standard_actions_and_buttons,standard_activation_target,standard_activations,standard_address,standard_agent_home,standard_agent_session,standard_aggregation_policy,standard_ai_accelerator_card,standard_all,standard_announcement,standard_answer_best,standard_answer_private,standard_answer_public,standard_apex,standard_apex_plugin,standard_app,standard_approval,standard_apps,standard_apps_admin,standard_article,standard_asset_action,standard_asset_action_source,standard_asset_audit,standard_asset_downtime_period,standard_asset_hierarchy,standard_asset_object,standard_asset_relationship,standard_asset_state_period,standard_asset_warranty,standard_assigned_resource,standard_assignment,standard_attach,standard_avatar,standard_avatar_loading,standard_bill_of_materials,standard_bot,standard_bot_training,standard_branch_merge,standard_brand,standard_budget,standard_budget_allocation,standard_budget_category_value,standard_budget_period,standard_bundle_config,standard_bundle_policy,standard_business_hours,standard_buyer_account,standard_buyer_group,standard_buyer_group_qualifier,standard_calculated_insights,standard_calibration,standard_call,standard_call_coaching,standard_call_history,standard_campaign,standard_campaign_members,standard_cancel_checkout,standard_canvas,standard_capacity_plan,standard_care_request_reviewer,standard_carousel,standard_case,standard_case_change_status,standard_case_comment,standard_case_email,standard_case_log_a_call,standard_case_milestone,standard_case_transcript,standard_case_wrap_up,standard_catalog,standard_category,standard_change_request,standard_channel_program_history,standard_channel_program_levels,standard_channel_program_members,standard_channel_programs,standard_chart,standard_checkout,standard_choice,standard_client,standard_cms,standard_coaching,standard_code_playground,standard_code_set,standard_code_set_bundle,standard_collection,standard_collection_variable,standard_connect_wallet,standard_connected_apps,standard_constant,standard_contact,standard_contact_list,standard_contact_request,standard_contract,standard_contract_line_item,standard_contract_line_outcome,standard_contract_line_outcome_data,standard_contract_payment,standard_coupon_codes,standard_crypto_category_wallet_group,standard_crypto_product,standard_crypto_product_category_wallet_role,standard_crypto_transaction,standard_crypto_transaction_envelope,standard_crypto_transaction_envelope_change_snapshot,standard_crypto_transaction_envelope_item,standard_crypto_wallet,standard_crypto_wallet_group,standard_crypto_wallet_group_item,standard_currency,standard_currency_input,standard_custom,standard_custom_component_task,standard_custom_notification,standard_customer,standard_customer_360,standard_customer_lifecycle_analytics,standard_customer_portal_users,standard_customer_workspace,standard_customers,standard_dashboard,standard_dashboard_component,standard_dashboard_ea,standard_data_integration_hub,standard_data_mapping,standard_data_model,standard_data_streams,standard_data_transforms,standard_datadotcom,standard_dataset,standard_datashare_target,standard_datashares,standard_date_input,standard_date_time,standard_decision,standard_default,standard_delegated_account,standard_device,standard_disclosure_and_compliance,standard_discounts,standard_display_rich_text,standard_display_text,standard_document,standard_document_preview,standard_document_reference,standard_drafts,standard_duration_downscale,standard_dynamic_record_choice,standard_education,standard_einstein_replies,standard_email,standard_email_chatter,standard_employee,standard_employee_asset,standard_employee_contact,standard_employee_job,standard_employee_job_position,standard_employee_organization,standard_empty,standard_endorsement,standard_entitlement,standard_entitlement_policy,standard_entitlement_process,standard_entitlement_template,standard_entity,standard_entity_milestone,standard_environment_hub,standard_event,standard_events,standard_expense,standard_expense_report,standard_expense_report_entry,standard_facility_bed,standard_feed,standard_feedback,standard_field_sales,standard_file,standard_filter,standard_filter_criteria,standard_filter_criteria_rule,standard_first_non_empty,standard_flow,standard_folder,standard_forecasts,standard_form,standard_formula,standard_fulfillment_order,standard_funding_award_adjustment,standard_funding_requirement,standard_generic_loading,standard_global_constant,standard_goals,standard_group_loading,standard_groups,standard_guidance_center,standard_hierarchy,standard_high_velocity_sales,standard_historical_adherence,standard_holiday_operating_hours,standard_home,standard_household,standard_identifier,standard_immunization,standard_incident,standard_individual,standard_insights,standard_instore_locations,standard_investment_account,standard_invocable_action,standard_iot_context,standard_iot_orchestrations,standard_javascript_button,standard_job_family,standard_job_position,standard_job_profile,standard_kanban,standard_key_dates,standard_knowledge,standard_lead,standard_lead_insights,standard_lead_list,standard_learner_program,standard_letterhead,standard_lightning_component,standard_lightning_usage,standard_link,standard_list_email,standard_live_chat,standard_live_chat_visitor,standard_location,standard_location_permit,standard_log_a_call,standard_logging,standard_loop,standard_macros,standard_maintenance_asset,standard_maintenance_plan,standard_maintenance_work_rule,standard_market,standard_marketing_actions,standard_med_rec_recommendation,standard_med_rec_statement_recommendation,standard_medication,standard_medication_dispense,standard_medication_ingredient,standard_medication_reconciliation,standard_medication_statement,standard_merge,standard_messaging_conversation,standard_messaging_session,standard_messaging_user,standard_metrics,standard_mulesoft,standard_multi_picklist,standard_multi_select_checkbox,standard_network_contract,standard_news,standard_nft_settings,standard_nft_studio,standard_note,standard_number_input,standard_observation_component,standard_omni_supervisor,standard_operating_hours,standard_opportunity,standard_opportunity_contact_role,standard_opportunity_splits,standard_orchestrator,standard_order_item,standard_orders,standard_outcome,standard_output,standard_partner_fund_allocation,standard_partner_fund_claim,standard_partner_fund_request,standard_partner_marketing_budget,standard_partners,standard_password,standard_past_chat,standard_patient_medication_dosage,standard_payment_gateway,standard_people,standard_performance,standard_person_account,standard_person_language,standard_person_name,standard_photo,standard_picklist_choice,standard_picklist_type,standard_planogram,standard_poll,standard_portal,standard_portal_roles,standard_portal_roles_and_subordinates,standard_post,standard_practitioner_role,standard_price_book_entries,standard_price_books,standard_price_sheet,standard_pricebook,standard_pricing_workspace,standard_problem,standard_procedure,standard_procedure_detail,standard_process,standard_process_exception,standard_product,standard_product_consumed,standard_product_consumed_state,standard_product_item,standard_product_item_transaction,standard_product_quantity_rules,standard_product_request,standard_product_request_line_item,standard_product_required,standard_product_service_campaign,standard_product_service_campaign_item,standard_product_transfer,standard_product_transfer_state,standard_product_warranty_term,standard_product_workspace,standard_products,standard_promotion_segments,standard_promotion_tiers,standard_promotions,standard_promotions_workspace,standard_prompt,standard_propagation_policy,standard_proposition,standard_qualifications,standard_question_best,standard_question_feed,standard_queue,standard_quick_text,standard_quip,standard_quip_sheet,standard_quotes,standard_radio_button,standard_read_receipts,standard_recent,standard_recipe,standard_record,standard_record_create,standard_record_delete,standard_record_lookup,standard_record_signature_task,standard_record_update,standard_recycle_bin,standard_related_list,standard_relationship,standard_reply_text,standard_report,standard_report_type,standard_resource_absence,standard_resource_capacity,standard_resource_preference,standard_resource_skill,standard_restriction_policy,standard_return_order,standard_return_order_line_item,standard_reward,standard_rtc_presence,standard_sales_cadence,standard_sales_cadence_target,standard_sales_channel,standard_sales_path,standard_sales_value,standard_salesforce_cms,standard_scan_card,standard_schedule_objective,standard_scheduling_constraint,standard_scheduling_policy,standard_screen,standard_search,standard_section,standard_segments,standard_selling_model,standard_serialized_product,standard_serialized_product_transaction,standard_service_appointment,standard_service_appointment_capacity_usage,standard_service_contract,standard_service_crew,standard_service_crew_member,standard_service_report,standard_service_request,standard_service_request_detail,standard_service_resource,standard_service_territory,standard_service_territory_location,standard_service_territory_member,standard_service_territory_policy,standard_settings,standard_setup_modal,standard_shift,standard_shift_pattern,standard_shift_pattern_entry,standard_shift_preference,standard_shift_scheduling_operation,standard_shift_template,standard_shift_type,standard_shipment,standard_skill,standard_skill_entity,standard_skill_requirement,standard_slack,standard_slack_conversations,standard_slider,standard_sms,standard_snippet,standard_snippet_alt,standard_snippets,standard_sobject,standard_sobject_collection,standard_social,standard_solution,standard_sort,standard_sort_policy,standard_sossession,standard_stage,standard_stage_collection,standard_steps,standard_store,standard_store_group,standard_story,standard_strategy,standard_survey,standard_swarm_request,standard_swarm_session,standard_system_and_global_variable,standard_tableau,standard_task,standard_task2,standard_tax_policy,standard_tax_rate,standard_tax_treatment,standard_team_member,standard_template,standard_text,standard_text_template,standard_textarea,standard_textbox,standard_thanks,standard_thanks_loading,standard_timesheet,standard_timesheet_entry,standard_timeslot,standard_today,standard_toggle,standard_topic,standard_topic2,standard_tour,standard_tour_check,standard_trailhead,standard_trailhead_alt,standard_travel_mode,standard_unified_health_score,standard_unmatched,standard_user,standard_user_role,standard_variable,standard_variation_attribute_setup,standard_variation_products,standard_video,standard_visit_templates,standard_visits,standard_visualforce_page,standard_voice_call,standard_waits,standard_warranty_term,standard_water,standard_webcart,standard_work_capacity_limit,standard_work_capacity_usage,standard_work_contract,standard_work_forecast,standard_work_order,standard_work_order_item,standard_work_plan,standard_work_plan_rule,standard_work_plan_template,standard_work_plan_template_entry,standard_work_queue,standard_work_step,standard_work_step_template,standard_work_type,standard_work_type_group,standard_workforce_engagement,standard_your_account
|
|
487
497
|
};
|
package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/bill_of_materials.html
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100" part="icon">
|
|
3
|
+
<g>
|
|
4
|
+
<path d="M37 19.99H26c-.8 0-1.59.18-2.32.49-.73.31-1.4.77-1.95 1.34-.56.57-1 1.24-1.29 1.99-.3.74-.44 1.53-.44 2.33v10.24c0 .8.14 1.59.44 2.33s.74 1.41 1.29 1.99c.56.57 1.22 1.03 1.95 1.34.73.31 1.52.48 2.32.49h11c.8 0 1.59-.18 2.32-.49.73-.31 1.4-.77 1.95-1.34.56-.57 1-1.24 1.29-1.99.3-.74.44-1.53.44-2.33V26.13c.02-1.61-.61-3.16-1.73-4.31A6.038 6.038 0 0037 20zm-5 16.39h-1a5.109 5.109 0 01-3.48-1.58 5.145 5.145 0 010-7.1c.91-.96 2.16-1.52 3.48-1.58h1c.69-.03 1.38.08 2.03.32.65.24 1.24.62 1.74 1.1.5.48.9 1.05 1.17 1.69a5.173 5.173 0 010 4.04 5.08 5.08 0 01-1.17 1.69c-.5.48-1.09.85-1.74 1.1s-1.34.35-2.03.32zM55 42.52h11c.8 0 1.59-.18 2.32-.49.73-.31 1.4-.77 1.95-1.34.56-.57 1-1.24 1.29-1.99.3-.74.44-1.53.44-2.33V26.12c.01-1.61-.61-3.16-1.74-4.3a6.072 6.072 0 00-4.27-1.83h-11c-.8 0-1.59.18-2.32.49-.73.31-1.4.77-1.95 1.34-.56.57-1 1.24-1.29 1.99-.3.74-.44 1.53-.44 2.33v10.24c0 .8.14 1.59.44 2.33s.74 1.41 1.29 1.99c.56.57 1.22 1.03 1.95 1.34.73.31 1.52.48 2.32.49zm5-16.4h1c1.32.06 2.57.62 3.48 1.58a5.145 5.145 0 010 7.1c-.91.95-2.16 1.52-3.48 1.58h-1a5.109 5.109 0 01-3.48-1.58 5.145 5.145 0 010-7.1c.91-.95 2.16-1.52 3.48-1.58zM37 48.66H26c-1.61.02-3.15.68-4.27 1.83A6.06 6.06 0 0020 54.81V65a6.06 6.06 0 001.73 4.32A6.058 6.058 0 0026 71.16h11c1.61-.02 3.15-.69 4.27-1.84A6.077 6.077 0 0043 65V54.81a6.077 6.077 0 00-6-6.15zm-5 16.35h-1a5.156 5.156 0 01-3.29-1.66c-.85-.94-1.33-2.17-1.33-3.44s.47-2.5 1.33-3.44c.85-.94 2.03-1.53 3.29-1.66h1c1.26.13 2.44.72 3.29 1.66.85.94 1.33 2.17 1.33 3.44s-.47 2.5-1.33 3.44c-.85.94-2.03 1.53-3.29 1.66zM79.11 61.33c-.78-.13-1.56-.13-2.35-.26-.07 0-.13-.04-.18-.09a.25.25 0 01-.08-.18c-.29-.86-.62-1.71-1-2.53v-.4c.39-.67 1-1.34 1.43-2a.997.997 0 00-.13-1.33l-2.6-2.67c-.18-.16-.41-.25-.65-.26-.23.05-.45.14-.65.26-.66.4-1.31 1.07-2 1.47-.03 0-.07.01-.09.04-.02.02-.04.06-.04.09h-.13c-.91-.26-1.56-.8-2.47-1.06-.07 0-.14-.03-.18-.08a.273.273 0 01-.08-.19c-.13-.8-.13-1.47-.26-2.27.01-.22-.04-.44-.15-.63-.11-.19-.28-.34-.49-.44a.397.397 0 00-.26-.14h-3.8c-.23-.02-.45.03-.65.14-.26.26-.66.66-.66 1.06-.02.76-.11 1.52-.26 2.27 0 .07-.03.13-.08.18a.31.31 0 01-.18.09c-.91.26-1.56.8-2.47 1.06h-.13q-.13 0-.26-.13c-.64-.52-1.31-1-2-1.47a.864.864 0 00-.29-.21c-.11-.05-.24-.06-.36-.05-.39 0-.39.13-.78.26l-2.6 2.67a.997.997 0 00-.13 1.33c.39.67 1 1.21 1.43 2 .05.05.07.11.07.18s-.03.13-.07.18c-.26.93-.78 1.6-1 2.53 0 .07-.03.13-.08.18a.31.31 0 01-.18.09c-.79.13-1.44.13-2.22.26-.23.01-.45.1-.63.24-.18.14-.31.34-.37.56v4.55c.24.36.59.64 1 .8.75.02 1.49.11 2.22.26.07 0 .13.04.18.09.05.05.08.12.08.18.26.93.78 1.6 1 2.53 0 .14.13.27 0 .4-.39.67-1 1.34-1.43 2-.15.2-.22.45-.19.7.02.25.14.48.32.64l2.6 2.66c.26.27.39.27.78.27.23-.05.45-.14.65-.27.64-.52 1.31-1.01 2-1.46.13 0 .13-.14.26-.14h.13c.91.27 1.56.8 2.47 1.07.07 0 .14.03.18.08.05.05.08.12.08.19.13.8.13 1.6.26 2.4.13.8.4.93 1 .93h3.78c.66 0 .92-.27 1-.93.08-.66.13-1.6.26-2.4 0-.04.02-.07.04-.1s.05-.06.08-.08c.03-.02.07-.03.1-.04h.11c.84-.31 1.67-.67 2.47-1.07h.13s.07.01.09.04c.02.02.04.06.04.09.65.4 1.3 1.06 2 1.46.18.17.41.26.65.27.26 0 .39-.13.78-.27l2.6-2.66c.17-.17.28-.4.31-.65.02-.24-.04-.49-.18-.69-.39-.66-1-1.2-1.43-2-.05-.05-.07-.11-.07-.18s.03-.13.07-.18c.26-.93.78-1.6 1-2.53 0-.07.03-.14.08-.18a.31.31 0 01.18-.09c.79-.13 1.57-.13 2.35-.26s.91-.4.91-1.07v-3.77c.02-.94-.23-1.2-.88-1.34zm-14.47 9.08c-1.55 0-3.03-.6-4.13-1.69a5.842 5.842 0 01-1.73-4.11v-.21c.06-1.51.71-2.95 1.8-3.99a5.87 5.87 0 018.14 0 5.873 5.873 0 011.8 3.99 6.187 6.187 0 01-1.76 4.16 6.168 6.168 0 01-4.11 1.85z"></path>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/buyer_group_qualifier.html
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100" part="icon">
|
|
3
|
+
<g>
|
|
4
|
+
<path d="M76.24 52.55c-.21 0-.43.04-.62.14-.19.08-.37.21-.53.37L59.24 70.53s-.12.1-.18.12c-.06.02-.14.04-.21.04a.46.46 0 01-.35-.14l-5.48-5.38c-.14-.14-.31-.25-.51-.33-.19-.08-.39-.12-.58-.12s-.41.04-.58.12c-.19.08-.35.19-.51.33l-2.13 2.2c-.14.14-.25.31-.33.51s-.12.39-.12.58.04.41.12.58c.08.19.19.35.33.51l8.5 8.37c.49.47 1.13.72 1.79.72.35 0 .7-.08 1.03-.21s.6-.35.84-.62l18.72-20.57c.14-.16.23-.33.31-.51.08-.19.1-.39.1-.58s-.06-.39-.14-.58a1.69 1.69 0 00-.35-.49l-2.28-2.07c-.27-.27-.62-.43-.99-.45zM36.03 42.73c-1.33-2.11-2.09-4.6-2.09-7.33 0-4.6 1.93-8.5 5.03-10.84-1.17-1.95-3.1-3.2-5.81-3.2-4.48 0-6.96 3.59-6.96 7.8 0 2.26.78 4.13 2.24 5.54.86.78 1.54 1.79 1.54 2.89s-.39 2.03-2.94 3.12c-3.65 1.64-6.96 3.74-7.04 7.18 0 2.26 1.46 3.9 3.57 3.9h3.33c.55 0 1.09-.31 1.33-.78 1.62-2.96 4.64-4.84 7.2-6.08.86-.39 1.17-1.4.62-2.18h-.02zM65.61 40.7c-2.55-1.09-2.94-2.11-2.94-3.12 0-1.09.7-2.11 1.54-2.89 1.46-1.4 2.24-3.28 2.24-5.54 0-4.21-2.48-7.8-6.96-7.8-2.71 0-4.64 1.25-5.81 3.2 3.1 2.34 5.03 6.16 5.03 10.84 0 2.73-.7 5.23-2.09 7.33-.55.78-.23 1.79.62 2.26 2.55 1.25 5.58 3.12 7.2 6.08.23.47.78.78 1.33.78h3.33c2.09 0 3.57-1.64 3.57-3.9-.08-3.43-3.41-5.62-7.04-7.25h-.02z"></path>
|
|
5
|
+
<path d="M53.05 48.19c-2.79-1.17-3.18-2.26-3.18-3.43s.78-2.34 1.7-3.2c1.62-1.48 2.55-3.67 2.55-6.16 0-4.6-2.79-8.58-7.74-8.58s-7.74 3.98-7.74 8.58c0 2.5.94 4.6 2.55 6.16.94.86 1.7 2.03 1.7 3.2s-.47 2.26-3.18 3.43c-4.17 1.72-8.05 3.74-8.13 7.49 0 2.5 1.77 4.68 4.09 4.68h21.22c2.32 0 4.09-2.18 4.09-4.68-.08-3.74-3.94-5.77-7.98-7.49h.04z"></path>
|
|
6
|
+
</g>
|
|
7
|
+
</svg>
|
|
8
|
+
</template>
|
package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/datashare_target.html
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100" part="icon">
|
|
3
|
+
<g>
|
|
4
|
+
<path d="M65.97 52.66a20.56 20.56 0 003.75-11.6C69.72 29.95 60.65 20 49.51 20S29.3 29.95 29.3 41.06c0 4.33 1.38 8.26 3.7 11.55l3.82-3.81c-1.63-2.51-2.51-5.46-2.56-8.65 0-8.85 6.39-15.22 15.26-15.22s15.26 6.37 15.26 15.22c0 3.15-.94 6.14-2.51 8.6l3.72 3.9z"></path>
|
|
5
|
+
<path d="M60.25 46.66c.89-1.67 1.43-3.59 1.38-5.6 0-6.68-5.42-12.09-12.13-12.09s-12.13 5.41-12.13 12.09c0 2.06.54 3.98 1.43 5.65l3.97-3.95c-.35-.84-.44-1.72-.49-2.65 0-4.42 2.74-7.15 7.18-7.15s7.18 2.73 7.18 7.15c0 .88-.15 1.72-.39 2.56l4.01 4zM68.32 59.75H57.88c-.56 0-1.02.38-1.02.84v1.43c0 .47.46.84 1.02.84h10.03v4.67H31.09v-4.67h9.93c.56 0 1.02-.38 1.02-.84v-1.43c0-.47-.46-.84-1.02-.84H30.68c-2.05 0-3.68 1.25-3.68 2.8v15.11c0 1.32 1.33 2.34 3.07 2.34h38.86c1.74 0 3.07-1.01 3.07-2.34V62.55c0-1.56-1.64-2.8-3.68-2.8z"></path>
|
|
6
|
+
<path d="M46.57 54.17v10.01c0 .74.71 1.39 1.51 1.39h3.03c.81 0 1.51-.65 1.51-1.39V54.17h6.76c1.01 0 1.51-.74.91-1.3L50.2 41.47c-.4-.28-1.01-.28-1.41 0L38.7 52.87c-.61.46-.1 1.3.91 1.3h6.96z"></path>
|
|
7
|
+
</g>
|
|
8
|
+
</svg>
|
|
9
|
+
</template>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100" part="icon">
|
|
3
|
+
<g>
|
|
4
|
+
<path d="M75.09 47.5H61.17c-.75 0-1.36.61-1.36 1.35v2.29c0 .75.61 1.35 1.36 1.35h13.37v7.5H25.45v-7.5h13.24c.75 0 1.36-.61 1.36-1.35v-2.29c0-.75-.61-1.35-1.36-1.35H24.91c-2.73 0-4.91 2-4.91 4.5v24.25c0 2.12 1.77 3.75 4.09 3.75h51.82c2.32 0 4.09-1.62 4.09-3.75V52c0-2.5-2.18-4.5-4.91-4.5zm-29.18 5.53V37.41H36.5c-1.36 0-2.05-1.13-1.23-1.75l13.64-15.38c.55-.37 1.36-.37 1.91 0l13.64 15.38c.82.75.14 1.75-1.23 1.75h-9.14v15.62c0 1-.95 1.88-2.05 1.88h-4.09c-1.09 0-2.05-.87-2.05-1.88z" fill-rule="evenodd"></path>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100" part="icon">
|
|
3
|
+
<g>
|
|
4
|
+
<path d="M72.13 23.77h-2.05c-.64 0-1.02.38-1.02 1.02v4.09c0 4.48-3.58 8.19-8.06 8.19H39c-4.48 0-8.06-3.71-8.06-8.19v-4.09c0-.64-.38-1.02-1.02-1.02h-2.05c-3.33 0-6.01 2.81-6.01 6.14v44.01c0 3.33 2.69 6.14 6.01 6.14h44.26c3.33 0 6.01-2.81 6.01-6.14V29.91c0-3.33-2.69-6.14-6.01-6.14zM49.98 48.89c0-.55.43-.97.97-.97h12.73c.55 0 .97.43.97.97v1.95c0 .55-.43.97-.97.97H50.95c-.55 0-.97-.43-.97-.97v-1.95zm-14.37.85c-.3-.3-.3-.73 0-1.04l1.04-1.04c.3-.3.73-.3 1.04 0l2.62 2.56 6.45-6.39c.3-.3.73-.3 1.04 0l1.04 1.04c.24.3.24.79 0 1.04l-7.55 7.43c-.3.3-.67.43-1.04.43s-.73-.12-1.04-.43l-3.59-3.59zm29.05 18.51c0 .55-.43.97-.97.97h-23.5c-.55 0-.97-.43-.97-.97V66.3c0-.55.43-.97.97-.97h23.5c.55 0 .97.43.97.97v1.95zm0-8.71c0 .55-.43.97-.97.97h-23.5c-.55 0-.97-.43-.97-.97v-1.95c0-.55.43-.97.97-.97h23.5c.55 0 .97.43.97.97v1.95z"></path>
|
|
5
|
+
<path d="M39 32.34h22.13c1.15 0 2.05-.9 2.05-2.05V26.2c0-3.33-2.69-6.14-6.01-6.14H43.1c-3.33 0-6.01 2.81-6.01 6.14v4.09c-.13 1.15.77 2.05 1.92 2.05z"></path>
|
|
6
|
+
</g>
|
|
7
|
+
</svg>
|
|
8
|
+
</template>
|
package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/document_preview.html
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100" part="icon">
|
|
3
|
+
<g>
|
|
4
|
+
<path d="M39 32h22c1.12 0 2-.88 2-2v-4c0-3.25-2.75-6-6-6H43c-3.25 0-6 2.75-6 6v4c0 1.12.88 2 2 2zm33-7h-2c-.63 0-1 .37-1 1v4c0 4.37-3.62 8-8 8H39c-4.37 0-8-3.62-8-8v-4c0-.63-.37-1-1-1h-2c-3.25 0-6 2.75-6 6v43c0 3.25 2.75 6 6 6h44c3.25 0 6-2.75 6-6V31c0-3.25-2.75-6-6-6zM36.58 58.29C39.06 53.4 44.24 50 50.21 50s11.15 3.4 13.63 8.29c.16.31.16.67 0 .93-2.48 4.89-7.66 8.29-13.63 8.29s-11.15-3.4-13.63-8.29a.96.96 0 010-.93zM50.21 65c3.47 0 6.25-2.78 6.25-6.25s-2.78-6.25-6.25-6.25-6.25 2.78-6.25 6.25S46.74 65 50.21 65zm0-10c2.09 0 3.75 1.66 3.75 3.75s-1.66 3.75-3.75 3.75-3.75-1.66-3.75-3.75S48.12 55 50.21 55z" fill-rule="evenodd"></path>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100" part="icon">
|
|
3
|
+
<g>
|
|
4
|
+
<path d="M20 44.17a2.5 2.5 0 015 0V77.5a2.5 2.5 0 01-5 0V44.17zM75 57.5c2.76 0 5 2.24 5 5v15a2.5 2.5 0 01-5 0v-20zM25 57.5h50v14.17H25V57.5zM25 50h6.5c3.31 0 6 2.69 6 6v1.5H25V50zM60.38 29.06h-5.44v-5.44c0-1.99-1.63-3.62-3.62-3.62H47.7c-1.99 0-3.62 1.63-3.62 3.62v5.44h-5.44c-1.99 0-3.62 1.63-3.62 3.62v3.62c0 1.99 1.63 3.62 3.62 3.62h5.44v5.44c0 1.99 1.63 3.62 3.62 3.62h3.62c1.99 0 3.62-1.63 3.62-3.62v-5.44h5.44c1.99 0 3.62-1.63 3.62-3.62v-3.62c0-1.99-1.63-3.62-3.62-3.62z"></path>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100" part="icon">
|
|
3
|
+
<g>
|
|
4
|
+
<path d="M25.59 41.4c0-11.76 9.62-21.4 21.4-21.4s21.4 9.64 21.4 21.4c0 6.25-2.72 11.89-7.01 15.81h-2.29c-.76 0-1.51.09-2.21.26-.26-.54-.65-1.02-1.13-1.38 4.45-2.68 7.53-7.26 8.22-12.56h-5.64c-.28 4.84-1.27 9.1-2.85 12.39-.58-.35-1.25-.58-1.99-.58h-1.86c-.26 0-.5.02-.74.07 1.64-2.68 2.88-6.88 3.16-11.89h-4.93V56.3c-.74.69-1.21 1.66-1.21 2.75 0 1.58.99 2.92 2.36 3.46-1.08.17-2.18.26-3.29.26-11.78 0-21.4-9.62-21.4-21.4h.02zm32.73-2.14h5.64c-.71-5.49-4-10.2-8.71-12.84 1.71 3.35 2.85 7.78 3.07 12.84zm-13.47 0V25.21c-2.42 2.07-4.56 7.35-4.93 14.05h4.93zm0 18.33V43.54h-4.93c.35 6.7 2.49 11.98 4.93 14.05zm4.28-32.37v14.05h4.93c-.35-6.7-2.49-11.98-4.93-14.05zM35.66 39.27c.28-5.06 1.36-9.49 3.07-12.84a17.315 17.315 0 00-8.71 12.84h5.64zm0 4.28h-5.64c.71 5.49 4 10.2 8.71 12.84-1.71-3.35-2.85-7.78-3.07-12.84z" fill-rule="evenodd"></path>
|
|
5
|
+
<path d="M59.38 68.84h12.04c.37 0 .69-.24.78-.6l2.2-7.57c.17-.52-.24-1-.78-1h-18.6l-.33-1.12c-.17-.52-.65-.87-1.19-.87h-1.95c-.65 0-1.27.48-1.3 1.12-.04.67.52 1.28 1.23 1.28h1.13l3.83 12.67c.17.52.61.87 1.19.87h14.2c.65 0 1.27-.48 1.3-1.12.04-.67-.52-1.28-1.23-1.28H59.42c-.52 0-1.02-.35-1.13-.84v-.04c-.28-.76.33-1.51 1.1-1.51h.02zM59.62 80c1.13 0 2.05-.89 2.05-1.99s-.91-1.99-2.05-1.99-2.05.89-2.05 1.99.91 1.99 2.05 1.99zM69.42 80c1.13 0 2.05-.89 2.05-1.99s-.91-1.99-2.05-1.99-2.05.89-2.05 1.99.91 1.99 2.05 1.99z"></path>
|
|
6
|
+
</g>
|
|
7
|
+
</svg>
|
|
8
|
+
</template>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100" part="icon">
|
|
3
|
+
<g>
|
|
4
|
+
<path d="M50 77.65c-15.09 0-27.3-12.29-27.3-27.46S34.91 22.72 50 22.72s27.3 12.29 27.3 27.46S65.09 77.64 50 77.64zm0-57.64c-16.53 0-30 13.37-30 30s13.47 30 30 30 30-13.38 30-30-13.47-30-30-30z"></path>
|
|
5
|
+
<path d="M42.45 63.56c-4.49-2.18-7.73-7.05-7.73-12.46 0-2.89.9-5.6 2.34-7.95l9.89 14.83h5.92l9.89-14.83c1.44 2.17 2.34 5.06 2.34 7.95 0 5.24-2.69 9.76-6.82 12.11l1.98 7.22c7.19-3.8 12.21-11.39 12.21-20.06s-4.49-15.55-10.96-19.34l-11.5 17.71L38.7 30.85c-6.65 3.98-11.14 11.2-11.14 19.52 0 9.04 5.21 16.81 12.94 20.42l1.97-7.22v-.02z"></path>
|
|
6
|
+
</g>
|
|
7
|
+
</svg>
|
|
8
|
+
</template>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100" part="icon">
|
|
3
|
+
<g>
|
|
4
|
+
<path d="M76.6 43.96a6.753 6.753 0 00-3.48-.96c-1.27 0-2.51.36-3.59 1.03A6.884 6.884 0 0067 46.82H33c-.7-1.4-1.85-2.52-3.25-3.18-1.4-.66-2.98-.82-4.48-.45-1.5.37-2.84 1.24-3.79 2.47-.96 1.23-1.48 2.76-1.48 4.33s.52 3.1 1.48 4.33 2.29 2.11 3.79 2.47c1.5.37 3.08.21 4.48-.45 1.4-.66 2.55-1.78 3.25-3.18h34a6.985 6.985 0 002.42 2.72c1.03.67 2.22 1.05 3.44 1.1 1.22.05 2.43-.24 3.51-.82a6.963 6.963 0 002.62-2.52c.64-1.06.99-2.28 1.01-3.52.02-1.24-.28-2.47-.88-3.56a6.969 6.969 0 00-2.52-2.62zM76.6 20.96a6.753 6.753 0 00-3.48-.96c-1.27 0-2.51.36-3.59 1.03A6.884 6.884 0 0067 23.82H33c-.7-1.4-1.85-2.52-3.25-3.18-1.4-.66-2.98-.82-4.48-.45-1.5.37-2.84 1.24-3.79 2.47-.96 1.23-1.48 2.76-1.48 4.33s.52 3.1 1.48 4.33 2.29 2.11 3.79 2.47c1.5.37 3.08.21 4.48-.45 1.4-.66 2.55-1.78 3.25-3.18h34a6.985 6.985 0 002.42 2.72c1.03.67 2.22 1.05 3.44 1.1 1.22.05 2.43-.24 3.51-.82a6.963 6.963 0 002.62-2.52c.64-1.06.99-2.28 1.01-3.52.02-1.24-.28-2.47-.88-3.56a6.969 6.969 0 00-2.52-2.62zM76.6 66.96a6.753 6.753 0 00-3.48-.96c-1.27 0-2.51.36-3.59 1.03A6.884 6.884 0 0067 69.82H33c-.7-1.4-1.85-2.52-3.25-3.18-1.4-.66-2.98-.82-4.48-.45-1.5.37-2.84 1.24-3.79 2.47-.96 1.23-1.48 2.76-1.48 4.33s.52 3.1 1.48 4.33 2.29 2.11 3.79 2.47c1.5.37 3.08.21 4.48-.45 1.4-.66 2.55-1.78 3.25-3.18h34a6.985 6.985 0 002.42 2.72c1.03.67 2.22 1.05 3.44 1.1 1.22.05 2.43-.24 3.51-.82a6.963 6.963 0 002.62-2.52c.64-1.06.99-2.28 1.01-3.52.02-1.24-.28-2.47-.88-3.56a6.969 6.969 0 00-2.52-2.62z"></path>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100" part="icon">
|
|
3
3
|
<g>
|
|
4
|
-
<mask id="
|
|
4
|
+
<mask id="rqa" height="60" maskUnits="userSpaceOnUse" width="60" x="20" y="20">
|
|
5
5
|
<path d="M20 20h60v60H20z" fill-rule="evenodd"></path>
|
|
6
6
|
</mask>
|
|
7
|
-
<g mask="url(#
|
|
7
|
+
<g mask="url(#rqa)">
|
|
8
8
|
<path d="M53.77 72.12C54 59.88 62.25 50 72.49 50a22.49 22.49 0 01-18.66 22.12M27.49 50C37.75 50 46 59.88 46.16 72.12A22.5 22.5 0 0127.49 50M50 27.51a22.44 22.44 0 0121.12 15H28.88a22.44 22.44 0 0121.12-15M50 20a30 30 0 1030 30 30 30 0 00-30-30" fill-rule="evenodd"></path>
|
|
9
9
|
</g>
|
|
10
10
|
</g>
|
|
@@ -36,6 +36,7 @@ import { default as standard_assignment } from './standard/assignment.html';
|
|
|
36
36
|
import { default as standard_attach } from './standard/attach.html';
|
|
37
37
|
import { default as standard_avatar } from './standard/avatar.html';
|
|
38
38
|
import { default as standard_avatar_loading } from './standard/avatar_loading.html';
|
|
39
|
+
import { default as standard_bill_of_materials } from './standard/bill_of_materials.html';
|
|
39
40
|
import { default as standard_bot } from './standard/bot.html';
|
|
40
41
|
import { default as standard_bot_training } from './standard/bot_training.html';
|
|
41
42
|
import { default as standard_branch_merge } from './standard/branch_merge.html';
|
|
@@ -49,6 +50,7 @@ import { default as standard_bundle_policy } from './standard/bundle_policy.html
|
|
|
49
50
|
import { default as standard_business_hours } from './standard/business_hours.html';
|
|
50
51
|
import { default as standard_buyer_account } from './standard/buyer_account.html';
|
|
51
52
|
import { default as standard_buyer_group } from './standard/buyer_group.html';
|
|
53
|
+
import { default as standard_buyer_group_qualifier } from './standard/buyer_group_qualifier.html';
|
|
52
54
|
import { default as standard_calculated_insights } from './standard/calculated_insights.html';
|
|
53
55
|
import { default as standard_calibration } from './standard/calibration.html';
|
|
54
56
|
import { default as standard_call } from './standard/call.html';
|
|
@@ -130,16 +132,20 @@ import { default as standard_data_streams } from './standard/data_streams.html';
|
|
|
130
132
|
import { default as standard_data_transforms } from './standard/data_transforms.html';
|
|
131
133
|
import { default as standard_datadotcom } from './standard/datadotcom.html';
|
|
132
134
|
import { default as standard_dataset } from './standard/dataset.html';
|
|
135
|
+
import { default as standard_datashare_target } from './standard/datashare_target.html';
|
|
136
|
+
import { default as standard_datashares } from './standard/datashares.html';
|
|
133
137
|
import { default as standard_date_input } from './standard/date_input.html';
|
|
134
138
|
import { default as standard_date_time } from './standard/date_time.html';
|
|
135
139
|
import { default as standard_decision } from './standard/decision.html';
|
|
136
140
|
import { default as standard_default } from './standard/default.html';
|
|
137
141
|
import { default as standard_delegated_account } from './standard/delegated_account.html';
|
|
138
142
|
import { default as standard_device } from './standard/device.html';
|
|
143
|
+
import { default as standard_disclosure_and_compliance } from './standard/disclosure_and_compliance.html';
|
|
139
144
|
import { default as standard_discounts } from './standard/discounts.html';
|
|
140
145
|
import { default as standard_display_rich_text } from './standard/display_rich_text.html';
|
|
141
146
|
import { default as standard_display_text } from './standard/display_text.html';
|
|
142
147
|
import { default as standard_document } from './standard/document.html';
|
|
148
|
+
import { default as standard_document_preview } from './standard/document_preview.html';
|
|
143
149
|
import { default as standard_document_reference } from './standard/document_reference.html';
|
|
144
150
|
import { default as standard_drafts } from './standard/drafts.html';
|
|
145
151
|
import { default as standard_duration_downscale } from './standard/duration_downscale.html';
|
|
@@ -168,6 +174,7 @@ import { default as standard_events } from './standard/events.html';
|
|
|
168
174
|
import { default as standard_expense } from './standard/expense.html';
|
|
169
175
|
import { default as standard_expense_report } from './standard/expense_report.html';
|
|
170
176
|
import { default as standard_expense_report_entry } from './standard/expense_report_entry.html';
|
|
177
|
+
import { default as standard_facility_bed } from './standard/facility_bed.html';
|
|
171
178
|
import { default as standard_feed } from './standard/feed.html';
|
|
172
179
|
import { default as standard_feedback } from './standard/feedback.html';
|
|
173
180
|
import { default as standard_field_sales } from './standard/field_sales.html';
|
|
@@ -233,6 +240,7 @@ import { default as standard_macros } from './standard/macros.html';
|
|
|
233
240
|
import { default as standard_maintenance_asset } from './standard/maintenance_asset.html';
|
|
234
241
|
import { default as standard_maintenance_plan } from './standard/maintenance_plan.html';
|
|
235
242
|
import { default as standard_maintenance_work_rule } from './standard/maintenance_work_rule.html';
|
|
243
|
+
import { default as standard_market } from './standard/market.html';
|
|
236
244
|
import { default as standard_marketing_actions } from './standard/marketing_actions.html';
|
|
237
245
|
import { default as standard_med_rec_recommendation } from './standard/med_rec_recommendation.html';
|
|
238
246
|
import { default as standard_med_rec_statement_recommendation } from './standard/med_rec_statement_recommendation.html';
|
|
@@ -246,6 +254,7 @@ import { default as standard_messaging_conversation } from './standard/messaging
|
|
|
246
254
|
import { default as standard_messaging_session } from './standard/messaging_session.html';
|
|
247
255
|
import { default as standard_messaging_user } from './standard/messaging_user.html';
|
|
248
256
|
import { default as standard_metrics } from './standard/metrics.html';
|
|
257
|
+
import { default as standard_mulesoft } from './standard/mulesoft.html';
|
|
249
258
|
import { default as standard_multi_picklist } from './standard/multi_picklist.html';
|
|
250
259
|
import { default as standard_multi_select_checkbox } from './standard/multi_select_checkbox.html';
|
|
251
260
|
import { default as standard_network_contract } from './standard/network_contract.html';
|
|
@@ -291,6 +300,7 @@ import { default as standard_post } from './standard/post.html';
|
|
|
291
300
|
import { default as standard_practitioner_role } from './standard/practitioner_role.html';
|
|
292
301
|
import { default as standard_price_book_entries } from './standard/price_book_entries.html';
|
|
293
302
|
import { default as standard_price_books } from './standard/price_books.html';
|
|
303
|
+
import { default as standard_price_sheet } from './standard/price_sheet.html';
|
|
294
304
|
import { default as standard_pricebook } from './standard/pricebook.html';
|
|
295
305
|
import { default as standard_pricing_workspace } from './standard/pricing_workspace.html';
|
|
296
306
|
import { default as standard_problem } from './standard/problem.html';
|
|
@@ -483,5 +493,5 @@ import { default as standard_workforce_engagement } from './standard/workforce_e
|
|
|
483
493
|
import { default as standard_your_account } from './standard/your_account.html';
|
|
484
494
|
|
|
485
495
|
export default {
|
|
486
|
-
standard_account,standard_account_info,standard_action_list_component,standard_actions_and_buttons,standard_activation_target,standard_activations,standard_address,standard_agent_home,standard_agent_session,standard_aggregation_policy,standard_ai_accelerator_card,standard_all,standard_announcement,standard_answer_best,standard_answer_private,standard_answer_public,standard_apex,standard_apex_plugin,standard_app,standard_approval,standard_apps,standard_apps_admin,standard_article,standard_asset_action,standard_asset_action_source,standard_asset_audit,standard_asset_downtime_period,standard_asset_hierarchy,standard_asset_object,standard_asset_relationship,standard_asset_state_period,standard_asset_warranty,standard_assigned_resource,standard_assignment,standard_attach,standard_avatar,standard_avatar_loading,standard_bot,standard_bot_training,standard_branch_merge,standard_brand,standard_budget,standard_budget_allocation,standard_budget_category_value,standard_budget_period,standard_bundle_config,standard_bundle_policy,standard_business_hours,standard_buyer_account,standard_buyer_group,standard_calculated_insights,standard_calibration,standard_call,standard_call_coaching,standard_call_history,standard_campaign,standard_campaign_members,standard_cancel_checkout,standard_canvas,standard_capacity_plan,standard_care_request_reviewer,standard_carousel,standard_case,standard_case_change_status,standard_case_comment,standard_case_email,standard_case_log_a_call,standard_case_milestone,standard_case_transcript,standard_case_wrap_up,standard_catalog,standard_category,standard_change_request,standard_channel_program_history,standard_channel_program_levels,standard_channel_program_members,standard_channel_programs,standard_chart,standard_checkout,standard_choice,standard_client,standard_cms,standard_coaching,standard_code_playground,standard_code_set,standard_code_set_bundle,standard_collection,standard_collection_variable,standard_connect_wallet,standard_connected_apps,standard_constant,standard_contact,standard_contact_list,standard_contact_request,standard_contract,standard_contract_line_item,standard_contract_line_outcome,standard_contract_line_outcome_data,standard_contract_payment,standard_coupon_codes,standard_crypto_category_wallet_group,standard_crypto_product,standard_crypto_product_category_wallet_role,standard_crypto_transaction,standard_crypto_transaction_envelope,standard_crypto_transaction_envelope_change_snapshot,standard_crypto_transaction_envelope_item,standard_crypto_wallet,standard_crypto_wallet_group,standard_crypto_wallet_group_item,standard_currency,standard_currency_input,standard_custom,standard_custom_component_task,standard_custom_notification,standard_customer,standard_customer_360,standard_customer_lifecycle_analytics,standard_customer_portal_users,standard_customer_workspace,standard_customers,standard_dashboard,standard_dashboard_component,standard_dashboard_ea,standard_data_integration_hub,standard_data_mapping,standard_data_model,standard_data_streams,standard_data_transforms,standard_datadotcom,standard_dataset,standard_date_input,standard_date_time,standard_decision,standard_default,standard_delegated_account,standard_device,standard_discounts,standard_display_rich_text,standard_display_text,standard_document,standard_document_reference,standard_drafts,standard_duration_downscale,standard_dynamic_record_choice,standard_education,standard_einstein_replies,standard_email,standard_email_chatter,standard_employee,standard_employee_asset,standard_employee_contact,standard_employee_job,standard_employee_job_position,standard_employee_organization,standard_empty,standard_endorsement,standard_entitlement,standard_entitlement_policy,standard_entitlement_process,standard_entitlement_template,standard_entity,standard_entity_milestone,standard_environment_hub,standard_event,standard_events,standard_expense,standard_expense_report,standard_expense_report_entry,standard_feed,standard_feedback,standard_field_sales,standard_file,standard_filter,standard_filter_criteria,standard_filter_criteria_rule,standard_first_non_empty,standard_flow,standard_folder,standard_forecasts,standard_form,standard_formula,standard_fulfillment_order,standard_funding_award_adjustment,standard_funding_requirement,standard_generic_loading,standard_global_constant,standard_goals,standard_group_loading,standard_groups,standard_guidance_center,standard_hierarchy,standard_high_velocity_sales,standard_historical_adherence,standard_holiday_operating_hours,standard_home,standard_household,standard_identifier,standard_immunization,standard_incident,standard_individual,standard_insights,standard_instore_locations,standard_investment_account,standard_invocable_action,standard_iot_context,standard_iot_orchestrations,standard_javascript_button,standard_job_family,standard_job_position,standard_job_profile,standard_kanban,standard_key_dates,standard_knowledge,standard_lead,standard_lead_insights,standard_lead_list,standard_learner_program,standard_letterhead,standard_lightning_component,standard_lightning_usage,standard_link,standard_list_email,standard_live_chat,standard_live_chat_visitor,standard_location,standard_location_permit,standard_log_a_call,standard_logging,standard_loop,standard_macros,standard_maintenance_asset,standard_maintenance_plan,standard_maintenance_work_rule,standard_marketing_actions,standard_med_rec_recommendation,standard_med_rec_statement_recommendation,standard_medication,standard_medication_dispense,standard_medication_ingredient,standard_medication_reconciliation,standard_medication_statement,standard_merge,standard_messaging_conversation,standard_messaging_session,standard_messaging_user,standard_metrics,standard_multi_picklist,standard_multi_select_checkbox,standard_network_contract,standard_news,standard_nft_settings,standard_nft_studio,standard_note,standard_number_input,standard_observation_component,standard_omni_supervisor,standard_operating_hours,standard_opportunity,standard_opportunity_contact_role,standard_opportunity_splits,standard_orchestrator,standard_order_item,standard_orders,standard_outcome,standard_output,standard_partner_fund_allocation,standard_partner_fund_claim,standard_partner_fund_request,standard_partner_marketing_budget,standard_partners,standard_password,standard_past_chat,standard_patient_medication_dosage,standard_payment_gateway,standard_people,standard_performance,standard_person_account,standard_person_language,standard_person_name,standard_photo,standard_picklist_choice,standard_picklist_type,standard_planogram,standard_poll,standard_portal,standard_portal_roles,standard_portal_roles_and_subordinates,standard_post,standard_practitioner_role,standard_price_book_entries,standard_price_books,standard_pricebook,standard_pricing_workspace,standard_problem,standard_procedure,standard_procedure_detail,standard_process,standard_process_exception,standard_product,standard_product_consumed,standard_product_consumed_state,standard_product_item,standard_product_item_transaction,standard_product_quantity_rules,standard_product_request,standard_product_request_line_item,standard_product_required,standard_product_service_campaign,standard_product_service_campaign_item,standard_product_transfer,standard_product_transfer_state,standard_product_warranty_term,standard_product_workspace,standard_products,standard_promotion_segments,standard_promotion_tiers,standard_promotions,standard_promotions_workspace,standard_prompt,standard_propagation_policy,standard_proposition,standard_qualifications,standard_question_best,standard_question_feed,standard_queue,standard_quick_text,standard_quip,standard_quip_sheet,standard_quotes,standard_radio_button,standard_read_receipts,standard_recent,standard_recipe,standard_record,standard_record_create,standard_record_delete,standard_record_lookup,standard_record_signature_task,standard_record_update,standard_recycle_bin,standard_related_list,standard_relationship,standard_reply_text,standard_report,standard_report_type,standard_resource_absence,standard_resource_capacity,standard_resource_preference,standard_resource_skill,standard_restriction_policy,standard_return_order,standard_return_order_line_item,standard_reward,standard_rtc_presence,standard_sales_cadence,standard_sales_cadence_target,standard_sales_channel,standard_sales_path,standard_sales_value,standard_salesforce_cms,standard_scan_card,standard_schedule_objective,standard_scheduling_constraint,standard_scheduling_policy,standard_screen,standard_search,standard_section,standard_segments,standard_selling_model,standard_serialized_product,standard_serialized_product_transaction,standard_service_appointment,standard_service_appointment_capacity_usage,standard_service_contract,standard_service_crew,standard_service_crew_member,standard_service_report,standard_service_request,standard_service_request_detail,standard_service_resource,standard_service_territory,standard_service_territory_location,standard_service_territory_member,standard_service_territory_policy,standard_settings,standard_setup_modal,standard_shift,standard_shift_pattern,standard_shift_pattern_entry,standard_shift_preference,standard_shift_scheduling_operation,standard_shift_template,standard_shift_type,standard_shipment,standard_skill,standard_skill_entity,standard_skill_requirement,standard_slack,standard_slack_conversations,standard_slider,standard_sms,standard_snippet,standard_snippet_alt,standard_snippets,standard_sobject,standard_sobject_collection,standard_social,standard_solution,standard_sort,standard_sort_policy,standard_sossession,standard_stage,standard_stage_collection,standard_steps,standard_store,standard_store_group,standard_story,standard_strategy,standard_survey,standard_swarm_request,standard_swarm_session,standard_system_and_global_variable,standard_tableau,standard_task,standard_task2,standard_tax_policy,standard_tax_rate,standard_tax_treatment,standard_team_member,standard_template,standard_text,standard_text_template,standard_textarea,standard_textbox,standard_thanks,standard_thanks_loading,standard_timesheet,standard_timesheet_entry,standard_timeslot,standard_today,standard_toggle,standard_topic,standard_topic2,standard_tour,standard_tour_check,standard_trailhead,standard_trailhead_alt,standard_travel_mode,standard_unified_health_score,standard_unmatched,standard_user,standard_user_role,standard_variable,standard_variation_attribute_setup,standard_variation_products,standard_video,standard_visit_templates,standard_visits,standard_visualforce_page,standard_voice_call,standard_waits,standard_warranty_term,standard_water,standard_webcart,standard_work_capacity_limit,standard_work_capacity_usage,standard_work_contract,standard_work_forecast,standard_work_order,standard_work_order_item,standard_work_plan,standard_work_plan_rule,standard_work_plan_template,standard_work_plan_template_entry,standard_work_queue,standard_work_step,standard_work_step_template,standard_work_type,standard_work_type_group,standard_workforce_engagement,standard_your_account
|
|
496
|
+
standard_account,standard_account_info,standard_action_list_component,standard_actions_and_buttons,standard_activation_target,standard_activations,standard_address,standard_agent_home,standard_agent_session,standard_aggregation_policy,standard_ai_accelerator_card,standard_all,standard_announcement,standard_answer_best,standard_answer_private,standard_answer_public,standard_apex,standard_apex_plugin,standard_app,standard_approval,standard_apps,standard_apps_admin,standard_article,standard_asset_action,standard_asset_action_source,standard_asset_audit,standard_asset_downtime_period,standard_asset_hierarchy,standard_asset_object,standard_asset_relationship,standard_asset_state_period,standard_asset_warranty,standard_assigned_resource,standard_assignment,standard_attach,standard_avatar,standard_avatar_loading,standard_bill_of_materials,standard_bot,standard_bot_training,standard_branch_merge,standard_brand,standard_budget,standard_budget_allocation,standard_budget_category_value,standard_budget_period,standard_bundle_config,standard_bundle_policy,standard_business_hours,standard_buyer_account,standard_buyer_group,standard_buyer_group_qualifier,standard_calculated_insights,standard_calibration,standard_call,standard_call_coaching,standard_call_history,standard_campaign,standard_campaign_members,standard_cancel_checkout,standard_canvas,standard_capacity_plan,standard_care_request_reviewer,standard_carousel,standard_case,standard_case_change_status,standard_case_comment,standard_case_email,standard_case_log_a_call,standard_case_milestone,standard_case_transcript,standard_case_wrap_up,standard_catalog,standard_category,standard_change_request,standard_channel_program_history,standard_channel_program_levels,standard_channel_program_members,standard_channel_programs,standard_chart,standard_checkout,standard_choice,standard_client,standard_cms,standard_coaching,standard_code_playground,standard_code_set,standard_code_set_bundle,standard_collection,standard_collection_variable,standard_connect_wallet,standard_connected_apps,standard_constant,standard_contact,standard_contact_list,standard_contact_request,standard_contract,standard_contract_line_item,standard_contract_line_outcome,standard_contract_line_outcome_data,standard_contract_payment,standard_coupon_codes,standard_crypto_category_wallet_group,standard_crypto_product,standard_crypto_product_category_wallet_role,standard_crypto_transaction,standard_crypto_transaction_envelope,standard_crypto_transaction_envelope_change_snapshot,standard_crypto_transaction_envelope_item,standard_crypto_wallet,standard_crypto_wallet_group,standard_crypto_wallet_group_item,standard_currency,standard_currency_input,standard_custom,standard_custom_component_task,standard_custom_notification,standard_customer,standard_customer_360,standard_customer_lifecycle_analytics,standard_customer_portal_users,standard_customer_workspace,standard_customers,standard_dashboard,standard_dashboard_component,standard_dashboard_ea,standard_data_integration_hub,standard_data_mapping,standard_data_model,standard_data_streams,standard_data_transforms,standard_datadotcom,standard_dataset,standard_datashare_target,standard_datashares,standard_date_input,standard_date_time,standard_decision,standard_default,standard_delegated_account,standard_device,standard_disclosure_and_compliance,standard_discounts,standard_display_rich_text,standard_display_text,standard_document,standard_document_preview,standard_document_reference,standard_drafts,standard_duration_downscale,standard_dynamic_record_choice,standard_education,standard_einstein_replies,standard_email,standard_email_chatter,standard_employee,standard_employee_asset,standard_employee_contact,standard_employee_job,standard_employee_job_position,standard_employee_organization,standard_empty,standard_endorsement,standard_entitlement,standard_entitlement_policy,standard_entitlement_process,standard_entitlement_template,standard_entity,standard_entity_milestone,standard_environment_hub,standard_event,standard_events,standard_expense,standard_expense_report,standard_expense_report_entry,standard_facility_bed,standard_feed,standard_feedback,standard_field_sales,standard_file,standard_filter,standard_filter_criteria,standard_filter_criteria_rule,standard_first_non_empty,standard_flow,standard_folder,standard_forecasts,standard_form,standard_formula,standard_fulfillment_order,standard_funding_award_adjustment,standard_funding_requirement,standard_generic_loading,standard_global_constant,standard_goals,standard_group_loading,standard_groups,standard_guidance_center,standard_hierarchy,standard_high_velocity_sales,standard_historical_adherence,standard_holiday_operating_hours,standard_home,standard_household,standard_identifier,standard_immunization,standard_incident,standard_individual,standard_insights,standard_instore_locations,standard_investment_account,standard_invocable_action,standard_iot_context,standard_iot_orchestrations,standard_javascript_button,standard_job_family,standard_job_position,standard_job_profile,standard_kanban,standard_key_dates,standard_knowledge,standard_lead,standard_lead_insights,standard_lead_list,standard_learner_program,standard_letterhead,standard_lightning_component,standard_lightning_usage,standard_link,standard_list_email,standard_live_chat,standard_live_chat_visitor,standard_location,standard_location_permit,standard_log_a_call,standard_logging,standard_loop,standard_macros,standard_maintenance_asset,standard_maintenance_plan,standard_maintenance_work_rule,standard_market,standard_marketing_actions,standard_med_rec_recommendation,standard_med_rec_statement_recommendation,standard_medication,standard_medication_dispense,standard_medication_ingredient,standard_medication_reconciliation,standard_medication_statement,standard_merge,standard_messaging_conversation,standard_messaging_session,standard_messaging_user,standard_metrics,standard_mulesoft,standard_multi_picklist,standard_multi_select_checkbox,standard_network_contract,standard_news,standard_nft_settings,standard_nft_studio,standard_note,standard_number_input,standard_observation_component,standard_omni_supervisor,standard_operating_hours,standard_opportunity,standard_opportunity_contact_role,standard_opportunity_splits,standard_orchestrator,standard_order_item,standard_orders,standard_outcome,standard_output,standard_partner_fund_allocation,standard_partner_fund_claim,standard_partner_fund_request,standard_partner_marketing_budget,standard_partners,standard_password,standard_past_chat,standard_patient_medication_dosage,standard_payment_gateway,standard_people,standard_performance,standard_person_account,standard_person_language,standard_person_name,standard_photo,standard_picklist_choice,standard_picklist_type,standard_planogram,standard_poll,standard_portal,standard_portal_roles,standard_portal_roles_and_subordinates,standard_post,standard_practitioner_role,standard_price_book_entries,standard_price_books,standard_price_sheet,standard_pricebook,standard_pricing_workspace,standard_problem,standard_procedure,standard_procedure_detail,standard_process,standard_process_exception,standard_product,standard_product_consumed,standard_product_consumed_state,standard_product_item,standard_product_item_transaction,standard_product_quantity_rules,standard_product_request,standard_product_request_line_item,standard_product_required,standard_product_service_campaign,standard_product_service_campaign_item,standard_product_transfer,standard_product_transfer_state,standard_product_warranty_term,standard_product_workspace,standard_products,standard_promotion_segments,standard_promotion_tiers,standard_promotions,standard_promotions_workspace,standard_prompt,standard_propagation_policy,standard_proposition,standard_qualifications,standard_question_best,standard_question_feed,standard_queue,standard_quick_text,standard_quip,standard_quip_sheet,standard_quotes,standard_radio_button,standard_read_receipts,standard_recent,standard_recipe,standard_record,standard_record_create,standard_record_delete,standard_record_lookup,standard_record_signature_task,standard_record_update,standard_recycle_bin,standard_related_list,standard_relationship,standard_reply_text,standard_report,standard_report_type,standard_resource_absence,standard_resource_capacity,standard_resource_preference,standard_resource_skill,standard_restriction_policy,standard_return_order,standard_return_order_line_item,standard_reward,standard_rtc_presence,standard_sales_cadence,standard_sales_cadence_target,standard_sales_channel,standard_sales_path,standard_sales_value,standard_salesforce_cms,standard_scan_card,standard_schedule_objective,standard_scheduling_constraint,standard_scheduling_policy,standard_screen,standard_search,standard_section,standard_segments,standard_selling_model,standard_serialized_product,standard_serialized_product_transaction,standard_service_appointment,standard_service_appointment_capacity_usage,standard_service_contract,standard_service_crew,standard_service_crew_member,standard_service_report,standard_service_request,standard_service_request_detail,standard_service_resource,standard_service_territory,standard_service_territory_location,standard_service_territory_member,standard_service_territory_policy,standard_settings,standard_setup_modal,standard_shift,standard_shift_pattern,standard_shift_pattern_entry,standard_shift_preference,standard_shift_scheduling_operation,standard_shift_template,standard_shift_type,standard_shipment,standard_skill,standard_skill_entity,standard_skill_requirement,standard_slack,standard_slack_conversations,standard_slider,standard_sms,standard_snippet,standard_snippet_alt,standard_snippets,standard_sobject,standard_sobject_collection,standard_social,standard_solution,standard_sort,standard_sort_policy,standard_sossession,standard_stage,standard_stage_collection,standard_steps,standard_store,standard_store_group,standard_story,standard_strategy,standard_survey,standard_swarm_request,standard_swarm_session,standard_system_and_global_variable,standard_tableau,standard_task,standard_task2,standard_tax_policy,standard_tax_rate,standard_tax_treatment,standard_team_member,standard_template,standard_text,standard_text_template,standard_textarea,standard_textbox,standard_thanks,standard_thanks_loading,standard_timesheet,standard_timesheet_entry,standard_timeslot,standard_today,standard_toggle,standard_topic,standard_topic2,standard_tour,standard_tour_check,standard_trailhead,standard_trailhead_alt,standard_travel_mode,standard_unified_health_score,standard_unmatched,standard_user,standard_user_role,standard_variable,standard_variation_attribute_setup,standard_variation_products,standard_video,standard_visit_templates,standard_visits,standard_visualforce_page,standard_voice_call,standard_waits,standard_warranty_term,standard_water,standard_webcart,standard_work_capacity_limit,standard_work_capacity_usage,standard_work_contract,standard_work_forecast,standard_work_order,standard_work_order_item,standard_work_plan,standard_work_plan_rule,standard_work_plan_template,standard_work_plan_template_entry,standard_work_queue,standard_work_step,standard_work_step_template,standard_work_type,standard_work_type_group,standard_workforce_engagement,standard_your_account
|
|
487
497
|
};
|