lightning-base-components 1.17.2-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 +129 -3
- package/package.json +25 -1
- package/scopedImports/@salesforce-label-AddressAutocomplete.LookupButton.js +1 -0
- package/scopedImports/@salesforce-label-LightningDatatable.chooseARowSelectAll.js +1 -0
- 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 +50 -4
- package/src/lightning/baseCombobox/keyboard.js +3 -0
- package/src/lightning/breadcrumb/__docs__/breadcrumb.md +5 -6
- 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/card/__docs__/card.md +1 -1
- package/src/lightning/card/card.js +1 -1
- package/src/lightning/datatable/datatable.js +6 -15
- package/src/lightning/datatable/templates/div/div.html +4 -2
- package/src/lightning/datatable/templates/table/table.html +4 -2
- package/src/lightning/dialog/README.md +1 -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/__docs__/input.md +1 -1
- package/src/lightning/input/input-text.slds.css +1 -1
- package/src/lightning/input/input.html +3 -3
- package/src/lightning/input/input.js +39 -3
- 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/__docs__/modal.md +187 -20
- 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/positionLibrary/overlayDetector.js +10 -1
- package/src/lightning/primitiveBubble/primitiveBubble.js +16 -1
- package/src/lightning/primitiveCellCheckbox/primitiveCellCheckbox.js +15 -1
- package/src/lightning/primitiveHeaderFactory/primitiveHeaderFactory.js +29 -0
- package/src/lightning/primitiveHeaderFactory/selectableHeader.html +3 -6
- package/src/lightning/progressIndicator/progressIndicator.js +1 -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 +7 -3
- package/src/lightning/treeGrid/treeGrid.js +25 -30
- package/src/lightning/utilsPrivate/normalize.js +22 -6
- 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
|
@@ -119,9 +119,10 @@ export default class LightningFormattedRichText extends LightningElement {
|
|
|
119
119
|
|
|
120
120
|
renderRichText() {
|
|
121
121
|
if (this.connected) {
|
|
122
|
-
const
|
|
123
|
-
|
|
124
|
-
|
|
122
|
+
const sanitizeText = this.sanitize(this.value);
|
|
123
|
+
const richText = this.disableLinkify
|
|
124
|
+
? sanitizeText
|
|
125
|
+
: linkify(sanitizeText);
|
|
125
126
|
const container = this.container;
|
|
126
127
|
|
|
127
128
|
if (this.clean) {
|
|
@@ -0,0 +1,232 @@
|
|
|
1
|
+
|
|
2
|
+
/* Copyright (c) 2015-present, salesforce.com, inc. All rights reserved
|
|
3
|
+
Licensed under BSD 3-Clause - see LICENSE.txt or git.io/sfdc-license */
|
|
4
|
+
@supports (--styling-hooks: '') {
|
|
5
|
+
/* FORM ELEMENT: BASE */
|
|
6
|
+
:host([data-render-mode="shadow"]) .slds-form-element {
|
|
7
|
+
position: relative;
|
|
8
|
+
min-width: 0;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
:host([data-render-mode="shadow"]) .slds-form-element__label {
|
|
12
|
+
overflow-wrap: break-word;
|
|
13
|
+
word-wrap: break-word;
|
|
14
|
+
hyphens: auto;
|
|
15
|
+
display: inline-block;
|
|
16
|
+
color: var(--sds-g-color-neutral-base-30, #444444);
|
|
17
|
+
font-size: var(--sds-g-font-scale-neg-3, 0.75rem);
|
|
18
|
+
padding-inline-end: var(--sds-g-spacing-2, 0.5rem);
|
|
19
|
+
padding-block-start: var(--sds-g-spacing-1, 0.25rem);
|
|
20
|
+
margin-block-end: calc(var(--sds-g-spacing-1, 0.25rem) / 2);
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
:host([data-render-mode="shadow"]) .slds-form-element__label:empty {
|
|
24
|
+
margin: 0;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
:host([data-render-mode="shadow"]) .slds-form-element__control {
|
|
28
|
+
clear: left; /* NOTE: Ideally we want left to be inline-start but browser support is not ready for that value. We need to figure out better RTL support */
|
|
29
|
+
position: relative;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
:host([data-render-mode="shadow"]) .slds-form-element__control .slds-radio,:host([data-render-mode="shadow"])
|
|
33
|
+
.slds-form-element__control .slds-checkbox {
|
|
34
|
+
display: block;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
:host([data-render-mode="shadow"]) .slds-form-element__icon {
|
|
38
|
+
display: inline-block;
|
|
39
|
+
position: relative;
|
|
40
|
+
padding-block-start: var(--sds-g-spacing-1, 0.25rem);
|
|
41
|
+
vertical-align: top;
|
|
42
|
+
line-height: var(--sds-g-font-lineheight-1, 1);
|
|
43
|
+
z-index: 1;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
:host([data-render-mode="shadow"]) .slds-form-element__icon .slds-button_icon {
|
|
47
|
+
position: relative;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
:host([data-render-mode="shadow"]) .slds-form-element__help,:host([data-render-mode="shadow"])
|
|
51
|
+
.slds-form-element__helper {
|
|
52
|
+
font-size: var(--sds-g-font-scale-neg-3, 0.75rem);
|
|
53
|
+
margin-block-start: calc(var(--sds-g-spacing-1, 0.25rem) / 2);
|
|
54
|
+
display: block;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
:host([data-render-mode="shadow"]) .slds-form-element_edit .slds-form-element__static {
|
|
58
|
+
width: calc(100% - var(--sds-g-sizing-7, 1.5rem));
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
:host([data-render-mode="shadow"]) .slds-form-element_readonly {
|
|
62
|
+
flex-basis: 0%;
|
|
63
|
+
border-bottom: var(--sds-g-sizing-border-1, 1px) solid var(--sds-g-color-neutral-base-90, #e5e5e5);
|
|
64
|
+
margin-block-end: 0;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
:host([data-render-mode="shadow"]) .slds-form-element_readonly .slds-form-element__control {
|
|
68
|
+
padding-block-start: calc(var(--sds-g-spacing-1, 0.25rem) / 2);
|
|
69
|
+
padding-block-end: calc(var(--sds-g-spacing-1, 0.25rem) / 2);
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
:host([data-render-mode="shadow"]) .slds-form-element_readonly .slds-form-element__label {
|
|
73
|
+
margin-block-end: 0;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
:host([data-render-mode="shadow"]) .slds-form-element__legend {
|
|
77
|
+
font-weight: var(--sds-g-font-weight-7, 700);
|
|
78
|
+
float: left;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
:host([data-render-mode="shadow"]) .slds-form-element__addon {
|
|
82
|
+
display: inline-block;
|
|
83
|
+
margin-block-start: 0;
|
|
84
|
+
margin-block-end: 0;
|
|
85
|
+
margin-inline-start: var(--sds-g-spacing-2, 0.5rem);
|
|
86
|
+
margin-inline-end: var(--sds-g-spacing-2, 0.5rem);
|
|
87
|
+
align-self: center;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
:host([data-render-mode="shadow"]) .slds-form-element__static {
|
|
91
|
+
overflow-wrap: break-word;
|
|
92
|
+
word-wrap: break-word;
|
|
93
|
+
word-break: break-word;
|
|
94
|
+
display: inline-block;
|
|
95
|
+
font-size: var(--sds-g-font-scale-neg-1, 0.875rem);
|
|
96
|
+
font-weight: var(--sds-g-font-weight-4, 400);
|
|
97
|
+
color: var(--sds-g-color-neutral-base-10, #181818);
|
|
98
|
+
width: 100%;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
:host([data-render-mode="shadow"]) .slds-form-element__static.slds-text-longform *:last-child {
|
|
102
|
+
margin-block-end: 0;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
:host([data-render-mode="shadow"]) .slds-form-element__static:empty {
|
|
106
|
+
min-height: calc(var(--sds-g-sizing-6, 1.25rem) + 1px);
|
|
107
|
+
vertical-align: bottom;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
:host([data-render-mode="shadow"]) .slds-form-element__static--edit {
|
|
111
|
+
width: calc(100% - var(--sds-g-sizing-7, 1.5rem));
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
:host([data-render-mode="shadow"]) .slds-required {
|
|
115
|
+
color: var(--sds-g-color-error-base-50, #ea001e);
|
|
116
|
+
margin-block-start: 0;
|
|
117
|
+
margin-block-end: 0;
|
|
118
|
+
margin-inline-start: calc(var(--sds-g-spacing-1, 0.25rem) / 2);
|
|
119
|
+
margin-inline-end: calc(var(--sds-g-spacing-1, 0.25rem) / 2);
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
:host([data-render-mode="shadow"]) .slds-has-error .slds-form-element__help {
|
|
123
|
+
color: var(--sds-g-color-error-base-50, #ea001e);
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
:host([data-render-mode="shadow"][invalid]) .slds-form-element__help {
|
|
127
|
+
color: var(--sds-g-color-error-base-50, #ea001e);
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
/* --------------------------------------- */
|
|
131
|
+
|
|
132
|
+
/* FORM ELEMENT: STACKED */
|
|
133
|
+
|
|
134
|
+
:host([data-render-mode="shadow"][variant~='label-stacked']) {
|
|
135
|
+
display: block;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
:host([data-render-mode="shadow"][variant~='label-stacked']):not(:host([data-render-mode="shadow"]) .slds-form-element_readonly) {
|
|
139
|
+
margin-block-end: var(--sds-g-spacing-2, 0.5rem);
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
:host([data-render-mode="shadow"][variant~='label-stacked']):not(:host([data-render-mode="shadow"]) .slds-is-editing) {
|
|
143
|
+
padding: 0 var(--sds-g-spacing-1, 0.25rem);
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
:host([data-render-mode="shadow"][variant~='label-stacked']) .slds-form-element {
|
|
147
|
+
padding: 0;
|
|
148
|
+
margin-block-end: 0;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
:host([data-render-mode="shadow"][variant~='label-stacked']):not([class*="slds-size"]) {
|
|
152
|
+
width: 100%;
|
|
153
|
+
flex-basis: 100%;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
:host([data-render-mode="shadow"][variant~='label-stacked']) .slds-form-element__label,:host([data-render-mode="shadow"][variant~='label-stacked']) .slds-form-element__control {
|
|
157
|
+
border-bottom: 0; /* Remove border when using legacy version of slds-form-element */
|
|
158
|
+
padding-inline-start: 0;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
:host([data-render-mode="shadow"][variant~='label-stacked']) .slds-form-element__control {
|
|
162
|
+
width: 100%;
|
|
163
|
+
flex-basis: 100%;
|
|
164
|
+
clear: left;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
:host([data-render-mode="shadow"][variant~='label-stacked']) .slds-form-element__icon {
|
|
168
|
+
float: none;
|
|
169
|
+
padding-block-start: var(--sds-g-spacing-1, 0.25rem);
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
/* --------------------------------------- */
|
|
173
|
+
|
|
174
|
+
/* FORM ELEMENT: INLINE */
|
|
175
|
+
|
|
176
|
+
:host([data-render-mode="shadow"][variant~='label-inline']) {
|
|
177
|
+
display: block;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
:host([data-render-mode="shadow"][variant~='label-inline']):not(:host([data-render-mode="shadow"]) .slds-form-element_readonly) {
|
|
181
|
+
margin-block-end: var(--sds-g-spacing-2, 0.5rem);
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
:host([data-render-mode="shadow"][variant~='label-inline']):not([class*="slds-size"]) {
|
|
185
|
+
width: 100%;
|
|
186
|
+
flex-basis: 100%;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
:host([data-render-mode="shadow"][variant~='label-inline']):not(:host([data-render-mode="shadow"]) .slds-is-editing) {
|
|
190
|
+
padding: var(--sds-g-spacing-1, 0.25rem);
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
:host([data-render-mode="shadow"][variant~='label-inline']).slds-is-edited {
|
|
194
|
+
padding-block-start: var(--sds-g-sizing-6, 1.25rem)
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
@media (min-width: 48em) {
|
|
198
|
+
:host([data-render-mode="shadow"][variant~='label-inline']) .slds-form-element__label {
|
|
199
|
+
float: left;
|
|
200
|
+
max-width: calc(33% - var(--sds-g-sizing-6, 1.25rem)); /* Removing icon width for when the help-text icon is present */
|
|
201
|
+
flex-basis: calc(33% - var(--sds-g-sizing-6, 1.25rem)); /* Some form element controls are set to display:flex */
|
|
202
|
+
flex-grow: 1; /* For IE and Safari which didn't auto expand to the available space */
|
|
203
|
+
margin-block-end: 0;
|
|
204
|
+
position: relative;
|
|
205
|
+
z-index: 1;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
:host([data-render-mode="shadow"][variant~='label-inline']) .slds-form-element__control {
|
|
209
|
+
padding-inline-start: 33%;
|
|
210
|
+
clear: none; /* Reset clear: left when switching to horizontal form layout */
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
:host([data-render-mode="shadow"][variant~='label-inline']) .slds-form-element__control .slds-form-element__control {
|
|
214
|
+
padding-inline-start: 0; /* Remove left padding on nested form controls, due to issues related to lightning-form components */
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
:host([data-render-mode="shadow"][variant~='label-inline']) .slds-dueling-list__column .slds-form-element__label {
|
|
218
|
+
width: auto;
|
|
219
|
+
max-width: 100%;
|
|
220
|
+
-ms-flex-preferred-size: auto;
|
|
221
|
+
flex-basis: auto;
|
|
222
|
+
float: none;
|
|
223
|
+
position: relative;
|
|
224
|
+
padding-inline-start: 0;
|
|
225
|
+
margin-block-end: 0;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
:host([data-render-mode="shadow"][variant~='label-inline']) .slds-dueling-list {
|
|
229
|
+
clear: none;
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
}
|
|
@@ -899,6 +899,10 @@ Licensed under BSD 3-Clause - see LICENSE.txt or git.io/sfdc-license */
|
|
|
899
899
|
--slds-c-buttonicon-bare-color-border-disabled,
|
|
900
900
|
transparent
|
|
901
901
|
);
|
|
902
|
+
--slds-c-buttonicon-color-background-disabled: var(
|
|
903
|
+
--slds-c-buttonicon-bare-color-background-disabled,
|
|
904
|
+
transparent
|
|
905
|
+
);
|
|
902
906
|
}
|
|
903
907
|
|
|
904
908
|
/**
|
|
@@ -1128,7 +1132,7 @@ Licensed under BSD 3-Clause - see LICENSE.txt or git.io/sfdc-license */
|
|
|
1128
1132
|
* outcome is the removal of this class and replacing the class with the SLDS
|
|
1129
1133
|
* utility package solution.
|
|
1130
1134
|
*/
|
|
1131
|
-
:host([data-render-mode="shadow"])
|
|
1135
|
+
:host([data-render-mode="shadow"]) .slds-assistive-text {
|
|
1132
1136
|
position: absolute !important;
|
|
1133
1137
|
margin: -1px !important;
|
|
1134
1138
|
border: 0 !important;
|
|
@@ -28,6 +28,15 @@ export default class LightningHelptext extends LightningElement {
|
|
|
28
28
|
@api
|
|
29
29
|
content;
|
|
30
30
|
|
|
31
|
+
/**
|
|
32
|
+
* Reserved for internal use only.
|
|
33
|
+
* Should be set to -1 if button should not
|
|
34
|
+
* be focused during tab navigation and should
|
|
35
|
+
* be set to 0 if button should be focused.
|
|
36
|
+
* @type {number}
|
|
37
|
+
*/
|
|
38
|
+
@api tabIndex;
|
|
39
|
+
|
|
31
40
|
set iconName(value) {
|
|
32
41
|
this.state.iconName = value;
|
|
33
42
|
}
|
|
@@ -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>
|
|
@@ -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>
|