lightning-base-components 1.21.2-alpha → 1.21.4-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 +77 -1
- package/package.json +108 -15
- package/scopedImports/@salesforce-label-LightningDatatable.showActions.js +1 -1
- package/scopedImports/@salesforce-label-LightningForm.controllerFieldsMessage.js +1 -0
- package/scopedImports/@salesforce-label-LightningForm.dependentFieldsHeader.js +1 -0
- package/scopedImports/@salesforce-label-LightningForm.dependentFieldsListHeading.js +1 -0
- package/scopedImports/@salesforce-label-LightningForm.generalDependentFieldsMessage.js +1 -0
- package/scopedImports/@salesforce-label-LightningForm.learnMore.js +1 -0
- package/scopedImports/@salesforce-label-LightningForm.okButton.js +1 -0
- package/scopedImports/@salesforce-label-LightningLookup.modalCancel.js +1 -0
- package/scopedImports/@salesforce-label-LightningLookup.modalSelect.js +1 -0
- package/scopedImports/@salesforce-label-LightningProgressIndicator.currentStage.js +1 -1
- package/scopedImports/@salesforce-label-LightningProgressIndicator.errorStage.js +1 -0
- package/scopedImports/@salesforce-label-LightningProgressIndicator.stageComplete.js +1 -1
- package/scopedImports/@salesforce-label-LightningProgressIndicator.stageNotStarted.js +1 -1
- package/scopedImports/@salesforce-label-LightningRichTextEditor.colorPicker.js +1 -0
- package/src/lightning/accordion/accordion-section.slds.css +3 -3
- package/src/lightning/accordion/accordion.slds.css +1 -2
- package/src/lightning/accordionSection/accordion-section.slds.css +3 -3
- package/src/lightning/accordionSection/accordionSection.js +3 -1
- package/src/lightning/accordionSection/button.slds.css +1 -1
- package/src/lightning/avatar/avatar.html +1 -0
- package/src/lightning/badge/badge.html +3 -3
- package/src/lightning/badge/badge.js +1 -0
- package/src/lightning/badge/badge.js-meta.xml +3 -0
- package/src/lightning/baseCombobox/base-combobox.slds.css +11 -6
- package/src/lightning/baseCombobox/baseCombobox.html +5 -2
- package/src/lightning/baseCombobox/baseCombobox.js +5 -18
- package/src/lightning/baseCombobox/baseCombobox.js-meta.xml +6 -0
- package/src/lightning/baseCombobox/input-text.slds.css +41 -68
- package/src/lightning/baseCombobox/keyboard.js +12 -4
- package/src/lightning/baseCombobox/listbox.slds.css +51 -99
- package/src/lightning/baseCombobox/spinner.slds.css +62 -62
- package/src/lightning/baseComboboxFormattedText/baseComboboxFormattedText.js-meta.xml +6 -0
- package/src/lightning/baseComboboxItem/baseComboboxItem.js +10 -6
- package/src/lightning/baseComboboxItem/baseComboboxItem.js-meta.xml +6 -0
- package/src/lightning/baseComboboxItem/listbox.slds.css +51 -99
- package/src/lightning/baseFormattedText/baseFormattedText.js +2 -2
- package/src/lightning/button/__docs__/button.md +2 -1
- package/src/lightning/button/button.js +5 -5
- package/src/lightning/button/button.slds.css +1 -1
- package/src/lightning/buttonIcon/__docs__/buttonIcon.md +1 -0
- package/src/lightning/buttonIcon/button-icon.slds.css +1 -1
- package/src/lightning/buttonIcon/buttonIcon.html +1 -1
- package/src/lightning/buttonIcon/buttonIcon.js +18 -17
- package/src/lightning/buttonIconStateful/button-icon-stateful.slds.css +4 -2
- package/src/lightning/buttonIconStateful/button-icon.slds.css +1 -1
- package/src/lightning/buttonIconStateful/button.slds.css +1 -1
- package/src/lightning/buttonMenu/button-icon.slds.css +1 -1
- package/src/lightning/buttonMenu/button-menu.slds.css +8 -2
- package/src/lightning/buttonMenu/button.slds.css +1 -1
- package/src/lightning/buttonMenu/buttonMenu.css +5 -0
- package/src/lightning/buttonMenu/buttonMenu.js +2 -0
- package/src/lightning/buttonStateful/button-stateful.slds.css +6 -2
- package/src/lightning/buttonStateful/button.slds.css +1 -1
- package/src/lightning/buttonStateful/buttonStateful.js +4 -1
- package/src/lightning/calendar/calendar.js-meta.xml +6 -0
- package/src/lightning/calendar/calendar.slds.css +9 -2
- package/src/lightning/colorPickerCustom/color-picker-custom.slds.css +22 -23
- package/src/lightning/colorPickerCustom/colorPickerCustom.js +12 -0
- package/src/lightning/colorPickerCustom/input-text.slds.css +41 -68
- package/src/lightning/colorPickerPanel/color-picker-panel.slds.css +9 -10
- package/src/lightning/colorPickerPanel/colorPickerPanel.js +11 -1
- package/src/lightning/colorPickerPanel/popover.slds.css +0 -2
- package/src/lightning/combobox/combobox.html +1 -0
- package/src/lightning/combobox/combobox.slds.css +1 -2
- package/src/lightning/combobox/form-element.slds.css +54 -54
- package/src/lightning/datatable/__examples__disabled/customComponentWrapper/customComponentWrapper.html +11 -0
- package/src/lightning/datatable/__examples__disabled/customComponentWrapper/customComponentWrapper.js +25 -0
- package/src/lightning/datatable/__examples__disabled/customComponentWrapper/generateData.js +15 -0
- package/src/lightning/datatable/__examples__disabled/customDatatableWrapper/customDatatableWrapper.js +89 -0
- package/src/lightning/datatable/__examples__disabled/customDatatypeDeleteRowBtn/customDatatypeDeleteRowBtn.html +6 -0
- package/src/lightning/datatable/{__examples__ → __examples__disabled}/customDatatypeDeleteRowBtn/customDatatypeDeleteRowBtn.js +1 -16
- package/src/lightning/datatable/__examples__disabled/customDatatypeLink/customDatatypeLink.html +9 -0
- package/src/lightning/datatable/__examples__disabled/customDatatypeRowOrderingBtn/customDatatypeRowOrderingBtn.html +3 -0
- package/src/lightning/datatable/__examples__disabled/customDatatypeRowOrderingBtn/customDatatypeRowOrderingBtn.js +3 -0
- package/src/lightning/datatable/__examples__disabled/customDatatypeTable/customNumber.html +3 -0
- package/src/lightning/datatable/{__examples__ → __examples__disabled}/customDatatypeTable/customNumberEdit.html +2 -0
- package/src/lightning/datatable/{__examples__ → __examples__disabled}/customDatatypeTable/deleteRow.html +3 -2
- package/src/lightning/datatable/{__examples__ → __examples__disabled}/customDatatypeTable/iconPill.html +1 -1
- package/src/lightning/datatable/{__examples__/customDatatypeRowOrderingBtn/customDatatypeRowOrderingBtn.html → __examples__disabled/customNestedComponent/customNestedComponent.html} +2 -2
- package/src/lightning/datatable/__examples__disabled/customNestedComponent/customNestedComponent.js +12 -0
- package/src/lightning/datatable/__examples__disabled/myCustomTypeDatatable/customInput.html +4 -0
- package/src/lightning/datatable/__examples__disabled/myCustomTypeDatatable/myCustomTypeDatatable.js +17 -0
- package/src/lightning/datatable/__examples__disabled/myCustomTypeDatatable/nestedSimpleComponentParent.html +7 -0
- package/src/lightning/datatable/__examples__disabled/simpleComponentNested/simpleComponentNested.html +9 -0
- package/src/lightning/datatable/__examples__disabled/simpleComponentNested/simpleComponentNested.js +6 -0
- package/src/lightning/datatable/autoWidthStrategy.js +145 -217
- package/src/lightning/datatable/columnResizer.js +80 -190
- package/src/lightning/datatable/columnWidthManager.js +128 -243
- package/src/lightning/datatable/columns.js +192 -283
- package/src/lightning/datatable/datagrid.slds.css +187 -0
- package/src/lightning/datatable/datatable.js +647 -614
- package/src/lightning/datatable/errors.js +19 -28
- package/src/lightning/datatable/fixedWidthStrategy.js +27 -49
- package/src/lightning/datatable/headerActions.js +10 -42
- package/src/lightning/datatable/indexes.js +42 -0
- package/src/lightning/datatable/infiniteLoading.js +27 -46
- package/src/lightning/datatable/inlineEdit.js +311 -322
- package/src/lightning/datatable/keyboard.js +490 -510
- package/src/lightning/datatable/renderManager.js +10 -11
- package/src/lightning/datatable/resizeObserver.js +10 -67
- package/src/lightning/datatable/rowLevelActions.js +7 -6
- package/src/lightning/datatable/rowNumber.js +41 -79
- package/src/lightning/datatable/rowSelection.js +236 -291
- package/src/lightning/datatable/rowSelectionShared.js +26 -33
- package/src/lightning/datatable/rows.js +264 -476
- package/src/lightning/datatable/sort.js +27 -82
- package/src/lightning/datatable/templates/div/div.css +2 -57
- package/src/lightning/datatable/templates/div/div.html +25 -10
- package/src/lightning/datatable/templates/div/div.lbc.native.css +3 -0
- package/src/lightning/datatable/templates/div/div.lbc.synthetic.css +80 -0
- package/src/lightning/datatable/templates/table/table.html +16 -5
- package/src/lightning/datatable/tree.js +17 -35
- package/src/lightning/datatable/types.js +10 -31
- package/src/lightning/datatable/utils.js +54 -29
- package/src/lightning/datatable/virtualization.js +2 -5
- package/src/lightning/datatable/widthManagerShared.js +24 -41
- package/src/lightning/datatable/wrapText.js +45 -77
- package/src/lightning/datepicker/datepicker.js +32 -9
- package/src/lightning/datepicker/datepicker.js-meta.xml +6 -0
- package/src/lightning/datepicker/form-element.slds.css +54 -54
- package/src/lightning/datepicker/input-text.slds.css +41 -68
- package/src/lightning/datetimepicker/datetimepicker.js-meta.xml +6 -0
- package/src/lightning/datetimepicker/form-element.slds.css +54 -54
- package/src/lightning/datetimepicker/input-text.slds.css +41 -68
- package/src/lightning/dualListbox/dual-listbox.slds.css +7 -2
- package/src/lightning/dualListbox/dualListbox.js +7 -8
- package/src/lightning/dualListbox/form-element.slds.css +54 -54
- package/src/lightning/dualListbox/listbox.slds.css +51 -99
- package/src/lightning/dynamicIcon/dynamic-icon-strength.slds.css +1 -2
- package/src/lightning/dynamicIcon/dynamic-icon-trend.slds.css +1 -2
- package/src/lightning/formattedDateTime/formattedDateTime.js +7 -62
- package/src/lightning/formattedDateTime/formattedDateTime.js-meta.xml +3 -0
- package/src/lightning/formattedLocation/formattedLocation.html +1 -3
- package/src/lightning/formattedLocation/formattedLocation.js +3 -25
- package/src/lightning/formattedLookup/events.js +2 -4
- package/src/lightning/formattedName/formattedName.js +3 -2
- package/src/lightning/formattedName/formattedName.js-meta.xml +3 -0
- package/src/lightning/formattedNumber/formattedNumber.js +5 -51
- package/src/lightning/formattedNumber/formattedNumber.js-meta.xml +3 -0
- package/src/lightning/formattedRichText/formattedRichText.js +5 -5
- package/src/lightning/formattedRichText/linkTextNodes.js +58 -0
- package/src/lightning/formattedRichText/richTextConfig.js +1 -0
- package/src/lightning/groupedCombobox/form-element.slds.css +54 -54
- package/src/lightning/groupedCombobox/grouped-combobox.slds.css +0 -2
- package/src/lightning/groupedCombobox/groupedCombobox.js-meta.xml +1 -1
- package/src/lightning/groupedCombobox/input-text.slds.css +41 -68
- package/src/lightning/helptext/button-icon.slds.css +1 -1
- package/src/lightning/helptext/form-element.slds.css +54 -54
- package/src/lightning/helptext/helptext.css +7 -0
- package/src/lightning/helptext/helptext.js +3 -4
- package/src/lightning/icon/icon.html +1 -1
- package/src/lightning/icon/icon.slds.css +12 -25
- package/src/lightning/input/form-element.slds.css +54 -54
- package/src/lightning/input/input.html +5 -0
- package/src/lightning/inputAddress/addressFormat.js +31 -4
- package/src/lightning/inputAddress/fieldsLayout.js +6 -0
- package/src/lightning/inputAddress/form-element.slds.css +54 -54
- package/src/lightning/inputAddress/input-address.slds.css +1 -2
- package/src/lightning/inputAddress/input-text.slds.css +41 -68
- package/src/lightning/inputAddress/inputAddress.html +19 -1
- package/src/lightning/inputAddress/inputAddress.js +75 -3
- package/src/lightning/inputAddress/inputAddress.js-meta.xml +3 -0
- package/src/lightning/inputLocation/form-element.slds.css +54 -54
- package/src/lightning/inputLocation/input-location.slds.css +1 -2
- package/src/lightning/inputLocation/input-text.slds.css +41 -68
- package/src/lightning/inputName/form-element.slds.css +54 -54
- package/src/lightning/inputName/input-text.slds.css +41 -68
- package/src/lightning/interactiveDialogBase/interactive-dialog-base.slds.css +0 -3
- package/src/lightning/interactiveDialogBase/interactiveDialogBase.js-meta.xml +6 -0
- package/src/lightning/internationalizationLibrary/address/AddressFormat.js +553 -610
- package/src/lightning/lookupAddress/form-element.slds.css +54 -54
- package/src/lightning/lookupAddress/listbox.slds.css +51 -99
- package/src/lightning/lookupAddress/location.js +2 -0
- package/src/lightning/lookupAddress/lookup-address.slds.css +0 -2
- package/src/lightning/lookupAddress/lookupAddress.html +6 -1
- package/src/lightning/lookupAddress/lookupAddress.js +40 -10
- package/src/lightning/menuDivider/menu-divider.slds.css +0 -2
- package/src/lightning/menuItem/menu-item.slds.css +8 -2
- package/src/lightning/menuSubheader/menu-subheader.slds.css +1 -2
- package/src/lightning/modal/__docs__/modal.md +10 -1
- package/src/lightning/modal/__modalUtils__/modalContainerTestConstants.js +3 -7
- package/src/lightning/modal/__modalUtils__/modalContainerTestMethods.js +39 -133
- package/src/lightning/modal/__modalUtils__/modalContainerTestMockData.js +1 -1
- package/src/lightning/modal/modal.js +1 -1
- package/src/lightning/modalBase/modal-base.slds.css +3 -3
- package/src/lightning/modalBase/modalBase.html +15 -10
- package/src/lightning/modalBase/modalBase.js +131 -154
- package/src/lightning/modalBase/modalBase.js-meta.xml +6 -0
- package/src/lightning/modalBody/modal-body.slds.css +1 -2
- package/src/lightning/modalBody/modalBody.css +6 -0
- package/src/lightning/modalFooter/modal-footer.slds.css +2 -2
- package/src/lightning/modalFooter/modalFooter.js +0 -21
- package/src/lightning/modalHeader/modal-header.slds.css +1 -2
- package/src/lightning/modalHeader/modalHeader.html +16 -4
- package/src/lightning/modalHeader/modalHeader.js +61 -36
- package/src/lightning/overlay/overlay.js-meta.xml +6 -0
- package/src/lightning/pill/link.html +1 -0
- package/src/lightning/pill/pill.slds.css +32 -58
- package/src/lightning/pill/plain.html +1 -0
- package/src/lightning/pill/plainLink.html +1 -0
- package/src/lightning/pillContainer/button.slds.css +1 -1
- package/src/lightning/pillContainer/listbox.slds.css +51 -99
- package/src/lightning/pillContainer/pill-container.slds.css +6 -10
- package/src/lightning/pillContainer/pill.slds.css +32 -58
- package/src/lightning/popup/popover.slds.css +0 -2
- package/src/lightning/primitiveBubble/primitiveBubble.js +42 -0
- package/src/lightning/primitiveBubble/primitiveBubble.js-meta.xml +6 -0
- package/src/lightning/primitiveButton/primitiveButoon.js-meta.xml +6 -0
- package/src/lightning/primitiveCellCheckbox/checkbox.css +2 -0
- package/src/lightning/primitiveColorpickerButton/color-picker-button.slds.css +16 -38
- package/src/lightning/primitiveCustomCell/primitiveCustomCell.js +26 -1
- package/src/lightning/primitiveDatatableCell/primitiveDatatableCell.js +1 -1
- package/src/lightning/primitiveHeaderActions/primitiveHeaderActions.html +1 -1
- package/src/lightning/primitiveHeaderActions/primitiveHeaderActions.js +13 -0
- package/src/lightning/primitiveHeaderFactory/nonsortableHeader.css +1 -0
- package/src/lightning/primitiveHeaderFactory/nonsortableHeader.html +19 -6
- package/src/lightning/primitiveHeaderFactory/selectableHeader.css +2 -0
- package/src/lightning/primitiveHeaderFactory/sortableHeader.html +3 -1
- package/src/lightning/primitiveIcon/icon.slds.css +12 -25
- package/src/lightning/primitiveIcon/primitiveIcon.js-meta.xml +6 -0
- package/src/lightning/primitiveIframe/primitiveIframe.js +3 -1
- package/src/lightning/primitiveInputCheckbox/form-element.slds.css +54 -54
- package/src/lightning/primitiveInputCheckbox/primitiveInputCheckbox.js +5 -2
- package/src/lightning/primitiveInputCheckbox/primitiveInputCheckbox.js-meta.xml +6 -0
- package/src/lightning/primitiveInputCheckboxButton/form-element.slds.css +54 -54
- package/src/lightning/primitiveInputCheckboxButton/input-checkbox-button.slds.css +6 -4
- package/src/lightning/primitiveInputCheckboxButton/primitiveInputCheckboxButton.js +5 -2
- package/src/lightning/primitiveInputCheckboxButton/primitiveInputCheckboxButton.js-meta.xml +6 -0
- package/src/lightning/primitiveInputColor/form-element.slds.css +54 -54
- package/src/lightning/primitiveInputColor/input-color.slds.css +2 -3
- package/src/lightning/primitiveInputColor/input-text.slds.css +41 -68
- package/src/lightning/primitiveInputColor/primitiveInputColor.js +5 -2
- package/src/lightning/primitiveInputColor/primitiveInputColor.js-meta.xml +6 -0
- package/src/lightning/primitiveInputFile/button.slds.css +1 -1
- package/src/lightning/primitiveInputFile/form-element.slds.css +54 -54
- package/src/lightning/primitiveInputFile/input-file.slds.css +1 -4
- package/src/lightning/primitiveInputFile/primitiveInputFile.js +4 -2
- package/src/lightning/primitiveInputFile/primitiveInputFile.js-meta.xml +6 -0
- package/src/lightning/primitiveInputRadio/primitiveInputRadio.js +4 -2
- package/src/lightning/primitiveInputSimple/form-element.slds.css +54 -54
- package/src/lightning/primitiveInputSimple/input-text.slds.css +41 -68
- package/src/lightning/primitiveInputSimple/primitiveInputSimple.js-meta.xml +6 -0
- package/src/lightning/primitiveInputToggle/form-element.slds.css +54 -54
- package/src/lightning/primitiveInputToggle/input-toggle.slds.css +50 -27
- package/src/lightning/primitiveInputToggle/primitiveInputToggle.js +5 -2
- package/src/lightning/primitiveInputToggle/primitiveInputToggle.js-meta.xml +6 -0
- package/src/lightning/primitiveResizeHandler/primitiveResizeHandler.css +11 -0
- package/src/lightning/primitiveResizeHandler/primitiveResizeHandler.html +2 -1
- package/src/lightning/primitiveResizeHandler/primitiveResizeHandler.js +1 -0
- package/src/lightning/progressBar/progress-bar.slds.css +8 -10
- package/src/lightning/progressRing/progress-ring.slds.css +0 -23
- package/src/lightning/progressStep/base.html +5 -6
- package/src/lightning/progressStep/progressStep.js +15 -23
- package/src/lightning/prompt/__docs__/prompt.md +1 -1
- package/src/lightning/radioGroup/form-element.slds.css +54 -54
- package/src/lightning/radioGroup/radioGroup.html +1 -2
- package/src/lightning/radioGroup/radioGroup.js +1 -0
- package/src/lightning/routingService/routingService.js +31 -5
- package/src/lightning/select/form-element.slds.css +54 -54
- package/src/lightning/select/select.slds.css +4 -2
- package/src/lightning/shadowBaseClassPrivate/shadowBaseClassPrivate.js +0 -2
- package/src/lightning/sldsCommon/sldsCommon.css +134 -98
- package/src/lightning/sldsUtilsAlignment/sldsUtilsAlignment.css +1 -1
- package/src/lightning/sldsUtilsBox/sldsUtilsBox.css +14 -13
- package/src/lightning/sldsUtilsGrid/sldsUtilsGrid.css +95 -92
- package/src/lightning/sldsUtilsHyphenation/sldsUtilsHyphenation.css +1 -1
- package/src/lightning/sldsUtilsMargin/sldsUtilsMargin.css +77 -75
- package/src/lightning/sldsUtilsPadding/sldsUtilsPadding.css +73 -73
- package/src/lightning/sldsUtilsSizing/sldsUtilsSizing.css +552 -558
- package/src/lightning/sldsUtilsVisibility/sldsUtilsVisibility.css +5 -1
- package/src/lightning/spinner/spinner.slds.css +62 -62
- package/src/lightning/staticMap/staticMap.js +3 -2
- package/src/lightning/tab/tab.js +10 -5
- package/src/lightning/tab/tab.js-meta.xml +3 -0
- package/src/lightning/tab/tab.slds.css +14 -7
- package/src/lightning/tabBar/tab-bar.slds.css +16 -6
- package/src/lightning/tabBar/tabBar.js +10 -5
- package/src/lightning/tabset/__docs__/tabset.md +24 -1
- package/src/lightning/tabset/tabset.html +2 -0
- package/src/lightning/tabset/tabset.js +25 -38
- package/src/lightning/tabset/tabset.js-meta.xml +3 -0
- package/src/lightning/tabset/tabset.slds.css +0 -2
- package/src/lightning/textarea/form-element.slds.css +54 -54
- package/src/lightning/textarea/textarea.js +11 -2
- package/src/lightning/textarea/textarea.slds.css +22 -9
- package/src/lightning/timepicker/form-element.slds.css +54 -54
- package/src/lightning/timepicker/timepicker.js-meta.xml +6 -0
- package/src/lightning/timepicker/timepicker.slds.css +2 -2
- package/src/lightning/toast/__docs__/toast.md +20 -22
- package/src/lightning/toast/button-icon.slds.css +1 -1
- package/src/lightning/toast/icon.slds.css +12 -25
- package/src/lightning/toast/toast.js +15 -12
- package/src/lightning/toast/toast.slds.css +6 -18
- package/src/lightning/toastContainer/__docs__/toastContainer.md +3 -2
- package/src/lightning/toastContainer/toast.slds.css +6 -18
- package/src/lightning/toastContainer/toastContainer.js +25 -17
- package/src/lightning/tooltipLibrary/tooltipLibrary.js +36 -24
- package/src/lightning/tree/tree.js +2 -0
- package/src/lightning/utils/classSet.js +9 -3
- package/src/lightning/utilsPrivate/formatUtils.js +158 -0
- package/src/lightning/utilsPrivate/textUtils.js +16 -0
- package/src/lightning/utilsPrivate/utilsPrivate.js +56 -15
- package/src/lightning/utilsPrivate/validationUtils.js +59 -0
- package/src/lightning/verticalNavigation/vertical-navigation.slds.css +14 -0
- package/src/lightning/verticalNavigation/verticalNavigation.css +1 -1
- package/src/lightning/verticalNavigation/verticalNavigation.html +1 -1
- package/src/lightning/verticalNavigation/verticalNavigation.js +66 -28
- package/src/lightning/verticalNavigation/verticalNavigation.js-meta.xml +3 -0
- package/src/lightning/verticalNavigationItem/vertical-navigation-item.slds.css +63 -0
- package/src/lightning/verticalNavigationItem/verticalNavigationItem.css +2 -3
- package/src/lightning/verticalNavigationItem/verticalNavigationItem.js +29 -15
- package/src/lightning/verticalNavigationItem/verticalNavigationItem.js-meta.xml +3 -0
- package/src/lightning/verticalNavigationItem/verticalNavigationItem.lbc.native.css +2 -0
- package/src/lightning/verticalNavigationItem/verticalNavigationItem.lbc.synthetic.css +3 -0
- package/src/lightning/verticalNavigationItemBadge/badge.slds.css +76 -0
- package/src/lightning/verticalNavigationItemBadge/vertical-navigation-item.slds.css +63 -0
- package/src/lightning/verticalNavigationItemBadge/verticalNavigationItemBadge.css +2 -3
- package/src/lightning/verticalNavigationItemBadge/verticalNavigationItemBadge.html +1 -1
- package/src/lightning/verticalNavigationItemBadge/verticalNavigationItemBadge.js +28 -15
- package/src/lightning/verticalNavigationItemBadge/verticalNavigationItemBadge.js-meta.xml +3 -0
- package/src/lightning/verticalNavigationItemBadge/verticalNavigationItemBadge.lbc.native.css +5 -0
- package/src/lightning/verticalNavigationItemBadge/verticalNavigationItemBadge.lbc.synthetic.css +3 -0
- package/src/lightning/verticalNavigationItemIcon/vertical-navigation-item.slds.css +63 -0
- package/src/lightning/verticalNavigationItemIcon/verticalNavigationItemIcon.css +2 -3
- package/src/lightning/verticalNavigationItemIcon/verticalNavigationItemIcon.js +29 -15
- package/src/lightning/verticalNavigationItemIcon/verticalNavigationItemIcon.js-meta.xml +3 -0
- package/src/lightning/verticalNavigationItemIcon/verticalNavigationItemIcon.lbc.native.css +3 -0
- package/src/lightning/verticalNavigationItemIcon/verticalNavigationItemIcon.lbc.synthetic.css +3 -0
- package/src/lightning/verticalNavigationOverflow/button.slds.css +503 -0
- package/src/lightning/verticalNavigationOverflow/vertical-navigation-item.slds.css +63 -0
- package/src/lightning/verticalNavigationOverflow/vertical-navigation-section.slds.css +17 -0
- package/src/lightning/verticalNavigationOverflow/verticalNavigationOverflow.css +2 -1
- package/src/lightning/verticalNavigationOverflow/verticalNavigationOverflow.html +2 -0
- package/src/lightning/verticalNavigationOverflow/verticalNavigationOverflow.js +18 -13
- package/src/lightning/verticalNavigationOverflow/verticalNavigationOverflow.js-meta.xml +3 -0
- package/src/lightning/verticalNavigationOverflow/verticalNavigationOverflow.lbc.native.css +5 -0
- package/src/lightning/verticalNavigationSection/vertical-navigation-section.slds.css +13 -15
- package/src/lightning/verticalNavigationSection/verticalNavigationSection.js-meta.xml +3 -0
- package/src/lightning/datatable/__examples__/customDatatableWrapper/customDatatableWrapper.js +0 -158
- package/src/lightning/datatable/__examples__/customDatatypeDeleteRowBtn/customDatatypeDeleteRowBtn.html +0 -6
- package/src/lightning/datatable/__examples__/customDatatypeLink/customDatatypeLink.html +0 -9
- package/src/lightning/datatable/__examples__/customDatatypeRowOrderingBtn/customDatatypeRowOrderingBtn.js +0 -40
- package/src/lightning/datatable/__examples__/customDatatypeTable/customNumber.html +0 -3
- package/src/lightning/datatable/inlineEditShared.js +0 -26
- package/src/lightning/datatable/resizeSensor.js +0 -244
- package/src/lightning/formattedRichText/linkify.js +0 -43
- package/src/lightning/utilsPrivate/smartSetAttribute.js +0 -19
- /package/src/lightning/datatable/{__examples__ → __examples__disabled}/customDatatableWrapper/customDatatableWrapper.html +0 -0
- /package/src/lightning/datatable/{__examples__ → __examples__disabled}/customDatatypeLink/customDatatypeLink.js +0 -0
- /package/src/lightning/datatable/{__examples__ → __examples__disabled}/customDatatypeNumber/customDatatypeNumber.html +0 -0
- /package/src/lightning/datatable/{__examples__ → __examples__disabled}/customDatatypeNumber/customDatatypeNumber.js +0 -0
- /package/src/lightning/datatable/{__examples__ → __examples__disabled}/customDatatypeTable/customDatatypeTable.js +0 -0
- /package/src/lightning/datatable/{__examples__ → __examples__disabled}/customDatatypeTable/customLink.html +0 -0
- /package/src/lightning/datatable/{__examples__ → __examples__disabled}/customDatatypeTable/customName.html +0 -0
- /package/src/lightning/datatable/{__examples__ → __examples__disabled}/customDatatypeTable/orderingButtons.html +0 -0
|
@@ -9,1400 +9,1394 @@ Licensed under BSD 3-Clause - see LICENSE.txt or git.io/sfdc-license */
|
|
|
9
9
|
|
|
10
10
|
/* Size + Order */
|
|
11
11
|
|
|
12
|
-
.slds-size_xxx-small,
|
|
13
|
-
:host(.slds-size_xxx-small) {
|
|
12
|
+
:host([data-render-mode='shadow']) .slds-size_xxx-small,
|
|
13
|
+
:host([data-render-mode='shadow'].slds-size_xxx-small) {
|
|
14
14
|
width: 3rem;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
.slds-size_xx-small,
|
|
18
|
-
:host(.slds-size_xx-small) {
|
|
17
|
+
:host([data-render-mode='shadow']) .slds-size_xx-small,
|
|
18
|
+
:host([data-render-mode='shadow'].slds-size_xx-small) {
|
|
19
19
|
width: 6rem;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
.slds-size_x-small,
|
|
23
|
-
:host(.slds-size_x-small) {
|
|
22
|
+
:host([data-render-mode='shadow']) .slds-size_x-small,
|
|
23
|
+
:host([data-render-mode='shadow'].slds-size_x-small) {
|
|
24
24
|
width: 12rem;
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
-
.slds-size_small,
|
|
28
|
-
:host(.slds-size_small) {
|
|
27
|
+
:host([data-render-mode='shadow']) .slds-size_small,
|
|
28
|
+
:host([data-render-mode='shadow'].slds-size_small) {
|
|
29
29
|
width: 15rem;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
.slds-size_medium,
|
|
33
|
-
:host(.slds-size_medium) {
|
|
32
|
+
:host([data-render-mode='shadow']) .slds-size_medium,
|
|
33
|
+
:host([data-render-mode='shadow'].slds-size_medium) {
|
|
34
34
|
width: 20rem;
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
-
.slds-size_large,
|
|
38
|
-
:host(.slds-size_large) {
|
|
37
|
+
:host([data-render-mode='shadow']) .slds-size_large,
|
|
38
|
+
:host([data-render-mode='shadow'].slds-size_large) {
|
|
39
39
|
width: 25rem;
|
|
40
40
|
}
|
|
41
41
|
|
|
42
|
-
.slds-size_x-large,
|
|
43
|
-
:host(.slds-size_x-large) {
|
|
42
|
+
:host([data-render-mode='shadow']) .slds-size_x-large,
|
|
43
|
+
:host([data-render-mode='shadow'].slds-size_x-large) {
|
|
44
44
|
width: 40rem;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
-
.slds-size_xx-large,
|
|
48
|
-
:host(.slds-size_xx-large) {
|
|
47
|
+
:host([data-render-mode='shadow']) .slds-size_xx-large,
|
|
48
|
+
:host([data-render-mode='shadow'].slds-size_xx-large) {
|
|
49
49
|
width: 60rem;
|
|
50
50
|
}
|
|
51
51
|
|
|
52
|
-
.slds-size_full,
|
|
53
|
-
:host(.slds-size_full) {
|
|
52
|
+
:host([data-render-mode='shadow']) .slds-size_full,
|
|
53
|
+
:host([data-render-mode='shadow'].slds-size_full) {
|
|
54
54
|
width: 100%;
|
|
55
55
|
}
|
|
56
56
|
|
|
57
|
-
.slds-size_1-of-1,
|
|
58
|
-
:host(.slds-size_1-of-1) {
|
|
57
|
+
:host([data-render-mode='shadow']) .slds-size_1-of-1,
|
|
58
|
+
:host([data-render-mode='shadow'].slds-size_1-of-1) {
|
|
59
59
|
width: 100%;
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
-
.slds-size_1-of-2,
|
|
63
|
-
:host(.slds-size_1-of-2) {
|
|
62
|
+
:host([data-render-mode='shadow']) .slds-size_1-of-2,
|
|
63
|
+
:host([data-render-mode='shadow'].slds-size_1-of-2) {
|
|
64
64
|
width: 50%;
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
-
.slds-size_2-of-2,
|
|
68
|
-
:host(.slds-size_2-of-2) {
|
|
67
|
+
:host([data-render-mode='shadow']) .slds-size_2-of-2,
|
|
68
|
+
:host([data-render-mode='shadow'].slds-size_2-of-2) {
|
|
69
69
|
width: 100%;
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
-
.slds-size_1-of-3,
|
|
73
|
-
:host(.slds-size_1-of-3) {
|
|
72
|
+
:host([data-render-mode='shadow']) .slds-size_1-of-3,
|
|
73
|
+
:host([data-render-mode='shadow'].slds-size_1-of-3) {
|
|
74
74
|
width: 33.3333333333%;
|
|
75
75
|
}
|
|
76
76
|
|
|
77
|
-
.slds-size_2-of-3,
|
|
78
|
-
:host(.slds-size_2-of-3) {
|
|
77
|
+
:host([data-render-mode='shadow']) .slds-size_2-of-3,
|
|
78
|
+
:host([data-render-mode='shadow'].slds-size_2-of-3) {
|
|
79
79
|
width: 66.6666666667%;
|
|
80
80
|
}
|
|
81
81
|
|
|
82
|
-
.slds-size_3-of-3,
|
|
83
|
-
:host(.slds-size_3-of-3) {
|
|
82
|
+
:host([data-render-mode='shadow']) .slds-size_3-of-3,
|
|
83
|
+
:host([data-render-mode='shadow'].slds-size_3-of-3) {
|
|
84
84
|
width: 100%;
|
|
85
85
|
}
|
|
86
86
|
|
|
87
|
-
.slds-size_1-of-4,
|
|
88
|
-
:host(.slds-size_1-of-4) {
|
|
87
|
+
:host([data-render-mode='shadow']) .slds-size_1-of-4,
|
|
88
|
+
:host([data-render-mode='shadow'].slds-size_1-of-4) {
|
|
89
89
|
width: 25%;
|
|
90
90
|
}
|
|
91
91
|
|
|
92
|
-
.slds-size_2-of-4,
|
|
93
|
-
:host(.slds-size_2-of-4) {
|
|
92
|
+
:host([data-render-mode='shadow']) .slds-size_2-of-4,
|
|
93
|
+
:host([data-render-mode='shadow'].slds-size_2-of-4) {
|
|
94
94
|
width: 50%;
|
|
95
95
|
}
|
|
96
96
|
|
|
97
|
-
.slds-size_3-of-4,
|
|
98
|
-
:host(.slds-size_3-of-4) {
|
|
97
|
+
:host([data-render-mode='shadow']) .slds-size_3-of-4,
|
|
98
|
+
:host([data-render-mode='shadow'].slds-size_3-of-4) {
|
|
99
99
|
width: 75%;
|
|
100
100
|
}
|
|
101
101
|
|
|
102
|
-
.slds-size_4-of-4,
|
|
103
|
-
:host(.slds-size_4-of-4) {
|
|
102
|
+
:host([data-render-mode='shadow']) .slds-size_4-of-4,
|
|
103
|
+
:host([data-render-mode='shadow'].slds-size_4-of-4) {
|
|
104
104
|
width: 100%;
|
|
105
105
|
}
|
|
106
106
|
|
|
107
|
-
.slds-size_1-of-5,
|
|
108
|
-
:host(.slds-size_1-of-5) {
|
|
107
|
+
:host([data-render-mode='shadow']) .slds-size_1-of-5,
|
|
108
|
+
:host([data-render-mode='shadow'].slds-size_1-of-5) {
|
|
109
109
|
width: 20%;
|
|
110
110
|
}
|
|
111
111
|
|
|
112
|
-
.slds-size_2-of-5,
|
|
113
|
-
:host(.slds-size_2-of-5) {
|
|
112
|
+
:host([data-render-mode='shadow']) .slds-size_2-of-5,
|
|
113
|
+
:host([data-render-mode='shadow'].slds-size_2-of-5) {
|
|
114
114
|
width: 40%;
|
|
115
115
|
}
|
|
116
116
|
|
|
117
|
-
.slds-size_3-of-5,
|
|
118
|
-
:host(.slds-size_3-of-5) {
|
|
117
|
+
:host([data-render-mode='shadow']) .slds-size_3-of-5,
|
|
118
|
+
:host([data-render-mode='shadow'].slds-size_3-of-5) {
|
|
119
119
|
width: 60%;
|
|
120
120
|
}
|
|
121
121
|
|
|
122
|
-
.slds-size_4-of-5,
|
|
123
|
-
:host(.slds-size_4-of-5) {
|
|
122
|
+
:host([data-render-mode='shadow']) .slds-size_4-of-5,
|
|
123
|
+
:host([data-render-mode='shadow'].slds-size_4-of-5) {
|
|
124
124
|
width: 80%;
|
|
125
125
|
}
|
|
126
126
|
|
|
127
|
-
.slds-size_5-of-5,
|
|
128
|
-
:host(.slds-size_5-of-5) {
|
|
127
|
+
:host([data-render-mode='shadow']) .slds-size_5-of-5,
|
|
128
|
+
:host([data-render-mode='shadow'].slds-size_5-of-5) {
|
|
129
129
|
width: 100%;
|
|
130
130
|
}
|
|
131
131
|
|
|
132
|
-
.slds-size_1-of-6,
|
|
133
|
-
:host(.slds-size_1-of-6) {
|
|
132
|
+
:host([data-render-mode='shadow']) .slds-size_1-of-6,
|
|
133
|
+
:host([data-render-mode='shadow'].slds-size_1-of-6) {
|
|
134
134
|
width: 16.6666666667%;
|
|
135
135
|
}
|
|
136
136
|
|
|
137
|
-
.slds-size_2-of-6,
|
|
138
|
-
:host(.slds-size_2-of-6) {
|
|
137
|
+
:host([data-render-mode='shadow']) .slds-size_2-of-6,
|
|
138
|
+
:host([data-render-mode='shadow'].slds-size_2-of-6) {
|
|
139
139
|
width: 33.3333333333%;
|
|
140
140
|
}
|
|
141
141
|
|
|
142
|
-
.slds-size_3-of-6,
|
|
143
|
-
:host(.slds-size_3-of-6) {
|
|
142
|
+
:host([data-render-mode='shadow']) .slds-size_3-of-6,
|
|
143
|
+
:host([data-render-mode='shadow'].slds-size_3-of-6) {
|
|
144
144
|
width: 50%;
|
|
145
145
|
}
|
|
146
146
|
|
|
147
|
-
.slds-size_4-of-6,
|
|
148
|
-
:host(.slds-size_4-of-6) {
|
|
147
|
+
:host([data-render-mode='shadow']) .slds-size_4-of-6,
|
|
148
|
+
:host([data-render-mode='shadow'].slds-size_4-of-6) {
|
|
149
149
|
width: 66.6666666667%;
|
|
150
150
|
}
|
|
151
151
|
|
|
152
|
-
.slds-size_5-of-6,
|
|
153
|
-
:host(.slds-size_5-of-6) {
|
|
152
|
+
:host([data-render-mode='shadow']) .slds-size_5-of-6,
|
|
153
|
+
:host([data-render-mode='shadow'].slds-size_5-of-6) {
|
|
154
154
|
width: 83.3333333333%;
|
|
155
155
|
}
|
|
156
156
|
|
|
157
|
-
.slds-size_6-of-6,
|
|
158
|
-
:host(.slds-size_6-of-6) {
|
|
157
|
+
:host([data-render-mode='shadow']) .slds-size_6-of-6,
|
|
158
|
+
:host([data-render-mode='shadow'].slds-size_6-of-6) {
|
|
159
159
|
width: 100%;
|
|
160
160
|
}
|
|
161
161
|
|
|
162
|
-
.slds-size_1-of-7,
|
|
163
|
-
:host(.slds-size_1-of-7) {
|
|
162
|
+
:host([data-render-mode='shadow']) .slds-size_1-of-7,
|
|
163
|
+
:host([data-render-mode='shadow'].slds-size_1-of-7) {
|
|
164
164
|
width: 14.2857142857%;
|
|
165
165
|
}
|
|
166
166
|
|
|
167
|
-
.slds-size_2-of-7,
|
|
168
|
-
:host(.slds-size_2-of-7) {
|
|
167
|
+
:host([data-render-mode='shadow']) .slds-size_2-of-7,
|
|
168
|
+
:host([data-render-mode='shadow'].slds-size_2-of-7) {
|
|
169
169
|
width: 28.5714285714%;
|
|
170
170
|
}
|
|
171
171
|
|
|
172
|
-
.slds-size_3-of-7,
|
|
173
|
-
:host(.slds-size_3-of-7) {
|
|
172
|
+
:host([data-render-mode='shadow']) .slds-size_3-of-7,
|
|
173
|
+
:host([data-render-mode='shadow'].slds-size_3-of-7) {
|
|
174
174
|
width: 42.8571428571%;
|
|
175
175
|
}
|
|
176
176
|
|
|
177
|
-
.slds-size_4-of-7,
|
|
178
|
-
:host(.slds-size_4-of-7) {
|
|
177
|
+
:host([data-render-mode='shadow']) .slds-size_4-of-7,
|
|
178
|
+
:host([data-render-mode='shadow'].slds-size_4-of-7) {
|
|
179
179
|
width: 57.1428571429%;
|
|
180
180
|
}
|
|
181
181
|
|
|
182
|
-
.slds-size_5-of-7,
|
|
183
|
-
:host(.slds-size_5-of-7) {
|
|
182
|
+
:host([data-render-mode='shadow']) .slds-size_5-of-7,
|
|
183
|
+
:host([data-render-mode='shadow'].slds-size_5-of-7) {
|
|
184
184
|
width: 71.4285714286%;
|
|
185
185
|
}
|
|
186
186
|
|
|
187
|
-
.slds-size_6-of-7,
|
|
188
|
-
:host(.slds-size_6-of-7) {
|
|
187
|
+
:host([data-render-mode='shadow']) .slds-size_6-of-7,
|
|
188
|
+
:host([data-render-mode='shadow'].slds-size_6-of-7) {
|
|
189
189
|
width: 85.7142857143%;
|
|
190
190
|
}
|
|
191
191
|
|
|
192
|
-
.slds-size_7-of-7,
|
|
193
|
-
:host(.slds-size_7-of-7) {
|
|
192
|
+
:host([data-render-mode='shadow']) .slds-size_7-of-7,
|
|
193
|
+
:host([data-render-mode='shadow'].slds-size_7-of-7) {
|
|
194
194
|
width: 100%;
|
|
195
195
|
}
|
|
196
196
|
|
|
197
|
-
.slds-size_1-of-8,
|
|
198
|
-
:host(.slds-size_1-of-8) {
|
|
197
|
+
:host([data-render-mode='shadow']) .slds-size_1-of-8,
|
|
198
|
+
:host([data-render-mode='shadow'].slds-size_1-of-8) {
|
|
199
199
|
width: 12.5%;
|
|
200
200
|
}
|
|
201
201
|
|
|
202
|
-
.slds-size_2-of-8,
|
|
203
|
-
:host(.slds-size_2-of-8) {
|
|
202
|
+
:host([data-render-mode='shadow']) .slds-size_2-of-8,
|
|
203
|
+
:host([data-render-mode='shadow'].slds-size_2-of-8) {
|
|
204
204
|
width: 25%;
|
|
205
205
|
}
|
|
206
206
|
|
|
207
|
-
.slds-size_3-of-8,
|
|
208
|
-
:host(.slds-size_3-of-8) {
|
|
207
|
+
:host([data-render-mode='shadow']) .slds-size_3-of-8,
|
|
208
|
+
:host([data-render-mode='shadow'].slds-size_3-of-8) {
|
|
209
209
|
width: 37.5%;
|
|
210
210
|
}
|
|
211
211
|
|
|
212
|
-
.slds-size_4-of-8,
|
|
213
|
-
:host(.slds-size_4-of-8) {
|
|
212
|
+
:host([data-render-mode='shadow']) .slds-size_4-of-8,
|
|
213
|
+
:host([data-render-mode='shadow'].slds-size_4-of-8) {
|
|
214
214
|
width: 50%;
|
|
215
215
|
}
|
|
216
216
|
|
|
217
|
-
.slds-size_5-of-8,
|
|
218
|
-
:host(.slds-size_5-of-8) {
|
|
217
|
+
:host([data-render-mode='shadow']) .slds-size_5-of-8,
|
|
218
|
+
:host([data-render-mode='shadow'].slds-size_5-of-8) {
|
|
219
219
|
width: 62.5%;
|
|
220
220
|
}
|
|
221
221
|
|
|
222
|
-
.slds-size_6-of-8,
|
|
223
|
-
:host(.slds-size_6-of-8) {
|
|
222
|
+
:host([data-render-mode='shadow']) .slds-size_6-of-8,
|
|
223
|
+
:host([data-render-mode='shadow'].slds-size_6-of-8) {
|
|
224
224
|
width: 75%;
|
|
225
225
|
}
|
|
226
226
|
|
|
227
|
-
.slds-size_7-of-8,
|
|
228
|
-
:host(.slds-size_7-of-8) {
|
|
227
|
+
:host([data-render-mode='shadow']) .slds-size_7-of-8,
|
|
228
|
+
:host([data-render-mode='shadow'].slds-size_7-of-8) {
|
|
229
229
|
width: 87.5%;
|
|
230
230
|
}
|
|
231
231
|
|
|
232
|
-
.slds-size_8-of-8,
|
|
233
|
-
:host(.slds-size_8-of-8) {
|
|
232
|
+
:host([data-render-mode='shadow']) .slds-size_8-of-8,
|
|
233
|
+
:host([data-render-mode='shadow'].slds-size_8-of-8) {
|
|
234
234
|
width: 100%;
|
|
235
235
|
}
|
|
236
236
|
|
|
237
|
-
.slds-size_1-of-12,
|
|
238
|
-
:host(.slds-size_1-of-12) {
|
|
237
|
+
:host([data-render-mode='shadow']) .slds-size_1-of-12,
|
|
238
|
+
:host([data-render-mode='shadow'].slds-size_1-of-12) {
|
|
239
239
|
width: 8.3333333333%;
|
|
240
240
|
}
|
|
241
241
|
|
|
242
|
-
.slds-size_2-of-12,
|
|
243
|
-
:host(.slds-size_2-of-12) {
|
|
242
|
+
:host([data-render-mode='shadow']) .slds-size_2-of-12,
|
|
243
|
+
:host([data-render-mode='shadow'].slds-size_2-of-12) {
|
|
244
244
|
width: 16.6666666667%;
|
|
245
245
|
}
|
|
246
246
|
|
|
247
|
-
.slds-size_3-of-12,
|
|
248
|
-
:host(.slds-size_3-of-12) {
|
|
247
|
+
:host([data-render-mode='shadow']) .slds-size_3-of-12,
|
|
248
|
+
:host([data-render-mode='shadow'].slds-size_3-of-12) {
|
|
249
249
|
width: 25%;
|
|
250
250
|
}
|
|
251
251
|
|
|
252
|
-
.slds-size_4-of-12,
|
|
253
|
-
:host(.slds-size_4-of-12) {
|
|
252
|
+
:host([data-render-mode='shadow']) .slds-size_4-of-12,
|
|
253
|
+
:host([data-render-mode='shadow'].slds-size_4-of-12) {
|
|
254
254
|
width: 33.3333333333%;
|
|
255
255
|
}
|
|
256
256
|
|
|
257
|
-
.slds-size_5-of-12,
|
|
258
|
-
:host(.slds-size_5-of-12) {
|
|
257
|
+
:host([data-render-mode='shadow']) .slds-size_5-of-12,
|
|
258
|
+
:host([data-render-mode='shadow'].slds-size_5-of-12) {
|
|
259
259
|
width: 41.6666666667%;
|
|
260
260
|
}
|
|
261
261
|
|
|
262
|
-
.slds-size_6-of-12,
|
|
263
|
-
:host(.slds-size_6-of-12) {
|
|
262
|
+
:host([data-render-mode='shadow']) .slds-size_6-of-12,
|
|
263
|
+
:host([data-render-mode='shadow'].slds-size_6-of-12) {
|
|
264
264
|
width: 50%;
|
|
265
265
|
}
|
|
266
266
|
|
|
267
|
-
.slds-size_7-of-12,
|
|
268
|
-
:host(.slds-size_7-of-12) {
|
|
267
|
+
:host([data-render-mode='shadow']) .slds-size_7-of-12,
|
|
268
|
+
:host([data-render-mode='shadow'].slds-size_7-of-12) {
|
|
269
269
|
width: 58.3333333333%;
|
|
270
270
|
}
|
|
271
271
|
|
|
272
|
-
.slds-size_8-of-12,
|
|
273
|
-
:host(.slds-size_8-of-12) {
|
|
272
|
+
:host([data-render-mode='shadow']) .slds-size_8-of-12,
|
|
273
|
+
:host([data-render-mode='shadow'].slds-size_8-of-12) {
|
|
274
274
|
width: 66.6666666667%;
|
|
275
275
|
}
|
|
276
276
|
|
|
277
|
-
.slds-size_9-of-12,
|
|
278
|
-
:host(.slds-size_9-of-12) {
|
|
277
|
+
:host([data-render-mode='shadow']) .slds-size_9-of-12,
|
|
278
|
+
:host([data-render-mode='shadow'].slds-size_9-of-12) {
|
|
279
279
|
width: 75%;
|
|
280
280
|
}
|
|
281
281
|
|
|
282
|
-
.slds-size_10-of-12,
|
|
283
|
-
:host(.slds-size_10-of-12) {
|
|
282
|
+
:host([data-render-mode='shadow']) .slds-size_10-of-12,
|
|
283
|
+
:host([data-render-mode='shadow'].slds-size_10-of-12) {
|
|
284
284
|
width: 83.3333333333%;
|
|
285
285
|
}
|
|
286
286
|
|
|
287
|
-
.slds-size_11-of-12,
|
|
288
|
-
:host(.slds-size_11-of-12) {
|
|
287
|
+
:host([data-render-mode='shadow']) .slds-size_11-of-12,
|
|
288
|
+
:host([data-render-mode='shadow'].slds-size_11-of-12) {
|
|
289
289
|
width: 91.6666666667%;
|
|
290
290
|
}
|
|
291
291
|
|
|
292
|
-
.slds-size_12-of-12,
|
|
293
|
-
:host(.slds-size_12-of-12) {
|
|
292
|
+
:host([data-render-mode='shadow']) .slds-size_12-of-12,
|
|
293
|
+
:host([data-render-mode='shadow'].slds-size_12-of-12) {
|
|
294
294
|
width: 100%;
|
|
295
295
|
}
|
|
296
296
|
|
|
297
|
-
.slds-order_1,
|
|
298
|
-
:host(.slds-order_1) {
|
|
297
|
+
:host([data-render-mode='shadow']) .slds-order_1,
|
|
298
|
+
:host([data-render-mode='shadow'].slds-order_1) {
|
|
299
299
|
order: 1;
|
|
300
300
|
}
|
|
301
301
|
|
|
302
|
-
.slds-order_2,
|
|
303
|
-
:host(.slds-order_2) {
|
|
302
|
+
:host([data-render-mode='shadow']) .slds-order_2,
|
|
303
|
+
:host([data-render-mode='shadow'].slds-order_2) {
|
|
304
304
|
order: 2;
|
|
305
305
|
}
|
|
306
306
|
|
|
307
|
-
.slds-order_3,
|
|
308
|
-
:host(.slds-order_3) {
|
|
307
|
+
:host([data-render-mode='shadow']) .slds-order_3,
|
|
308
|
+
:host([data-render-mode='shadow'].slds-order_3) {
|
|
309
309
|
order: 3;
|
|
310
310
|
}
|
|
311
311
|
|
|
312
|
-
.slds-order_4,
|
|
313
|
-
:host(.slds-order_4) {
|
|
312
|
+
:host([data-render-mode='shadow']) .slds-order_4,
|
|
313
|
+
:host([data-render-mode='shadow'].slds-order_4) {
|
|
314
314
|
order: 4;
|
|
315
315
|
}
|
|
316
316
|
|
|
317
|
-
.slds-order_5,
|
|
318
|
-
:host(.slds-order_5) {
|
|
317
|
+
:host([data-render-mode='shadow']) .slds-order_5,
|
|
318
|
+
:host([data-render-mode='shadow'].slds-order_5) {
|
|
319
319
|
order: 5;
|
|
320
320
|
}
|
|
321
321
|
|
|
322
|
-
.slds-order_6,
|
|
323
|
-
:host(.slds-order_6) {
|
|
322
|
+
:host([data-render-mode='shadow']) .slds-order_6,
|
|
323
|
+
:host([data-render-mode='shadow'].slds-order_6) {
|
|
324
324
|
order: 6;
|
|
325
325
|
}
|
|
326
326
|
|
|
327
|
-
.slds-order_7,
|
|
328
|
-
:host(.slds-order_7) {
|
|
327
|
+
:host([data-render-mode='shadow']) .slds-order_7,
|
|
328
|
+
:host([data-render-mode='shadow'].slds-order_7) {
|
|
329
329
|
order: 7;
|
|
330
330
|
}
|
|
331
331
|
|
|
332
|
-
.slds-order_8,
|
|
333
|
-
:host(.slds-order_8) {
|
|
332
|
+
:host([data-render-mode='shadow']) .slds-order_8,
|
|
333
|
+
:host([data-render-mode='shadow'].slds-order_8) {
|
|
334
334
|
order: 8;
|
|
335
335
|
}
|
|
336
336
|
|
|
337
|
-
.slds-order_9,
|
|
338
|
-
:host(.slds-order_9) {
|
|
337
|
+
:host([data-render-mode='shadow']) .slds-order_9,
|
|
338
|
+
:host([data-render-mode='shadow'].slds-order_9) {
|
|
339
339
|
order: 9;
|
|
340
340
|
}
|
|
341
341
|
|
|
342
|
-
.slds-order_10,
|
|
343
|
-
:host(.slds-order_10) {
|
|
342
|
+
:host([data-render-mode='shadow']) .slds-order_10,
|
|
343
|
+
:host([data-render-mode='shadow'].slds-order_10) {
|
|
344
344
|
order: 10;
|
|
345
345
|
}
|
|
346
346
|
|
|
347
|
-
.slds-order_11,
|
|
348
|
-
:host(.slds-order_11) {
|
|
347
|
+
:host([data-render-mode='shadow']) .slds-order_11,
|
|
348
|
+
:host([data-render-mode='shadow'].slds-order_11) {
|
|
349
349
|
order: 11;
|
|
350
350
|
}
|
|
351
351
|
|
|
352
|
-
.slds-order_12,
|
|
353
|
-
:host(.slds-order_12) {
|
|
352
|
+
:host([data-render-mode='shadow']) .slds-order_12,
|
|
353
|
+
:host([data-render-mode='shadow'].slds-order_12) {
|
|
354
354
|
order: 12;
|
|
355
355
|
}
|
|
356
356
|
|
|
357
357
|
/* Size Small + Order */
|
|
358
358
|
|
|
359
359
|
@media (min-width: 30em) {
|
|
360
|
-
|
|
361
|
-
[class*=slds-small-size_]
|
|
362
|
-
:host([class*=slds-small-size_]) {
|
|
360
|
+
:host([data-render-mode='shadow']) [class*='slds-small-size_'],
|
|
361
|
+
:host([data-render-mode='shadow'][class*='slds-small-size_']) {
|
|
363
362
|
flex: none;
|
|
364
363
|
}
|
|
365
364
|
|
|
366
|
-
.slds-small-size_xxx-small,
|
|
367
|
-
:host(.slds-small-size_xxx-small) {
|
|
365
|
+
:host([data-render-mode='shadow']) .slds-small-size_xxx-small,
|
|
366
|
+
:host([data-render-mode='shadow'].slds-small-size_xxx-small) {
|
|
368
367
|
width: 3rem;
|
|
369
368
|
}
|
|
370
369
|
|
|
371
|
-
.slds-small-size_xx-small,
|
|
372
|
-
:host(.slds-small-size_xx-small) {
|
|
370
|
+
:host([data-render-mode='shadow']) .slds-small-size_xx-small,
|
|
371
|
+
:host([data-render-mode='shadow'].slds-small-size_xx-small) {
|
|
373
372
|
width: 6rem;
|
|
374
373
|
}
|
|
375
374
|
|
|
376
|
-
.slds-small-size_x-small,
|
|
377
|
-
:host(.slds-small-size_x-small) {
|
|
375
|
+
:host([data-render-mode='shadow']) .slds-small-size_x-small,
|
|
376
|
+
:host([data-render-mode='shadow'].slds-small-size_x-small) {
|
|
378
377
|
width: 12rem;
|
|
379
378
|
}
|
|
380
379
|
|
|
381
|
-
.slds-small-size_small,
|
|
382
|
-
:host(.slds-small-size_small) {
|
|
380
|
+
:host([data-render-mode='shadow']) .slds-small-size_small,
|
|
381
|
+
:host([data-render-mode='shadow'].slds-small-size_small) {
|
|
383
382
|
width: 15rem;
|
|
384
383
|
}
|
|
385
384
|
|
|
386
|
-
.slds-small-size_medium,
|
|
387
|
-
:host(.slds-small-size_medium) {
|
|
385
|
+
:host([data-render-mode='shadow']) .slds-small-size_medium,
|
|
386
|
+
:host([data-render-mode='shadow'].slds-small-size_medium) {
|
|
388
387
|
width: 20rem;
|
|
389
388
|
}
|
|
390
389
|
|
|
391
|
-
.slds-small-size_large,
|
|
392
|
-
:host(.slds-small-size_large) {
|
|
390
|
+
:host([data-render-mode='shadow']) .slds-small-size_large,
|
|
391
|
+
:host([data-render-mode='shadow'].slds-small-size_large) {
|
|
393
392
|
width: 25rem;
|
|
394
393
|
}
|
|
395
394
|
|
|
396
|
-
.slds-small-size_x-large,
|
|
397
|
-
:host(.slds-small-size_x-large) {
|
|
395
|
+
:host([data-render-mode='shadow']) .slds-small-size_x-large,
|
|
396
|
+
:host([data-render-mode='shadow'].slds-small-size_x-large) {
|
|
398
397
|
width: 40rem;
|
|
399
398
|
}
|
|
400
399
|
|
|
401
|
-
.slds-small-size_xx-large,
|
|
402
|
-
:host(.slds-small-size_xx-large) {
|
|
400
|
+
:host([data-render-mode='shadow']) .slds-small-size_xx-large,
|
|
401
|
+
:host([data-render-mode='shadow'].slds-small-size_xx-large) {
|
|
403
402
|
width: 60rem;
|
|
404
403
|
}
|
|
405
404
|
|
|
406
|
-
.slds-small-size_1-of-1,
|
|
407
|
-
:host(.slds-small-size_1-of-1) {
|
|
405
|
+
:host([data-render-mode='shadow']) .slds-small-size_1-of-1,
|
|
406
|
+
:host([data-render-mode='shadow'].slds-small-size_1-of-1) {
|
|
408
407
|
width: 100%;
|
|
409
408
|
}
|
|
410
409
|
|
|
411
|
-
.slds-small-size_1-of-2,
|
|
412
|
-
:host(.slds-small-size_1-of-2) {
|
|
410
|
+
:host([data-render-mode='shadow']) .slds-small-size_1-of-2,
|
|
411
|
+
:host([data-render-mode='shadow'].slds-small-size_1-of-2) {
|
|
413
412
|
width: 50%;
|
|
414
413
|
}
|
|
415
414
|
|
|
416
|
-
.slds-small-size_2-of-2,
|
|
417
|
-
:host(.slds-small-size_2-of-2) {
|
|
415
|
+
:host([data-render-mode='shadow']) .slds-small-size_2-of-2,
|
|
416
|
+
:host([data-render-mode='shadow'].slds-small-size_2-of-2) {
|
|
418
417
|
width: 100%;
|
|
419
418
|
}
|
|
420
419
|
|
|
421
|
-
.slds-small-size_1-of-3,
|
|
422
|
-
:host(.slds-small-size_1-of-3) {
|
|
420
|
+
:host([data-render-mode='shadow']) .slds-small-size_1-of-3,
|
|
421
|
+
:host([data-render-mode='shadow'].slds-small-size_1-of-3) {
|
|
423
422
|
width: 33.3333333333%;
|
|
424
423
|
}
|
|
425
424
|
|
|
426
|
-
.slds-small-size_2-of-3,
|
|
427
|
-
:host(.slds-small-size_2-of-3) {
|
|
425
|
+
:host([data-render-mode='shadow']) .slds-small-size_2-of-3,
|
|
426
|
+
:host([data-render-mode='shadow'].slds-small-size_2-of-3) {
|
|
428
427
|
width: 66.6666666667%;
|
|
429
428
|
}
|
|
430
429
|
|
|
431
|
-
.slds-small-size_3-of-3,
|
|
432
|
-
:host(.slds-small-size_3-of-3) {
|
|
430
|
+
:host([data-render-mode='shadow']) .slds-small-size_3-of-3,
|
|
431
|
+
:host([data-render-mode='shadow'].slds-small-size_3-of-3) {
|
|
433
432
|
width: 100%;
|
|
434
433
|
}
|
|
435
434
|
|
|
436
|
-
.slds-small-size_1-of-4,
|
|
437
|
-
:host(.slds-small-size_1-of-4) {
|
|
435
|
+
:host([data-render-mode='shadow']) .slds-small-size_1-of-4,
|
|
436
|
+
:host([data-render-mode='shadow'].slds-small-size_1-of-4) {
|
|
438
437
|
width: 25%;
|
|
439
438
|
}
|
|
440
439
|
|
|
441
|
-
.slds-small-size_2-of-4,
|
|
442
|
-
:host(.slds-small-size_2-of-4) {
|
|
440
|
+
:host([data-render-mode='shadow']) .slds-small-size_2-of-4,
|
|
441
|
+
:host([data-render-mode='shadow'].slds-small-size_2-of-4) {
|
|
443
442
|
width: 50%;
|
|
444
443
|
}
|
|
445
444
|
|
|
446
|
-
.slds-small-size_3-of-4,
|
|
447
|
-
:host(.slds-small-size_3-of-4) {
|
|
445
|
+
:host([data-render-mode='shadow']) .slds-small-size_3-of-4,
|
|
446
|
+
:host([data-render-mode='shadow'].slds-small-size_3-of-4) {
|
|
448
447
|
width: 75%;
|
|
449
448
|
}
|
|
450
449
|
|
|
451
|
-
.slds-small-size_4-of-4,
|
|
452
|
-
:host(.slds-small-size_4-of-4) {
|
|
450
|
+
:host([data-render-mode='shadow']) .slds-small-size_4-of-4,
|
|
451
|
+
:host([data-render-mode='shadow'].slds-small-size_4-of-4) {
|
|
453
452
|
width: 100%;
|
|
454
453
|
}
|
|
455
454
|
|
|
456
|
-
.slds-small-size_1-of-5,
|
|
457
|
-
:host(.slds-small-size_1-of-5) {
|
|
455
|
+
:host([data-render-mode='shadow']) .slds-small-size_1-of-5,
|
|
456
|
+
:host([data-render-mode='shadow'].slds-small-size_1-of-5) {
|
|
458
457
|
width: 20%;
|
|
459
458
|
}
|
|
460
459
|
|
|
461
|
-
.slds-small-size_2-of-5,
|
|
462
|
-
:host(.slds-small-size_2-of-5) {
|
|
460
|
+
:host([data-render-mode='shadow']) .slds-small-size_2-of-5,
|
|
461
|
+
:host([data-render-mode='shadow'].slds-small-size_2-of-5) {
|
|
463
462
|
width: 40%;
|
|
464
463
|
}
|
|
465
464
|
|
|
466
|
-
.slds-small-size_3-of-5,
|
|
467
|
-
:host(.slds-small-size_3-of-5) {
|
|
465
|
+
:host([data-render-mode='shadow']) .slds-small-size_3-of-5,
|
|
466
|
+
:host([data-render-mode='shadow'].slds-small-size_3-of-5) {
|
|
468
467
|
width: 60%;
|
|
469
468
|
}
|
|
470
469
|
|
|
471
|
-
.slds-small-size_4-of-5,
|
|
472
|
-
:host(.slds-small-size_4-of-5) {
|
|
470
|
+
:host([data-render-mode='shadow']) .slds-small-size_4-of-5,
|
|
471
|
+
:host([data-render-mode='shadow'].slds-small-size_4-of-5) {
|
|
473
472
|
width: 80%;
|
|
474
473
|
}
|
|
475
474
|
|
|
476
|
-
.slds-small-size_5-of-5,
|
|
477
|
-
:host(.slds-small-size_5-of-5) {
|
|
475
|
+
:host([data-render-mode='shadow']) .slds-small-size_5-of-5,
|
|
476
|
+
:host([data-render-mode='shadow'].slds-small-size_5-of-5) {
|
|
478
477
|
width: 100%;
|
|
479
478
|
}
|
|
480
479
|
|
|
481
|
-
.slds-small-size_1-of-6,
|
|
482
|
-
:host(.slds-small-size_1-of-6) {
|
|
480
|
+
:host([data-render-mode='shadow']) .slds-small-size_1-of-6,
|
|
481
|
+
:host([data-render-mode='shadow'].slds-small-size_1-of-6) {
|
|
483
482
|
width: 16.6666666667%;
|
|
484
483
|
}
|
|
485
484
|
|
|
486
|
-
.slds-small-size_2-of-6,
|
|
487
|
-
:host(.slds-small-size_2-of-6) {
|
|
485
|
+
:host([data-render-mode='shadow']) .slds-small-size_2-of-6,
|
|
486
|
+
:host([data-render-mode='shadow'].slds-small-size_2-of-6) {
|
|
488
487
|
width: 33.3333333333%;
|
|
489
488
|
}
|
|
490
489
|
|
|
491
|
-
.slds-small-size_3-of-6,
|
|
492
|
-
:host(.slds-small-size_3-of-6) {
|
|
490
|
+
:host([data-render-mode='shadow']) .slds-small-size_3-of-6,
|
|
491
|
+
:host([data-render-mode='shadow'].slds-small-size_3-of-6) {
|
|
493
492
|
width: 50%;
|
|
494
493
|
}
|
|
495
494
|
|
|
496
|
-
.slds-small-size_4-of-6,
|
|
497
|
-
:host(.slds-small-size_4-of-6) {
|
|
495
|
+
:host([data-render-mode='shadow']) .slds-small-size_4-of-6,
|
|
496
|
+
:host([data-render-mode='shadow'].slds-small-size_4-of-6) {
|
|
498
497
|
width: 66.6666666667%;
|
|
499
498
|
}
|
|
500
499
|
|
|
501
|
-
.slds-small-size_5-of-6,
|
|
502
|
-
:host(.slds-small-size_5-of-6) {
|
|
500
|
+
:host([data-render-mode='shadow']) .slds-small-size_5-of-6,
|
|
501
|
+
:host([data-render-mode='shadow'].slds-small-size_5-of-6) {
|
|
503
502
|
width: 83.3333333333%;
|
|
504
503
|
}
|
|
505
504
|
|
|
506
|
-
.slds-small-size_6-of-6,
|
|
507
|
-
:host(.slds-small-size_6-of-6) {
|
|
505
|
+
:host([data-render-mode='shadow']) .slds-small-size_6-of-6,
|
|
506
|
+
:host([data-render-mode='shadow'].slds-small-size_6-of-6) {
|
|
508
507
|
width: 100%;
|
|
509
508
|
}
|
|
510
509
|
|
|
511
|
-
.slds-small-size_1-of-7,
|
|
512
|
-
:host(.slds-small-size_1-of-7) {
|
|
510
|
+
:host([data-render-mode='shadow']) .slds-small-size_1-of-7,
|
|
511
|
+
:host([data-render-mode='shadow'].slds-small-size_1-of-7) {
|
|
513
512
|
width: 14.2857142857%;
|
|
514
513
|
}
|
|
515
514
|
|
|
516
|
-
.slds-small-size_2-of-7,
|
|
517
|
-
:host(.slds-small-size_2-of-7) {
|
|
515
|
+
:host([data-render-mode='shadow']) .slds-small-size_2-of-7,
|
|
516
|
+
:host([data-render-mode='shadow'].slds-small-size_2-of-7) {
|
|
518
517
|
width: 28.5714285714%;
|
|
519
518
|
}
|
|
520
519
|
|
|
521
|
-
.slds-small-size_3-of-7,
|
|
522
|
-
:host(.slds-small-size_3-of-7) {
|
|
520
|
+
:host([data-render-mode='shadow']) .slds-small-size_3-of-7,
|
|
521
|
+
:host([data-render-mode='shadow'].slds-small-size_3-of-7) {
|
|
523
522
|
width: 42.8571428571%;
|
|
524
523
|
}
|
|
525
524
|
|
|
526
|
-
.slds-small-size_4-of-7,
|
|
527
|
-
:host(.slds-small-size_4-of-7) {
|
|
525
|
+
:host([data-render-mode='shadow']) .slds-small-size_4-of-7,
|
|
526
|
+
:host([data-render-mode='shadow'].slds-small-size_4-of-7) {
|
|
528
527
|
width: 57.1428571429%;
|
|
529
528
|
}
|
|
530
529
|
|
|
531
|
-
.slds-small-size_5-of-7,
|
|
532
|
-
:host(.slds-small-size_5-of-7) {
|
|
530
|
+
:host([data-render-mode='shadow']) .slds-small-size_5-of-7,
|
|
531
|
+
:host([data-render-mode='shadow'].slds-small-size_5-of-7) {
|
|
533
532
|
width: 71.4285714286%;
|
|
534
533
|
}
|
|
535
534
|
|
|
536
|
-
.slds-small-size_6-of-7,
|
|
537
|
-
:host(.slds-small-size_6-of-7) {
|
|
535
|
+
:host([data-render-mode='shadow']) .slds-small-size_6-of-7,
|
|
536
|
+
:host([data-render-mode='shadow'].slds-small-size_6-of-7) {
|
|
538
537
|
width: 85.7142857143%;
|
|
539
538
|
}
|
|
540
539
|
|
|
541
|
-
.slds-small-size_7-of-7,
|
|
542
|
-
:host(.slds-small-size_7-of-7) {
|
|
540
|
+
:host([data-render-mode='shadow']) .slds-small-size_7-of-7,
|
|
541
|
+
:host([data-render-mode='shadow'].slds-small-size_7-of-7) {
|
|
543
542
|
width: 100%;
|
|
544
543
|
}
|
|
545
544
|
|
|
546
|
-
.slds-small-size_1-of-8,
|
|
547
|
-
:host(.slds-small-size_1-of-8) {
|
|
545
|
+
:host([data-render-mode='shadow']) .slds-small-size_1-of-8,
|
|
546
|
+
:host([data-render-mode='shadow'].slds-small-size_1-of-8) {
|
|
548
547
|
width: 12.5%;
|
|
549
548
|
}
|
|
550
549
|
|
|
551
|
-
.slds-small-size_2-of-8,
|
|
552
|
-
:host(.slds-small-size_2-of-8) {
|
|
550
|
+
:host([data-render-mode='shadow']) .slds-small-size_2-of-8,
|
|
551
|
+
:host([data-render-mode='shadow'].slds-small-size_2-of-8) {
|
|
553
552
|
width: 25%;
|
|
554
553
|
}
|
|
555
554
|
|
|
556
|
-
.slds-small-size_3-of-8,
|
|
557
|
-
:host(.slds-small-size_3-of-8) {
|
|
555
|
+
:host([data-render-mode='shadow']) .slds-small-size_3-of-8,
|
|
556
|
+
:host([data-render-mode='shadow'].slds-small-size_3-of-8) {
|
|
558
557
|
width: 37.5%;
|
|
559
558
|
}
|
|
560
559
|
|
|
561
|
-
.slds-small-size_4-of-8,
|
|
562
|
-
:host(.slds-small-size_4-of-8) {
|
|
560
|
+
:host([data-render-mode='shadow']) .slds-small-size_4-of-8,
|
|
561
|
+
:host([data-render-mode='shadow'].slds-small-size_4-of-8) {
|
|
563
562
|
width: 50%;
|
|
564
563
|
}
|
|
565
564
|
|
|
566
|
-
.slds-small-size_5-of-8,
|
|
567
|
-
:host(.slds-small-size_5-of-8) {
|
|
565
|
+
:host([data-render-mode='shadow']) .slds-small-size_5-of-8,
|
|
566
|
+
:host([data-render-mode='shadow'].slds-small-size_5-of-8) {
|
|
568
567
|
width: 62.5%;
|
|
569
568
|
}
|
|
570
569
|
|
|
571
|
-
.slds-small-size_6-of-8,
|
|
572
|
-
:host(.slds-small-size_6-of-8) {
|
|
570
|
+
:host([data-render-mode='shadow']) .slds-small-size_6-of-8,
|
|
571
|
+
:host([data-render-mode='shadow'].slds-small-size_6-of-8) {
|
|
573
572
|
width: 75%;
|
|
574
573
|
}
|
|
575
574
|
|
|
576
|
-
.slds-small-size_7-of-8,
|
|
577
|
-
:host(.slds-small-size_7-of-8) {
|
|
575
|
+
:host([data-render-mode='shadow']) .slds-small-size_7-of-8,
|
|
576
|
+
:host([data-render-mode='shadow'].slds-small-size_7-of-8) {
|
|
578
577
|
width: 87.5%;
|
|
579
578
|
}
|
|
580
579
|
|
|
581
|
-
.slds-small-size_8-of-8,
|
|
582
|
-
:host(.slds-small-size_8-of-8) {
|
|
580
|
+
:host([data-render-mode='shadow']) .slds-small-size_8-of-8,
|
|
581
|
+
:host([data-render-mode='shadow'].slds-small-size_8-of-8) {
|
|
583
582
|
width: 100%;
|
|
584
583
|
}
|
|
585
584
|
|
|
586
|
-
.slds-small-size_1-of-12,
|
|
587
|
-
:host(.slds-small-size_1-of-12) {
|
|
585
|
+
:host([data-render-mode='shadow']) .slds-small-size_1-of-12,
|
|
586
|
+
:host([data-render-mode='shadow'].slds-small-size_1-of-12) {
|
|
588
587
|
width: 8.3333333333%;
|
|
589
588
|
}
|
|
590
589
|
|
|
591
|
-
.slds-small-size_2-of-12,
|
|
592
|
-
:host(.slds-small-size_2-of-12) {
|
|
590
|
+
:host([data-render-mode='shadow']) .slds-small-size_2-of-12,
|
|
591
|
+
:host([data-render-mode='shadow'].slds-small-size_2-of-12) {
|
|
593
592
|
width: 16.6666666667%;
|
|
594
593
|
}
|
|
595
594
|
|
|
596
|
-
.slds-small-size_3-of-12,
|
|
597
|
-
:host(.slds-small-size_3-of-12) {
|
|
595
|
+
:host([data-render-mode='shadow']) .slds-small-size_3-of-12,
|
|
596
|
+
:host([data-render-mode='shadow'].slds-small-size_3-of-12) {
|
|
598
597
|
width: 25%;
|
|
599
598
|
}
|
|
600
599
|
|
|
601
|
-
.slds-small-size_4-of-12,
|
|
602
|
-
:host(.slds-small-size_4-of-12) {
|
|
600
|
+
:host([data-render-mode='shadow']) .slds-small-size_4-of-12,
|
|
601
|
+
:host([data-render-mode='shadow'].slds-small-size_4-of-12) {
|
|
603
602
|
width: 33.3333333333%;
|
|
604
603
|
}
|
|
605
604
|
|
|
606
|
-
.slds-small-size_5-of-12,
|
|
607
|
-
:host(.slds-small-size_5-of-12) {
|
|
605
|
+
:host([data-render-mode='shadow']) .slds-small-size_5-of-12,
|
|
606
|
+
:host([data-render-mode='shadow'].slds-small-size_5-of-12) {
|
|
608
607
|
width: 41.6666666667%;
|
|
609
608
|
}
|
|
610
609
|
|
|
611
|
-
.slds-small-size_6-of-12,
|
|
612
|
-
:host(.slds-small-size_6-of-12) {
|
|
610
|
+
:host([data-render-mode='shadow']) .slds-small-size_6-of-12,
|
|
611
|
+
:host([data-render-mode='shadow'].slds-small-size_6-of-12) {
|
|
613
612
|
width: 50%;
|
|
614
613
|
}
|
|
615
614
|
|
|
616
|
-
.slds-small-size_7-of-12,
|
|
617
|
-
:host(.slds-small-size_7-of-12) {
|
|
615
|
+
:host([data-render-mode='shadow']) .slds-small-size_7-of-12,
|
|
616
|
+
:host([data-render-mode='shadow'].slds-small-size_7-of-12) {
|
|
618
617
|
width: 58.3333333333%;
|
|
619
618
|
}
|
|
620
619
|
|
|
621
|
-
.slds-small-size_8-of-12,
|
|
622
|
-
:host(.slds-small-size_8-of-12) {
|
|
620
|
+
:host([data-render-mode='shadow']) .slds-small-size_8-of-12,
|
|
621
|
+
:host([data-render-mode='shadow'].slds-small-size_8-of-12) {
|
|
623
622
|
width: 66.6666666667%;
|
|
624
623
|
}
|
|
625
624
|
|
|
626
|
-
.slds-small-size_9-of-12,
|
|
627
|
-
:host(.slds-small-size_9-of-12) {
|
|
625
|
+
:host([data-render-mode='shadow']) .slds-small-size_9-of-12,
|
|
626
|
+
:host([data-render-mode='shadow'].slds-small-size_9-of-12) {
|
|
628
627
|
width: 75%;
|
|
629
628
|
}
|
|
630
629
|
|
|
631
|
-
.slds-small-size_10-of-12,
|
|
632
|
-
:host(.slds-small-size_10-of-12) {
|
|
630
|
+
:host([data-render-mode='shadow']) .slds-small-size_10-of-12,
|
|
631
|
+
:host([data-render-mode='shadow'].slds-small-size_10-of-12) {
|
|
633
632
|
width: 83.3333333333%;
|
|
634
633
|
}
|
|
635
634
|
|
|
636
|
-
.slds-small-size_11-of-12,
|
|
637
|
-
:host(.slds-small-size_11-of-12) {
|
|
635
|
+
:host([data-render-mode='shadow']) .slds-small-size_11-of-12,
|
|
636
|
+
:host([data-render-mode='shadow'].slds-small-size_11-of-12) {
|
|
638
637
|
width: 91.6666666667%;
|
|
639
638
|
}
|
|
640
639
|
|
|
641
|
-
.slds-small-size_12-of-12,
|
|
642
|
-
:host(.slds-small-size_12-of-12) {
|
|
640
|
+
:host([data-render-mode='shadow']) .slds-small-size_12-of-12,
|
|
641
|
+
:host([data-render-mode='shadow'].slds-small-size_12-of-12) {
|
|
643
642
|
width: 100%;
|
|
644
643
|
}
|
|
645
644
|
|
|
646
|
-
.slds-small-order_1,
|
|
647
|
-
:host(.slds-small-order_1) {
|
|
645
|
+
:host([data-render-mode='shadow']) .slds-small-order_1,
|
|
646
|
+
:host([data-render-mode='shadow'].slds-small-order_1) {
|
|
648
647
|
order: 1;
|
|
649
648
|
}
|
|
650
649
|
|
|
651
|
-
.slds-small-order_2,
|
|
652
|
-
:host(.slds-small-order_2) {
|
|
650
|
+
:host([data-render-mode='shadow']) .slds-small-order_2,
|
|
651
|
+
:host([data-render-mode='shadow'].slds-small-order_2) {
|
|
653
652
|
order: 2;
|
|
654
653
|
}
|
|
655
654
|
|
|
656
|
-
.slds-small-order_3,
|
|
657
|
-
:host(.slds-small-order_3) {
|
|
655
|
+
:host([data-render-mode='shadow']) .slds-small-order_3,
|
|
656
|
+
:host([data-render-mode='shadow'].slds-small-order_3) {
|
|
658
657
|
order: 3;
|
|
659
658
|
}
|
|
660
659
|
|
|
661
|
-
.slds-small-order_4,
|
|
662
|
-
:host(.slds-small-order_4) {
|
|
660
|
+
:host([data-render-mode='shadow']) .slds-small-order_4,
|
|
661
|
+
:host([data-render-mode='shadow'].slds-small-order_4) {
|
|
663
662
|
order: 4;
|
|
664
663
|
}
|
|
665
664
|
|
|
666
|
-
.slds-small-order_5,
|
|
667
|
-
:host(.slds-small-order_5) {
|
|
665
|
+
:host([data-render-mode='shadow']) .slds-small-order_5,
|
|
666
|
+
:host([data-render-mode='shadow'].slds-small-order_5) {
|
|
668
667
|
order: 5;
|
|
669
668
|
}
|
|
670
669
|
|
|
671
|
-
.slds-small-order_6,
|
|
672
|
-
:host(.slds-small-order_6) {
|
|
670
|
+
:host([data-render-mode='shadow']) .slds-small-order_6,
|
|
671
|
+
:host([data-render-mode='shadow'].slds-small-order_6) {
|
|
673
672
|
order: 6;
|
|
674
673
|
}
|
|
675
674
|
|
|
676
|
-
.slds-small-order_7,
|
|
677
|
-
:host(.slds-small-order_7) {
|
|
675
|
+
:host([data-render-mode='shadow']) .slds-small-order_7,
|
|
676
|
+
:host([data-render-mode='shadow'].slds-small-order_7) {
|
|
678
677
|
order: 7;
|
|
679
678
|
}
|
|
680
679
|
|
|
681
|
-
.slds-small-order_8,
|
|
682
|
-
:host(.slds-small-order_8) {
|
|
680
|
+
:host([data-render-mode='shadow']) .slds-small-order_8,
|
|
681
|
+
:host([data-render-mode='shadow'].slds-small-order_8) {
|
|
683
682
|
order: 8;
|
|
684
683
|
}
|
|
685
684
|
|
|
686
|
-
.slds-small-order_9,
|
|
687
|
-
:host(.slds-small-order_9) {
|
|
685
|
+
:host([data-render-mode='shadow']) .slds-small-order_9,
|
|
686
|
+
:host([data-render-mode='shadow'].slds-small-order_9) {
|
|
688
687
|
order: 9;
|
|
689
688
|
}
|
|
690
689
|
|
|
691
|
-
.slds-small-order_10,
|
|
692
|
-
:host(.slds-small-order_10) {
|
|
690
|
+
:host([data-render-mode='shadow']) .slds-small-order_10,
|
|
691
|
+
:host([data-render-mode='shadow'].slds-small-order_10) {
|
|
693
692
|
order: 10;
|
|
694
693
|
}
|
|
695
694
|
|
|
696
|
-
.slds-small-order_11,
|
|
697
|
-
:host(.slds-small-order_11) {
|
|
695
|
+
:host([data-render-mode='shadow']) .slds-small-order_11,
|
|
696
|
+
:host([data-render-mode='shadow'].slds-small-order_11) {
|
|
698
697
|
order: 11;
|
|
699
698
|
}
|
|
700
699
|
|
|
701
|
-
.slds-small-order_12,
|
|
702
|
-
:host(.slds-small-order_12) {
|
|
700
|
+
:host([data-render-mode='shadow']) .slds-small-order_12,
|
|
701
|
+
:host([data-render-mode='shadow'].slds-small-order_12) {
|
|
703
702
|
order: 12;
|
|
704
703
|
}
|
|
705
|
-
|
|
706
704
|
}
|
|
707
705
|
|
|
708
706
|
/* Size Medium + Order */
|
|
709
707
|
|
|
710
708
|
@media (min-width: 48em) {
|
|
711
|
-
|
|
712
|
-
[class*=slds-medium-size_]
|
|
713
|
-
:host([class*=slds-medium-size_]) {
|
|
709
|
+
:host([data-render-mode='shadow']) [class*='slds-medium-size_'],
|
|
710
|
+
:host([data-render-mode='shadow'][class*='slds-medium-size_']) {
|
|
714
711
|
flex: none;
|
|
715
712
|
}
|
|
716
713
|
|
|
717
|
-
.slds-medium-size_xxx-small,
|
|
718
|
-
:host(.slds-medium-size_xxx-small) {
|
|
714
|
+
:host([data-render-mode='shadow']) .slds-medium-size_xxx-small,
|
|
715
|
+
:host([data-render-mode='shadow'].slds-medium-size_xxx-small) {
|
|
719
716
|
width: 3rem;
|
|
720
717
|
}
|
|
721
718
|
|
|
722
|
-
.slds-medium-size_xx-small,
|
|
723
|
-
:host(.slds-medium-size_xx-small) {
|
|
719
|
+
:host([data-render-mode='shadow']) .slds-medium-size_xx-small,
|
|
720
|
+
:host([data-render-mode='shadow'].slds-medium-size_xx-small) {
|
|
724
721
|
width: 6rem;
|
|
725
722
|
}
|
|
726
723
|
|
|
727
|
-
.slds-medium-size_x-small,
|
|
728
|
-
:host(.slds-medium-size_x-small) {
|
|
724
|
+
:host([data-render-mode='shadow']) .slds-medium-size_x-small,
|
|
725
|
+
:host([data-render-mode='shadow'].slds-medium-size_x-small) {
|
|
729
726
|
width: 12rem;
|
|
730
727
|
}
|
|
731
728
|
|
|
732
|
-
.slds-medium-size_small,
|
|
733
|
-
:host(.slds-medium-size_small) {
|
|
729
|
+
:host([data-render-mode='shadow']) .slds-medium-size_small,
|
|
730
|
+
:host([data-render-mode='shadow'].slds-medium-size_small) {
|
|
734
731
|
width: 15rem;
|
|
735
732
|
}
|
|
736
733
|
|
|
737
|
-
.slds-medium-size_medium,
|
|
738
|
-
:host(.slds-medium-size_medium) {
|
|
734
|
+
:host([data-render-mode='shadow']) .slds-medium-size_medium,
|
|
735
|
+
:host([data-render-mode='shadow'].slds-medium-size_medium) {
|
|
739
736
|
width: 20rem;
|
|
740
737
|
}
|
|
741
738
|
|
|
742
|
-
.slds-medium-size_large,
|
|
743
|
-
:host(.slds-medium-size_large) {
|
|
739
|
+
:host([data-render-mode='shadow']) .slds-medium-size_large,
|
|
740
|
+
:host([data-render-mode='shadow'].slds-medium-size_large) {
|
|
744
741
|
width: 25rem;
|
|
745
742
|
}
|
|
746
743
|
|
|
747
|
-
.slds-medium-size_x-large,
|
|
748
|
-
:host(.slds-medium-size_x-large) {
|
|
744
|
+
:host([data-render-mode='shadow']) .slds-medium-size_x-large,
|
|
745
|
+
:host([data-render-mode='shadow'].slds-medium-size_x-large) {
|
|
749
746
|
width: 40rem;
|
|
750
747
|
}
|
|
751
748
|
|
|
752
|
-
.slds-medium-size_xx-large,
|
|
753
|
-
:host(.slds-medium-size_xx-large) {
|
|
749
|
+
:host([data-render-mode='shadow']) .slds-medium-size_xx-large,
|
|
750
|
+
:host([data-render-mode='shadow'].slds-medium-size_xx-large) {
|
|
754
751
|
width: 60rem;
|
|
755
752
|
}
|
|
756
753
|
|
|
757
|
-
.slds-medium-size_1-of-1,
|
|
758
|
-
:host(.slds-medium-size_1-of-1) {
|
|
754
|
+
:host([data-render-mode='shadow']) .slds-medium-size_1-of-1,
|
|
755
|
+
:host([data-render-mode='shadow'].slds-medium-size_1-of-1) {
|
|
759
756
|
width: 100%;
|
|
760
757
|
}
|
|
761
758
|
|
|
762
|
-
.slds-medium-size_1-of-2,
|
|
763
|
-
:host(.slds-medium-size_1-of-2) {
|
|
759
|
+
:host([data-render-mode='shadow']) .slds-medium-size_1-of-2,
|
|
760
|
+
:host([data-render-mode='shadow'].slds-medium-size_1-of-2) {
|
|
764
761
|
width: 50%;
|
|
765
762
|
}
|
|
766
763
|
|
|
767
|
-
.slds-medium-size_2-of-2,
|
|
768
|
-
:host(.slds-medium-size_2-of-2) {
|
|
764
|
+
:host([data-render-mode='shadow']) .slds-medium-size_2-of-2,
|
|
765
|
+
:host([data-render-mode='shadow'].slds-medium-size_2-of-2) {
|
|
769
766
|
width: 100%;
|
|
770
767
|
}
|
|
771
768
|
|
|
772
|
-
.slds-medium-size_1-of-3,
|
|
773
|
-
:host(.slds-medium-size_1-of-3) {
|
|
769
|
+
:host([data-render-mode='shadow']) .slds-medium-size_1-of-3,
|
|
770
|
+
:host([data-render-mode='shadow'].slds-medium-size_1-of-3) {
|
|
774
771
|
width: 33.3333333333%;
|
|
775
772
|
}
|
|
776
773
|
|
|
777
|
-
.slds-medium-size_2-of-3,
|
|
778
|
-
:host(.slds-medium-size_2-of-3) {
|
|
774
|
+
:host([data-render-mode='shadow']) .slds-medium-size_2-of-3,
|
|
775
|
+
:host([data-render-mode='shadow'].slds-medium-size_2-of-3) {
|
|
779
776
|
width: 66.6666666667%;
|
|
780
777
|
}
|
|
781
778
|
|
|
782
|
-
.slds-medium-size_3-of-3,
|
|
783
|
-
:host(.slds-medium-size_3-of-3) {
|
|
779
|
+
:host([data-render-mode='shadow']) .slds-medium-size_3-of-3,
|
|
780
|
+
:host([data-render-mode='shadow'].slds-medium-size_3-of-3) {
|
|
784
781
|
width: 100%;
|
|
785
782
|
}
|
|
786
783
|
|
|
787
|
-
.slds-medium-size_1-of-4,
|
|
788
|
-
:host(.slds-medium-size_1-of-4) {
|
|
784
|
+
:host([data-render-mode='shadow']) .slds-medium-size_1-of-4,
|
|
785
|
+
:host([data-render-mode='shadow'].slds-medium-size_1-of-4) {
|
|
789
786
|
width: 25%;
|
|
790
787
|
}
|
|
791
788
|
|
|
792
|
-
.slds-medium-size_2-of-4,
|
|
793
|
-
:host(.slds-medium-size_2-of-4) {
|
|
789
|
+
:host([data-render-mode='shadow']) .slds-medium-size_2-of-4,
|
|
790
|
+
:host([data-render-mode='shadow'].slds-medium-size_2-of-4) {
|
|
794
791
|
width: 50%;
|
|
795
792
|
}
|
|
796
793
|
|
|
797
|
-
.slds-medium-size_3-of-4,
|
|
798
|
-
:host(.slds-medium-size_3-of-4) {
|
|
794
|
+
:host([data-render-mode='shadow']) .slds-medium-size_3-of-4,
|
|
795
|
+
:host([data-render-mode='shadow'].slds-medium-size_3-of-4) {
|
|
799
796
|
width: 75%;
|
|
800
797
|
}
|
|
801
798
|
|
|
802
|
-
.slds-medium-size_4-of-4,
|
|
803
|
-
:host(.slds-medium-size_4-of-4) {
|
|
799
|
+
:host([data-render-mode='shadow']) .slds-medium-size_4-of-4,
|
|
800
|
+
:host([data-render-mode='shadow'].slds-medium-size_4-of-4) {
|
|
804
801
|
width: 100%;
|
|
805
802
|
}
|
|
806
803
|
|
|
807
|
-
.slds-medium-size_1-of-5,
|
|
808
|
-
:host(.slds-medium-size_1-of-5) {
|
|
804
|
+
:host([data-render-mode='shadow']) .slds-medium-size_1-of-5,
|
|
805
|
+
:host([data-render-mode='shadow'].slds-medium-size_1-of-5) {
|
|
809
806
|
width: 20%;
|
|
810
807
|
}
|
|
811
808
|
|
|
812
|
-
.slds-medium-size_2-of-5,
|
|
813
|
-
:host(.slds-medium-size_2-of-5) {
|
|
809
|
+
:host([data-render-mode='shadow']) .slds-medium-size_2-of-5,
|
|
810
|
+
:host([data-render-mode='shadow'].slds-medium-size_2-of-5) {
|
|
814
811
|
width: 40%;
|
|
815
812
|
}
|
|
816
813
|
|
|
817
|
-
.slds-medium-size_3-of-5,
|
|
818
|
-
:host(.slds-medium-size_3-of-5) {
|
|
814
|
+
:host([data-render-mode='shadow']) .slds-medium-size_3-of-5,
|
|
815
|
+
:host([data-render-mode='shadow'].slds-medium-size_3-of-5) {
|
|
819
816
|
width: 60%;
|
|
820
817
|
}
|
|
821
818
|
|
|
822
|
-
.slds-medium-size_4-of-5,
|
|
823
|
-
:host(.slds-medium-size_4-of-5) {
|
|
819
|
+
:host([data-render-mode='shadow']) .slds-medium-size_4-of-5,
|
|
820
|
+
:host([data-render-mode='shadow'].slds-medium-size_4-of-5) {
|
|
824
821
|
width: 80%;
|
|
825
822
|
}
|
|
826
823
|
|
|
827
|
-
.slds-medium-size_5-of-5,
|
|
828
|
-
:host(.slds-medium-size_5-of-5) {
|
|
824
|
+
:host([data-render-mode='shadow']) .slds-medium-size_5-of-5,
|
|
825
|
+
:host([data-render-mode='shadow'].slds-medium-size_5-of-5) {
|
|
829
826
|
width: 100%;
|
|
830
827
|
}
|
|
831
828
|
|
|
832
|
-
.slds-medium-size_1-of-6,
|
|
833
|
-
:host(.slds-medium-size_1-of-6) {
|
|
829
|
+
:host([data-render-mode='shadow']) .slds-medium-size_1-of-6,
|
|
830
|
+
:host([data-render-mode='shadow'].slds-medium-size_1-of-6) {
|
|
834
831
|
width: 16.6666666667%;
|
|
835
832
|
}
|
|
836
833
|
|
|
837
|
-
.slds-medium-size_2-of-6,
|
|
838
|
-
:host(.slds-medium-size_2-of-6) {
|
|
834
|
+
:host([data-render-mode='shadow']) .slds-medium-size_2-of-6,
|
|
835
|
+
:host([data-render-mode='shadow'].slds-medium-size_2-of-6) {
|
|
839
836
|
width: 33.3333333333%;
|
|
840
837
|
}
|
|
841
838
|
|
|
842
|
-
.slds-medium-size_3-of-6,
|
|
843
|
-
:host(.slds-medium-size_3-of-6) {
|
|
839
|
+
:host([data-render-mode='shadow']) .slds-medium-size_3-of-6,
|
|
840
|
+
:host([data-render-mode='shadow'].slds-medium-size_3-of-6) {
|
|
844
841
|
width: 50%;
|
|
845
842
|
}
|
|
846
843
|
|
|
847
|
-
.slds-medium-size_4-of-6,
|
|
848
|
-
:host(.slds-medium-size_4-of-6) {
|
|
844
|
+
:host([data-render-mode='shadow']) .slds-medium-size_4-of-6,
|
|
845
|
+
:host([data-render-mode='shadow'].slds-medium-size_4-of-6) {
|
|
849
846
|
width: 66.6666666667%;
|
|
850
847
|
}
|
|
851
848
|
|
|
852
|
-
.slds-medium-size_5-of-6,
|
|
853
|
-
:host(.slds-medium-size_5-of-6) {
|
|
849
|
+
:host([data-render-mode='shadow']) .slds-medium-size_5-of-6,
|
|
850
|
+
:host([data-render-mode='shadow'].slds-medium-size_5-of-6) {
|
|
854
851
|
width: 83.3333333333%;
|
|
855
852
|
}
|
|
856
853
|
|
|
857
|
-
.slds-medium-size_6-of-6,
|
|
858
|
-
:host(.slds-medium-size_6-of-6) {
|
|
854
|
+
:host([data-render-mode='shadow']) .slds-medium-size_6-of-6,
|
|
855
|
+
:host([data-render-mode='shadow'].slds-medium-size_6-of-6) {
|
|
859
856
|
width: 100%;
|
|
860
857
|
}
|
|
861
858
|
|
|
862
|
-
.slds-medium-size_1-of-7,
|
|
863
|
-
:host(.slds-medium-size_1-of-7) {
|
|
859
|
+
:host([data-render-mode='shadow']) .slds-medium-size_1-of-7,
|
|
860
|
+
:host([data-render-mode='shadow'].slds-medium-size_1-of-7) {
|
|
864
861
|
width: 14.2857142857%;
|
|
865
862
|
}
|
|
866
863
|
|
|
867
|
-
.slds-medium-size_2-of-7,
|
|
868
|
-
:host(.slds-medium-size_2-of-7) {
|
|
864
|
+
:host([data-render-mode='shadow']) .slds-medium-size_2-of-7,
|
|
865
|
+
:host([data-render-mode='shadow'].slds-medium-size_2-of-7) {
|
|
869
866
|
width: 28.5714285714%;
|
|
870
867
|
}
|
|
871
868
|
|
|
872
|
-
.slds-medium-size_3-of-7,
|
|
873
|
-
:host(.slds-medium-size_3-of-7) {
|
|
869
|
+
:host([data-render-mode='shadow']) .slds-medium-size_3-of-7,
|
|
870
|
+
:host([data-render-mode='shadow'].slds-medium-size_3-of-7) {
|
|
874
871
|
width: 42.8571428571%;
|
|
875
872
|
}
|
|
876
873
|
|
|
877
|
-
.slds-medium-size_4-of-7,
|
|
878
|
-
:host(.slds-medium-size_4-of-7) {
|
|
874
|
+
:host([data-render-mode='shadow']) .slds-medium-size_4-of-7,
|
|
875
|
+
:host([data-render-mode='shadow'].slds-medium-size_4-of-7) {
|
|
879
876
|
width: 57.1428571429%;
|
|
880
877
|
}
|
|
881
878
|
|
|
882
|
-
.slds-medium-size_5-of-7,
|
|
883
|
-
:host(.slds-medium-size_5-of-7) {
|
|
879
|
+
:host([data-render-mode='shadow']) .slds-medium-size_5-of-7,
|
|
880
|
+
:host([data-render-mode='shadow'].slds-medium-size_5-of-7) {
|
|
884
881
|
width: 71.4285714286%;
|
|
885
882
|
}
|
|
886
883
|
|
|
887
|
-
.slds-medium-size_6-of-7,
|
|
888
|
-
:host(.slds-medium-size_6-of-7) {
|
|
884
|
+
:host([data-render-mode='shadow']) .slds-medium-size_6-of-7,
|
|
885
|
+
:host([data-render-mode='shadow'].slds-medium-size_6-of-7) {
|
|
889
886
|
width: 85.7142857143%;
|
|
890
887
|
}
|
|
891
888
|
|
|
892
|
-
.slds-medium-size_7-of-7,
|
|
893
|
-
:host(.slds-medium-size_7-of-7) {
|
|
889
|
+
:host([data-render-mode='shadow']) .slds-medium-size_7-of-7,
|
|
890
|
+
:host([data-render-mode='shadow'].slds-medium-size_7-of-7) {
|
|
894
891
|
width: 100%;
|
|
895
892
|
}
|
|
896
893
|
|
|
897
|
-
.slds-medium-size_1-of-8,
|
|
898
|
-
:host(.slds-medium-size_1-of-8) {
|
|
894
|
+
:host([data-render-mode='shadow']) .slds-medium-size_1-of-8,
|
|
895
|
+
:host([data-render-mode='shadow'].slds-medium-size_1-of-8) {
|
|
899
896
|
width: 12.5%;
|
|
900
897
|
}
|
|
901
898
|
|
|
902
|
-
.slds-medium-size_2-of-8,
|
|
903
|
-
:host(.slds-medium-size_2-of-8) {
|
|
899
|
+
:host([data-render-mode='shadow']) .slds-medium-size_2-of-8,
|
|
900
|
+
:host([data-render-mode='shadow'].slds-medium-size_2-of-8) {
|
|
904
901
|
width: 25%;
|
|
905
902
|
}
|
|
906
903
|
|
|
907
|
-
.slds-medium-size_3-of-8,
|
|
908
|
-
:host(.slds-medium-size_3-of-8) {
|
|
904
|
+
:host([data-render-mode='shadow']) .slds-medium-size_3-of-8,
|
|
905
|
+
:host([data-render-mode='shadow'].slds-medium-size_3-of-8) {
|
|
909
906
|
width: 37.5%;
|
|
910
907
|
}
|
|
911
908
|
|
|
912
|
-
.slds-medium-size_4-of-8,
|
|
913
|
-
:host(.slds-medium-size_4-of-8) {
|
|
909
|
+
:host([data-render-mode='shadow']) .slds-medium-size_4-of-8,
|
|
910
|
+
:host([data-render-mode='shadow'].slds-medium-size_4-of-8) {
|
|
914
911
|
width: 50%;
|
|
915
912
|
}
|
|
916
913
|
|
|
917
|
-
.slds-medium-size_5-of-8,
|
|
918
|
-
:host(.slds-medium-size_5-of-8) {
|
|
914
|
+
:host([data-render-mode='shadow']) .slds-medium-size_5-of-8,
|
|
915
|
+
:host([data-render-mode='shadow'].slds-medium-size_5-of-8) {
|
|
919
916
|
width: 62.5%;
|
|
920
917
|
}
|
|
921
918
|
|
|
922
|
-
.slds-medium-size_6-of-8,
|
|
923
|
-
:host(.slds-medium-size_6-of-8) {
|
|
919
|
+
:host([data-render-mode='shadow']) .slds-medium-size_6-of-8,
|
|
920
|
+
:host([data-render-mode='shadow'].slds-medium-size_6-of-8) {
|
|
924
921
|
width: 75%;
|
|
925
922
|
}
|
|
926
923
|
|
|
927
|
-
.slds-medium-size_7-of-8,
|
|
928
|
-
:host(.slds-medium-size_7-of-8) {
|
|
924
|
+
:host([data-render-mode='shadow']) .slds-medium-size_7-of-8,
|
|
925
|
+
:host([data-render-mode='shadow'].slds-medium-size_7-of-8) {
|
|
929
926
|
width: 87.5%;
|
|
930
927
|
}
|
|
931
928
|
|
|
932
|
-
.slds-medium-size_8-of-8,
|
|
933
|
-
:host(.slds-medium-size_8-of-8) {
|
|
929
|
+
:host([data-render-mode='shadow']) .slds-medium-size_8-of-8,
|
|
930
|
+
:host([data-render-mode='shadow'].slds-medium-size_8-of-8) {
|
|
934
931
|
width: 100%;
|
|
935
932
|
}
|
|
936
933
|
|
|
937
|
-
.slds-medium-size_1-of-12,
|
|
938
|
-
:host(.slds-medium-size_1-of-12) {
|
|
934
|
+
:host([data-render-mode='shadow']) .slds-medium-size_1-of-12,
|
|
935
|
+
:host([data-render-mode='shadow'].slds-medium-size_1-of-12) {
|
|
939
936
|
width: 8.3333333333%;
|
|
940
937
|
}
|
|
941
938
|
|
|
942
|
-
.slds-medium-size_2-of-12,
|
|
943
|
-
:host(.slds-medium-size_2-of-12) {
|
|
939
|
+
:host([data-render-mode='shadow']) .slds-medium-size_2-of-12,
|
|
940
|
+
:host([data-render-mode='shadow'].slds-medium-size_2-of-12) {
|
|
944
941
|
width: 16.6666666667%;
|
|
945
942
|
}
|
|
946
943
|
|
|
947
|
-
.slds-medium-size_3-of-12,
|
|
948
|
-
:host(.slds-medium-size_3-of-12) {
|
|
944
|
+
:host([data-render-mode='shadow']) .slds-medium-size_3-of-12,
|
|
945
|
+
:host([data-render-mode='shadow'].slds-medium-size_3-of-12) {
|
|
949
946
|
width: 25%;
|
|
950
947
|
}
|
|
951
948
|
|
|
952
|
-
.slds-medium-size_4-of-12,
|
|
953
|
-
:host(.slds-medium-size_4-of-12) {
|
|
949
|
+
:host([data-render-mode='shadow']) .slds-medium-size_4-of-12,
|
|
950
|
+
:host([data-render-mode='shadow'].slds-medium-size_4-of-12) {
|
|
954
951
|
width: 33.3333333333%;
|
|
955
952
|
}
|
|
956
953
|
|
|
957
|
-
.slds-medium-size_5-of-12,
|
|
958
|
-
:host(.slds-medium-size_5-of-12) {
|
|
954
|
+
:host([data-render-mode='shadow']) .slds-medium-size_5-of-12,
|
|
955
|
+
:host([data-render-mode='shadow'].slds-medium-size_5-of-12) {
|
|
959
956
|
width: 41.6666666667%;
|
|
960
957
|
}
|
|
961
958
|
|
|
962
|
-
.slds-medium-size_6-of-12,
|
|
963
|
-
:host(.slds-medium-size_6-of-12) {
|
|
959
|
+
:host([data-render-mode='shadow']) .slds-medium-size_6-of-12,
|
|
960
|
+
:host([data-render-mode='shadow'].slds-medium-size_6-of-12) {
|
|
964
961
|
width: 50%;
|
|
965
962
|
}
|
|
966
963
|
|
|
967
|
-
.slds-medium-size_7-of-12,
|
|
968
|
-
:host(.slds-medium-size_7-of-12) {
|
|
964
|
+
:host([data-render-mode='shadow']) .slds-medium-size_7-of-12,
|
|
965
|
+
:host([data-render-mode='shadow'].slds-medium-size_7-of-12) {
|
|
969
966
|
width: 58.3333333333%;
|
|
970
967
|
}
|
|
971
968
|
|
|
972
|
-
.slds-medium-size_8-of-12,
|
|
973
|
-
:host(.slds-medium-size_8-of-12) {
|
|
969
|
+
:host([data-render-mode='shadow']) .slds-medium-size_8-of-12,
|
|
970
|
+
:host([data-render-mode='shadow'].slds-medium-size_8-of-12) {
|
|
974
971
|
width: 66.6666666667%;
|
|
975
972
|
}
|
|
976
973
|
|
|
977
|
-
.slds-medium-size_9-of-12,
|
|
978
|
-
:host(.slds-medium-size_9-of-12) {
|
|
974
|
+
:host([data-render-mode='shadow']) .slds-medium-size_9-of-12,
|
|
975
|
+
:host([data-render-mode='shadow'].slds-medium-size_9-of-12) {
|
|
979
976
|
width: 75%;
|
|
980
977
|
}
|
|
981
978
|
|
|
982
|
-
.slds-medium-size_10-of-12,
|
|
983
|
-
:host(.slds-medium-size_10-of-12) {
|
|
979
|
+
:host([data-render-mode='shadow']) .slds-medium-size_10-of-12,
|
|
980
|
+
:host([data-render-mode='shadow'].slds-medium-size_10-of-12) {
|
|
984
981
|
width: 83.3333333333%;
|
|
985
982
|
}
|
|
986
983
|
|
|
987
|
-
.slds-medium-size_11-of-12,
|
|
988
|
-
:host(.slds-medium-size_11-of-12) {
|
|
984
|
+
:host([data-render-mode='shadow']) .slds-medium-size_11-of-12,
|
|
985
|
+
:host([data-render-mode='shadow'].slds-medium-size_11-of-12) {
|
|
989
986
|
width: 91.6666666667%;
|
|
990
987
|
}
|
|
991
988
|
|
|
992
|
-
.slds-medium-size_12-of-12,
|
|
993
|
-
:host(.slds-medium-size_12-of-12) {
|
|
989
|
+
:host([data-render-mode='shadow']) .slds-medium-size_12-of-12,
|
|
990
|
+
:host([data-render-mode='shadow'].slds-medium-size_12-of-12) {
|
|
994
991
|
width: 100%;
|
|
995
992
|
}
|
|
996
993
|
|
|
997
|
-
.slds-medium-order_1,
|
|
998
|
-
:host(.slds-medium-order_1) {
|
|
994
|
+
:host([data-render-mode='shadow']) .slds-medium-order_1,
|
|
995
|
+
:host([data-render-mode='shadow'].slds-medium-order_1) {
|
|
999
996
|
order: 1;
|
|
1000
997
|
}
|
|
1001
998
|
|
|
1002
|
-
.slds-medium-order_2,
|
|
1003
|
-
:host(.slds-medium-order_2) {
|
|
999
|
+
:host([data-render-mode='shadow']) .slds-medium-order_2,
|
|
1000
|
+
:host([data-render-mode='shadow'].slds-medium-order_2) {
|
|
1004
1001
|
order: 2;
|
|
1005
1002
|
}
|
|
1006
1003
|
|
|
1007
|
-
.slds-medium-order_3,
|
|
1008
|
-
:host(.slds-medium-order_3) {
|
|
1004
|
+
:host([data-render-mode='shadow']) .slds-medium-order_3,
|
|
1005
|
+
:host([data-render-mode='shadow'].slds-medium-order_3) {
|
|
1009
1006
|
order: 3;
|
|
1010
1007
|
}
|
|
1011
1008
|
|
|
1012
|
-
.slds-medium-order_4,
|
|
1013
|
-
:host(.slds-medium-order_4) {
|
|
1009
|
+
:host([data-render-mode='shadow']) .slds-medium-order_4,
|
|
1010
|
+
:host([data-render-mode='shadow'].slds-medium-order_4) {
|
|
1014
1011
|
order: 4;
|
|
1015
1012
|
}
|
|
1016
1013
|
|
|
1017
|
-
.slds-medium-order_5,
|
|
1018
|
-
:host(.slds-medium-order_5) {
|
|
1014
|
+
:host([data-render-mode='shadow']) .slds-medium-order_5,
|
|
1015
|
+
:host([data-render-mode='shadow'].slds-medium-order_5) {
|
|
1019
1016
|
order: 5;
|
|
1020
1017
|
}
|
|
1021
1018
|
|
|
1022
|
-
.slds-medium-order_6,
|
|
1023
|
-
:host(.slds-medium-order_6) {
|
|
1019
|
+
:host([data-render-mode='shadow']) .slds-medium-order_6,
|
|
1020
|
+
:host([data-render-mode='shadow'].slds-medium-order_6) {
|
|
1024
1021
|
order: 6;
|
|
1025
1022
|
}
|
|
1026
1023
|
|
|
1027
|
-
.slds-medium-order_7,
|
|
1028
|
-
:host(.slds-medium-order_7) {
|
|
1024
|
+
:host([data-render-mode='shadow']) .slds-medium-order_7,
|
|
1025
|
+
:host([data-render-mode='shadow'].slds-medium-order_7) {
|
|
1029
1026
|
order: 7;
|
|
1030
1027
|
}
|
|
1031
1028
|
|
|
1032
|
-
.slds-medium-order_8,
|
|
1033
|
-
:host(.slds-medium-order_8) {
|
|
1029
|
+
:host([data-render-mode='shadow']) .slds-medium-order_8,
|
|
1030
|
+
:host([data-render-mode='shadow'].slds-medium-order_8) {
|
|
1034
1031
|
order: 8;
|
|
1035
1032
|
}
|
|
1036
1033
|
|
|
1037
|
-
.slds-medium-order_9,
|
|
1038
|
-
:host(.slds-medium-order_9) {
|
|
1034
|
+
:host([data-render-mode='shadow']) .slds-medium-order_9,
|
|
1035
|
+
:host([data-render-mode='shadow'].slds-medium-order_9) {
|
|
1039
1036
|
order: 9;
|
|
1040
1037
|
}
|
|
1041
1038
|
|
|
1042
|
-
.slds-medium-order_10,
|
|
1043
|
-
:host(.slds-medium-order_10) {
|
|
1039
|
+
:host([data-render-mode='shadow']) .slds-medium-order_10,
|
|
1040
|
+
:host([data-render-mode='shadow'].slds-medium-order_10) {
|
|
1044
1041
|
order: 10;
|
|
1045
1042
|
}
|
|
1046
1043
|
|
|
1047
|
-
.slds-medium-order_11,
|
|
1048
|
-
:host(.slds-medium-order_11) {
|
|
1044
|
+
:host([data-render-mode='shadow']) .slds-medium-order_11,
|
|
1045
|
+
:host([data-render-mode='shadow'].slds-medium-order_11) {
|
|
1049
1046
|
order: 11;
|
|
1050
1047
|
}
|
|
1051
1048
|
|
|
1052
|
-
.slds-medium-order_12,
|
|
1053
|
-
:host(.slds-medium-order_12) {
|
|
1049
|
+
:host([data-render-mode='shadow']) .slds-medium-order_12,
|
|
1050
|
+
:host([data-render-mode='shadow'].slds-medium-order_12) {
|
|
1054
1051
|
order: 12;
|
|
1055
1052
|
}
|
|
1056
|
-
|
|
1057
1053
|
}
|
|
1058
1054
|
|
|
1059
1055
|
/* Size Large + Order */
|
|
1060
1056
|
|
|
1061
1057
|
@media (min-width: 64em) {
|
|
1062
|
-
|
|
1063
|
-
[class*=slds-large-size_]
|
|
1064
|
-
:host([class*=slds-large-size_]) {
|
|
1058
|
+
:host([data-render-mode='shadow']) [class*='slds-large-size_'],
|
|
1059
|
+
:host([data-render-mode='shadow'][class*='slds-large-size_']) {
|
|
1065
1060
|
flex: none;
|
|
1066
1061
|
}
|
|
1067
1062
|
|
|
1068
|
-
.slds-large-size_xxx-small,
|
|
1069
|
-
:host(.slds-large-size_xxx-small) {
|
|
1063
|
+
:host([data-render-mode='shadow']) .slds-large-size_xxx-small,
|
|
1064
|
+
:host([data-render-mode='shadow'].slds-large-size_xxx-small) {
|
|
1070
1065
|
width: 3rem;
|
|
1071
1066
|
}
|
|
1072
1067
|
|
|
1073
|
-
.slds-large-size_xx-small,
|
|
1074
|
-
:host(.slds-large-size_xx-small) {
|
|
1068
|
+
:host([data-render-mode='shadow']) .slds-large-size_xx-small,
|
|
1069
|
+
:host([data-render-mode='shadow'].slds-large-size_xx-small) {
|
|
1075
1070
|
width: 6rem;
|
|
1076
1071
|
}
|
|
1077
1072
|
|
|
1078
|
-
.slds-large-size_x-small,
|
|
1079
|
-
:host(.slds-large-size_x-small) {
|
|
1073
|
+
:host([data-render-mode='shadow']) .slds-large-size_x-small,
|
|
1074
|
+
:host([data-render-mode='shadow'].slds-large-size_x-small) {
|
|
1080
1075
|
width: 12rem;
|
|
1081
1076
|
}
|
|
1082
1077
|
|
|
1083
|
-
.slds-large-size_small,
|
|
1084
|
-
:host(.slds-large-size_small) {
|
|
1078
|
+
:host([data-render-mode='shadow']) .slds-large-size_small,
|
|
1079
|
+
:host([data-render-mode='shadow'].slds-large-size_small) {
|
|
1085
1080
|
width: 15rem;
|
|
1086
1081
|
}
|
|
1087
1082
|
|
|
1088
|
-
.slds-large-size_medium,
|
|
1089
|
-
:host(.slds-large-size_medium) {
|
|
1083
|
+
:host([data-render-mode='shadow']) .slds-large-size_medium,
|
|
1084
|
+
:host([data-render-mode='shadow'].slds-large-size_medium) {
|
|
1090
1085
|
width: 20rem;
|
|
1091
1086
|
}
|
|
1092
1087
|
|
|
1093
|
-
.slds-large-size_large,
|
|
1094
|
-
:host(.slds-large-size_large) {
|
|
1088
|
+
:host([data-render-mode='shadow']) .slds-large-size_large,
|
|
1089
|
+
:host([data-render-mode='shadow'].slds-large-size_large) {
|
|
1095
1090
|
width: 25rem;
|
|
1096
1091
|
}
|
|
1097
1092
|
|
|
1098
|
-
.slds-large-size_x-large,
|
|
1099
|
-
:host(.slds-large-size_x-large) {
|
|
1093
|
+
:host([data-render-mode='shadow']) .slds-large-size_x-large,
|
|
1094
|
+
:host([data-render-mode='shadow'].slds-large-size_x-large) {
|
|
1100
1095
|
width: 40rem;
|
|
1101
1096
|
}
|
|
1102
1097
|
|
|
1103
|
-
.slds-large-size_xx-large,
|
|
1104
|
-
:host(.slds-large-size_xx-large) {
|
|
1098
|
+
:host([data-render-mode='shadow']) .slds-large-size_xx-large,
|
|
1099
|
+
:host([data-render-mode='shadow'].slds-large-size_xx-large) {
|
|
1105
1100
|
width: 60rem;
|
|
1106
1101
|
}
|
|
1107
1102
|
|
|
1108
|
-
.slds-large-size_1-of-1,
|
|
1109
|
-
:host(.slds-large-size_1-of-1) {
|
|
1103
|
+
:host([data-render-mode='shadow']) .slds-large-size_1-of-1,
|
|
1104
|
+
:host([data-render-mode='shadow'].slds-large-size_1-of-1) {
|
|
1110
1105
|
width: 100%;
|
|
1111
1106
|
}
|
|
1112
1107
|
|
|
1113
|
-
.slds-large-size_1-of-2,
|
|
1114
|
-
:host(.slds-large-size_1-of-2) {
|
|
1108
|
+
:host([data-render-mode='shadow']) .slds-large-size_1-of-2,
|
|
1109
|
+
:host([data-render-mode='shadow'].slds-large-size_1-of-2) {
|
|
1115
1110
|
width: 50%;
|
|
1116
1111
|
}
|
|
1117
1112
|
|
|
1118
|
-
.slds-large-size_2-of-2,
|
|
1119
|
-
:host(.slds-large-size_2-of-2) {
|
|
1113
|
+
:host([data-render-mode='shadow']) .slds-large-size_2-of-2,
|
|
1114
|
+
:host([data-render-mode='shadow'].slds-large-size_2-of-2) {
|
|
1120
1115
|
width: 100%;
|
|
1121
1116
|
}
|
|
1122
1117
|
|
|
1123
|
-
.slds-large-size_1-of-3,
|
|
1124
|
-
:host(.slds-large-size_1-of-3) {
|
|
1118
|
+
:host([data-render-mode='shadow']) .slds-large-size_1-of-3,
|
|
1119
|
+
:host([data-render-mode='shadow'].slds-large-size_1-of-3) {
|
|
1125
1120
|
width: 33.3333333333%;
|
|
1126
1121
|
}
|
|
1127
1122
|
|
|
1128
|
-
.slds-large-size_2-of-3,
|
|
1129
|
-
:host(.slds-large-size_2-of-3) {
|
|
1123
|
+
:host([data-render-mode='shadow']) .slds-large-size_2-of-3,
|
|
1124
|
+
:host([data-render-mode='shadow'].slds-large-size_2-of-3) {
|
|
1130
1125
|
width: 66.6666666667%;
|
|
1131
1126
|
}
|
|
1132
1127
|
|
|
1133
|
-
.slds-large-size_3-of-3,
|
|
1134
|
-
:host(.slds-large-size_3-of-3) {
|
|
1128
|
+
:host([data-render-mode='shadow']) .slds-large-size_3-of-3,
|
|
1129
|
+
:host([data-render-mode='shadow'].slds-large-size_3-of-3) {
|
|
1135
1130
|
width: 100%;
|
|
1136
1131
|
}
|
|
1137
1132
|
|
|
1138
|
-
.slds-large-size_1-of-4,
|
|
1139
|
-
:host(.slds-large-size_1-of-4) {
|
|
1133
|
+
:host([data-render-mode='shadow']) .slds-large-size_1-of-4,
|
|
1134
|
+
:host([data-render-mode='shadow'].slds-large-size_1-of-4) {
|
|
1140
1135
|
width: 25%;
|
|
1141
1136
|
}
|
|
1142
1137
|
|
|
1143
|
-
.slds-large-size_2-of-4,
|
|
1144
|
-
:host(.slds-large-size_2-of-4) {
|
|
1138
|
+
:host([data-render-mode='shadow']) .slds-large-size_2-of-4,
|
|
1139
|
+
:host([data-render-mode='shadow'].slds-large-size_2-of-4) {
|
|
1145
1140
|
width: 50%;
|
|
1146
1141
|
}
|
|
1147
1142
|
|
|
1148
|
-
.slds-large-size_3-of-4,
|
|
1149
|
-
:host(.slds-large-size_3-of-4) {
|
|
1143
|
+
:host([data-render-mode='shadow']) .slds-large-size_3-of-4,
|
|
1144
|
+
:host([data-render-mode='shadow'].slds-large-size_3-of-4) {
|
|
1150
1145
|
width: 75%;
|
|
1151
1146
|
}
|
|
1152
1147
|
|
|
1153
|
-
.slds-large-size_4-of-4,
|
|
1154
|
-
:host(.slds-large-size_4-of-4) {
|
|
1148
|
+
:host([data-render-mode='shadow']) .slds-large-size_4-of-4,
|
|
1149
|
+
:host([data-render-mode='shadow'].slds-large-size_4-of-4) {
|
|
1155
1150
|
width: 100%;
|
|
1156
1151
|
}
|
|
1157
1152
|
|
|
1158
|
-
.slds-large-size_1-of-5,
|
|
1159
|
-
:host(.slds-large-size_1-of-5) {
|
|
1153
|
+
:host([data-render-mode='shadow']) .slds-large-size_1-of-5,
|
|
1154
|
+
:host([data-render-mode='shadow'].slds-large-size_1-of-5) {
|
|
1160
1155
|
width: 20%;
|
|
1161
1156
|
}
|
|
1162
1157
|
|
|
1163
|
-
.slds-large-size_2-of-5,
|
|
1164
|
-
:host(.slds-large-size_2-of-5) {
|
|
1158
|
+
:host([data-render-mode='shadow']) .slds-large-size_2-of-5,
|
|
1159
|
+
:host([data-render-mode='shadow'].slds-large-size_2-of-5) {
|
|
1165
1160
|
width: 40%;
|
|
1166
1161
|
}
|
|
1167
1162
|
|
|
1168
|
-
.slds-large-size_3-of-5,
|
|
1169
|
-
:host(.slds-large-size_3-of-5) {
|
|
1163
|
+
:host([data-render-mode='shadow']) .slds-large-size_3-of-5,
|
|
1164
|
+
:host([data-render-mode='shadow'].slds-large-size_3-of-5) {
|
|
1170
1165
|
width: 60%;
|
|
1171
1166
|
}
|
|
1172
1167
|
|
|
1173
|
-
.slds-large-size_4-of-5,
|
|
1174
|
-
:host(.slds-large-size_4-of-5) {
|
|
1168
|
+
:host([data-render-mode='shadow']) .slds-large-size_4-of-5,
|
|
1169
|
+
:host([data-render-mode='shadow'].slds-large-size_4-of-5) {
|
|
1175
1170
|
width: 80%;
|
|
1176
1171
|
}
|
|
1177
1172
|
|
|
1178
|
-
.slds-large-size_5-of-5,
|
|
1179
|
-
:host(.slds-large-size_5-of-5) {
|
|
1173
|
+
:host([data-render-mode='shadow']) .slds-large-size_5-of-5,
|
|
1174
|
+
:host([data-render-mode='shadow'].slds-large-size_5-of-5) {
|
|
1180
1175
|
width: 100%;
|
|
1181
1176
|
}
|
|
1182
1177
|
|
|
1183
|
-
.slds-large-size_1-of-6,
|
|
1184
|
-
:host(.slds-large-size_1-of-6) {
|
|
1178
|
+
:host([data-render-mode='shadow']) .slds-large-size_1-of-6,
|
|
1179
|
+
:host([data-render-mode='shadow'].slds-large-size_1-of-6) {
|
|
1185
1180
|
width: 16.6666666667%;
|
|
1186
1181
|
}
|
|
1187
1182
|
|
|
1188
|
-
.slds-large-size_2-of-6,
|
|
1189
|
-
:host(.slds-large-size_2-of-6) {
|
|
1183
|
+
:host([data-render-mode='shadow']) .slds-large-size_2-of-6,
|
|
1184
|
+
:host([data-render-mode='shadow'].slds-large-size_2-of-6) {
|
|
1190
1185
|
width: 33.3333333333%;
|
|
1191
1186
|
}
|
|
1192
1187
|
|
|
1193
|
-
.slds-large-size_3-of-6,
|
|
1194
|
-
:host(.slds-large-size_3-of-6) {
|
|
1188
|
+
:host([data-render-mode='shadow']) .slds-large-size_3-of-6,
|
|
1189
|
+
:host([data-render-mode='shadow'].slds-large-size_3-of-6) {
|
|
1195
1190
|
width: 50%;
|
|
1196
1191
|
}
|
|
1197
1192
|
|
|
1198
|
-
.slds-large-size_4-of-6,
|
|
1199
|
-
:host(.slds-large-size_4-of-6) {
|
|
1193
|
+
:host([data-render-mode='shadow']) .slds-large-size_4-of-6,
|
|
1194
|
+
:host([data-render-mode='shadow'].slds-large-size_4-of-6) {
|
|
1200
1195
|
width: 66.6666666667%;
|
|
1201
1196
|
}
|
|
1202
1197
|
|
|
1203
|
-
.slds-large-size_5-of-6,
|
|
1204
|
-
:host(.slds-large-size_5-of-6) {
|
|
1198
|
+
:host([data-render-mode='shadow']) .slds-large-size_5-of-6,
|
|
1199
|
+
:host([data-render-mode='shadow'].slds-large-size_5-of-6) {
|
|
1205
1200
|
width: 83.3333333333%;
|
|
1206
1201
|
}
|
|
1207
1202
|
|
|
1208
|
-
.slds-large-size_6-of-6,
|
|
1209
|
-
:host(.slds-large-size_6-of-6) {
|
|
1203
|
+
:host([data-render-mode='shadow']) .slds-large-size_6-of-6,
|
|
1204
|
+
:host([data-render-mode='shadow'].slds-large-size_6-of-6) {
|
|
1210
1205
|
width: 100%;
|
|
1211
1206
|
}
|
|
1212
1207
|
|
|
1213
|
-
.slds-large-size_1-of-7,
|
|
1214
|
-
:host(.slds-large-size_1-of-7) {
|
|
1208
|
+
:host([data-render-mode='shadow']) .slds-large-size_1-of-7,
|
|
1209
|
+
:host([data-render-mode='shadow'].slds-large-size_1-of-7) {
|
|
1215
1210
|
width: 14.2857142857%;
|
|
1216
1211
|
}
|
|
1217
1212
|
|
|
1218
|
-
.slds-large-size_2-of-7,
|
|
1219
|
-
:host(.slds-large-size_2-of-7) {
|
|
1213
|
+
:host([data-render-mode='shadow']) .slds-large-size_2-of-7,
|
|
1214
|
+
:host([data-render-mode='shadow'].slds-large-size_2-of-7) {
|
|
1220
1215
|
width: 28.5714285714%;
|
|
1221
1216
|
}
|
|
1222
1217
|
|
|
1223
|
-
.slds-large-size_3-of-7,
|
|
1224
|
-
:host(.slds-large-size_3-of-7) {
|
|
1218
|
+
:host([data-render-mode='shadow']) .slds-large-size_3-of-7,
|
|
1219
|
+
:host([data-render-mode='shadow'].slds-large-size_3-of-7) {
|
|
1225
1220
|
width: 42.8571428571%;
|
|
1226
1221
|
}
|
|
1227
1222
|
|
|
1228
|
-
.slds-large-size_4-of-7,
|
|
1229
|
-
:host(.slds-large-size_4-of-7) {
|
|
1223
|
+
:host([data-render-mode='shadow']) .slds-large-size_4-of-7,
|
|
1224
|
+
:host([data-render-mode='shadow'].slds-large-size_4-of-7) {
|
|
1230
1225
|
width: 57.1428571429%;
|
|
1231
1226
|
}
|
|
1232
1227
|
|
|
1233
|
-
.slds-large-size_5-of-7,
|
|
1234
|
-
:host(.slds-large-size_5-of-7) {
|
|
1228
|
+
:host([data-render-mode='shadow']) .slds-large-size_5-of-7,
|
|
1229
|
+
:host([data-render-mode='shadow'].slds-large-size_5-of-7) {
|
|
1235
1230
|
width: 71.4285714286%;
|
|
1236
1231
|
}
|
|
1237
1232
|
|
|
1238
|
-
.slds-large-size_6-of-7,
|
|
1239
|
-
:host(.slds-large-size_6-of-7) {
|
|
1233
|
+
:host([data-render-mode='shadow']) .slds-large-size_6-of-7,
|
|
1234
|
+
:host([data-render-mode='shadow'].slds-large-size_6-of-7) {
|
|
1240
1235
|
width: 85.7142857143%;
|
|
1241
1236
|
}
|
|
1242
1237
|
|
|
1243
|
-
.slds-large-size_7-of-7,
|
|
1244
|
-
:host(.slds-large-size_7-of-7) {
|
|
1238
|
+
:host([data-render-mode='shadow']) .slds-large-size_7-of-7,
|
|
1239
|
+
:host([data-render-mode='shadow'].slds-large-size_7-of-7) {
|
|
1245
1240
|
width: 100%;
|
|
1246
1241
|
}
|
|
1247
1242
|
|
|
1248
|
-
.slds-large-size_1-of-8,
|
|
1249
|
-
:host(.slds-large-size_1-of-8) {
|
|
1243
|
+
:host([data-render-mode='shadow']) .slds-large-size_1-of-8,
|
|
1244
|
+
:host([data-render-mode='shadow'].slds-large-size_1-of-8) {
|
|
1250
1245
|
width: 12.5%;
|
|
1251
1246
|
}
|
|
1252
1247
|
|
|
1253
|
-
.slds-large-size_2-of-8,
|
|
1254
|
-
:host(.slds-large-size_2-of-8) {
|
|
1248
|
+
:host([data-render-mode='shadow']) .slds-large-size_2-of-8,
|
|
1249
|
+
:host([data-render-mode='shadow'].slds-large-size_2-of-8) {
|
|
1255
1250
|
width: 25%;
|
|
1256
1251
|
}
|
|
1257
1252
|
|
|
1258
|
-
.slds-large-size_3-of-8,
|
|
1259
|
-
:host(.slds-large-size_3-of-8) {
|
|
1253
|
+
:host([data-render-mode='shadow']) .slds-large-size_3-of-8,
|
|
1254
|
+
:host([data-render-mode='shadow'].slds-large-size_3-of-8) {
|
|
1260
1255
|
width: 37.5%;
|
|
1261
1256
|
}
|
|
1262
1257
|
|
|
1263
|
-
.slds-large-size_4-of-8,
|
|
1264
|
-
:host(.slds-large-size_4-of-8) {
|
|
1258
|
+
:host([data-render-mode='shadow']) .slds-large-size_4-of-8,
|
|
1259
|
+
:host([data-render-mode='shadow'].slds-large-size_4-of-8) {
|
|
1265
1260
|
width: 50%;
|
|
1266
1261
|
}
|
|
1267
1262
|
|
|
1268
|
-
.slds-large-size_5-of-8,
|
|
1269
|
-
:host(.slds-large-size_5-of-8) {
|
|
1263
|
+
:host([data-render-mode='shadow']) .slds-large-size_5-of-8,
|
|
1264
|
+
:host([data-render-mode='shadow'].slds-large-size_5-of-8) {
|
|
1270
1265
|
width: 62.5%;
|
|
1271
1266
|
}
|
|
1272
1267
|
|
|
1273
|
-
.slds-large-size_6-of-8,
|
|
1274
|
-
:host(.slds-large-size_6-of-8) {
|
|
1268
|
+
:host([data-render-mode='shadow']) .slds-large-size_6-of-8,
|
|
1269
|
+
:host([data-render-mode='shadow'].slds-large-size_6-of-8) {
|
|
1275
1270
|
width: 75%;
|
|
1276
1271
|
}
|
|
1277
1272
|
|
|
1278
|
-
.slds-large-size_7-of-8,
|
|
1279
|
-
:host(.slds-large-size_7-of-8) {
|
|
1273
|
+
:host([data-render-mode='shadow']) .slds-large-size_7-of-8,
|
|
1274
|
+
:host([data-render-mode='shadow'].slds-large-size_7-of-8) {
|
|
1280
1275
|
width: 87.5%;
|
|
1281
1276
|
}
|
|
1282
1277
|
|
|
1283
|
-
.slds-large-size_8-of-8,
|
|
1284
|
-
:host(.slds-large-size_8-of-8) {
|
|
1278
|
+
:host([data-render-mode='shadow']) .slds-large-size_8-of-8,
|
|
1279
|
+
:host([data-render-mode='shadow'].slds-large-size_8-of-8) {
|
|
1285
1280
|
width: 100%;
|
|
1286
1281
|
}
|
|
1287
1282
|
|
|
1288
|
-
.slds-large-size_1-of-12,
|
|
1289
|
-
:host(.slds-large-size_1-of-12) {
|
|
1283
|
+
:host([data-render-mode='shadow']) .slds-large-size_1-of-12,
|
|
1284
|
+
:host([data-render-mode='shadow'].slds-large-size_1-of-12) {
|
|
1290
1285
|
width: 8.3333333333%;
|
|
1291
1286
|
}
|
|
1292
1287
|
|
|
1293
|
-
.slds-large-size_2-of-12,
|
|
1294
|
-
:host(.slds-large-size_2-of-12) {
|
|
1288
|
+
:host([data-render-mode='shadow']) .slds-large-size_2-of-12,
|
|
1289
|
+
:host([data-render-mode='shadow'].slds-large-size_2-of-12) {
|
|
1295
1290
|
width: 16.6666666667%;
|
|
1296
1291
|
}
|
|
1297
1292
|
|
|
1298
|
-
.slds-large-size_3-of-12,
|
|
1299
|
-
:host(.slds-large-size_3-of-12) {
|
|
1293
|
+
:host([data-render-mode='shadow']) .slds-large-size_3-of-12,
|
|
1294
|
+
:host([data-render-mode='shadow'].slds-large-size_3-of-12) {
|
|
1300
1295
|
width: 25%;
|
|
1301
1296
|
}
|
|
1302
1297
|
|
|
1303
|
-
.slds-large-size_4-of-12,
|
|
1304
|
-
:host(.slds-large-size_4-of-12) {
|
|
1298
|
+
:host([data-render-mode='shadow']) .slds-large-size_4-of-12,
|
|
1299
|
+
:host([data-render-mode='shadow'].slds-large-size_4-of-12) {
|
|
1305
1300
|
width: 33.3333333333%;
|
|
1306
1301
|
}
|
|
1307
1302
|
|
|
1308
|
-
.slds-large-size_5-of-12,
|
|
1309
|
-
:host(.slds-large-size_5-of-12) {
|
|
1303
|
+
:host([data-render-mode='shadow']) .slds-large-size_5-of-12,
|
|
1304
|
+
:host([data-render-mode='shadow'].slds-large-size_5-of-12) {
|
|
1310
1305
|
width: 41.6666666667%;
|
|
1311
1306
|
}
|
|
1312
1307
|
|
|
1313
|
-
.slds-large-size_6-of-12,
|
|
1314
|
-
:host(.slds-large-size_6-of-12) {
|
|
1308
|
+
:host([data-render-mode='shadow']) .slds-large-size_6-of-12,
|
|
1309
|
+
:host([data-render-mode='shadow'].slds-large-size_6-of-12) {
|
|
1315
1310
|
width: 50%;
|
|
1316
1311
|
}
|
|
1317
1312
|
|
|
1318
|
-
.slds-large-size_7-of-12,
|
|
1319
|
-
:host(.slds-large-size_7-of-12) {
|
|
1313
|
+
:host([data-render-mode='shadow']) .slds-large-size_7-of-12,
|
|
1314
|
+
:host([data-render-mode='shadow'].slds-large-size_7-of-12) {
|
|
1320
1315
|
width: 58.3333333333%;
|
|
1321
1316
|
}
|
|
1322
1317
|
|
|
1323
|
-
.slds-large-size_8-of-12,
|
|
1324
|
-
:host(.slds-large-size_8-of-12) {
|
|
1318
|
+
:host([data-render-mode='shadow']) .slds-large-size_8-of-12,
|
|
1319
|
+
:host([data-render-mode='shadow'].slds-large-size_8-of-12) {
|
|
1325
1320
|
width: 66.6666666667%;
|
|
1326
1321
|
}
|
|
1327
1322
|
|
|
1328
|
-
.slds-large-size_9-of-12,
|
|
1329
|
-
:host(.slds-large-size_9-of-12) {
|
|
1323
|
+
:host([data-render-mode='shadow']) .slds-large-size_9-of-12,
|
|
1324
|
+
:host([data-render-mode='shadow'].slds-large-size_9-of-12) {
|
|
1330
1325
|
width: 75%;
|
|
1331
1326
|
}
|
|
1332
1327
|
|
|
1333
|
-
.slds-large-size_10-of-12,
|
|
1334
|
-
:host(.slds-large-size_10-of-12) {
|
|
1328
|
+
:host([data-render-mode='shadow']) .slds-large-size_10-of-12,
|
|
1329
|
+
:host([data-render-mode='shadow'].slds-large-size_10-of-12) {
|
|
1335
1330
|
width: 83.3333333333%;
|
|
1336
1331
|
}
|
|
1337
1332
|
|
|
1338
|
-
.slds-large-size_11-of-12,
|
|
1339
|
-
:host(.slds-large-size_11-of-12) {
|
|
1333
|
+
:host([data-render-mode='shadow']) .slds-large-size_11-of-12,
|
|
1334
|
+
:host([data-render-mode='shadow'].slds-large-size_11-of-12) {
|
|
1340
1335
|
width: 91.6666666667%;
|
|
1341
1336
|
}
|
|
1342
1337
|
|
|
1343
|
-
.slds-large-size_12-of-12,
|
|
1344
|
-
:host(.slds-large-size_12-of-12) {
|
|
1338
|
+
:host([data-render-mode='shadow']) .slds-large-size_12-of-12,
|
|
1339
|
+
:host([data-render-mode='shadow'].slds-large-size_12-of-12) {
|
|
1345
1340
|
width: 100%;
|
|
1346
1341
|
}
|
|
1347
1342
|
|
|
1348
|
-
.slds-large-order_1,
|
|
1349
|
-
:host(.slds-large-order_1) {
|
|
1343
|
+
:host([data-render-mode='shadow']) .slds-large-order_1,
|
|
1344
|
+
:host([data-render-mode='shadow'].slds-large-order_1) {
|
|
1350
1345
|
order: 1;
|
|
1351
1346
|
}
|
|
1352
1347
|
|
|
1353
|
-
.slds-large-order_2,
|
|
1354
|
-
:host(.slds-large-order_2) {
|
|
1348
|
+
:host([data-render-mode='shadow']) .slds-large-order_2,
|
|
1349
|
+
:host([data-render-mode='shadow'].slds-large-order_2) {
|
|
1355
1350
|
order: 2;
|
|
1356
1351
|
}
|
|
1357
1352
|
|
|
1358
|
-
.slds-large-order_3,
|
|
1359
|
-
:host(.slds-large-order_3) {
|
|
1353
|
+
:host([data-render-mode='shadow']) .slds-large-order_3,
|
|
1354
|
+
:host([data-render-mode='shadow'].slds-large-order_3) {
|
|
1360
1355
|
order: 3;
|
|
1361
1356
|
}
|
|
1362
1357
|
|
|
1363
|
-
.slds-large-order_4,
|
|
1364
|
-
:host(.slds-large-order_4) {
|
|
1358
|
+
:host([data-render-mode='shadow']) .slds-large-order_4,
|
|
1359
|
+
:host([data-render-mode='shadow'].slds-large-order_4) {
|
|
1365
1360
|
order: 4;
|
|
1366
1361
|
}
|
|
1367
1362
|
|
|
1368
|
-
.slds-large-order_5,
|
|
1369
|
-
:host(.slds-large-order_5) {
|
|
1363
|
+
:host([data-render-mode='shadow']) .slds-large-order_5,
|
|
1364
|
+
:host([data-render-mode='shadow'].slds-large-order_5) {
|
|
1370
1365
|
order: 5;
|
|
1371
1366
|
}
|
|
1372
1367
|
|
|
1373
|
-
.slds-large-order_6,
|
|
1374
|
-
:host(.slds-large-order_6) {
|
|
1368
|
+
:host([data-render-mode='shadow']) .slds-large-order_6,
|
|
1369
|
+
:host([data-render-mode='shadow'].slds-large-order_6) {
|
|
1375
1370
|
order: 6;
|
|
1376
1371
|
}
|
|
1377
1372
|
|
|
1378
|
-
.slds-large-order_7,
|
|
1379
|
-
:host(.slds-large-order_7) {
|
|
1373
|
+
:host([data-render-mode='shadow']) .slds-large-order_7,
|
|
1374
|
+
:host([data-render-mode='shadow'].slds-large-order_7) {
|
|
1380
1375
|
order: 7;
|
|
1381
1376
|
}
|
|
1382
1377
|
|
|
1383
|
-
.slds-large-order_8,
|
|
1384
|
-
:host(.slds-large-order_8) {
|
|
1378
|
+
:host([data-render-mode='shadow']) .slds-large-order_8,
|
|
1379
|
+
:host([data-render-mode='shadow'].slds-large-order_8) {
|
|
1385
1380
|
order: 8;
|
|
1386
1381
|
}
|
|
1387
1382
|
|
|
1388
|
-
.slds-large-order_9,
|
|
1389
|
-
:host(.slds-large-order_9) {
|
|
1383
|
+
:host([data-render-mode='shadow']) .slds-large-order_9,
|
|
1384
|
+
:host([data-render-mode='shadow'].slds-large-order_9) {
|
|
1390
1385
|
order: 9;
|
|
1391
1386
|
}
|
|
1392
1387
|
|
|
1393
|
-
.slds-large-order_10,
|
|
1394
|
-
:host(.slds-large-order_10) {
|
|
1388
|
+
:host([data-render-mode='shadow']) .slds-large-order_10,
|
|
1389
|
+
:host([data-render-mode='shadow'].slds-large-order_10) {
|
|
1395
1390
|
order: 10;
|
|
1396
1391
|
}
|
|
1397
1392
|
|
|
1398
|
-
.slds-large-order_11,
|
|
1399
|
-
:host(.slds-large-order_11) {
|
|
1393
|
+
:host([data-render-mode='shadow']) .slds-large-order_11,
|
|
1394
|
+
:host([data-render-mode='shadow'].slds-large-order_11) {
|
|
1400
1395
|
order: 11;
|
|
1401
1396
|
}
|
|
1402
1397
|
|
|
1403
|
-
.slds-large-order_12,
|
|
1404
|
-
:host(.slds-large-order_12) {
|
|
1398
|
+
:host([data-render-mode='shadow']) .slds-large-order_12,
|
|
1399
|
+
:host([data-render-mode='shadow'].slds-large-order_12) {
|
|
1405
1400
|
order: 12;
|
|
1406
1401
|
}
|
|
1407
|
-
|
|
1408
1402
|
}
|