This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * @license | |
| * Copyright 2019 Google LLC | |
| * SPDX-License-Identifier: BSD-3-Clause | |
| */ | |
| const NODE_MODE$1 = false; | |
| // Allows minifiers to rename references to globalThis | |
| const global$2 = globalThis; | |
| /** | |
| * Whether the current browser supports `adoptedStyleSheets`. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const NODE_MODE$1 = false; | |
| const global$2 = globalThis; | |
| const supportsAdoptingStyleSheets = global$2.ShadowRoot && | |
| (global$2.ShadyCSS === undefined || global$2.ShadyCSS.nativeShadow) && | |
| 'adoptedStyleSheets' in Document.prototype && | |
| 'replace' in CSSStyleSheet.prototype; | |
| const constructionToken = Symbol(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const NODE_MODE$1 = false; | |
| const global$2 = globalThis; | |
| const supportsAdoptingStyleSheets = global$2.ShadowRoot && | |
| (global$2.ShadyCSS === undefined || global$2.ShadyCSS.nativeShadow) && | |
| 'adoptedStyleSheets' in Document.prototype && | |
| 'replace' in CSSStyleSheet.prototype; | |
| const constructionToken = Symbol(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <commerce_builder-checkout-payment-salesforce class="lwc-2j5p0v1i8ah lwc-740crqttth4-host" data-solo-credit-card=""> | |
| <div class="lwc-740crqttth4 slds-hide" data-checkout-payment-salesforce-edit=""> | |
| <div class="lwc-740crqttth4 slds-p-top_small billing-address"> | |
| <fieldset class="lwc-740crqttth4" name="billing-address"> | |
| <commerce_unified_checkout-billing-address-group class="lwc-740crqttth4" data-billing-address-group=""> | |
| <h3 class="slds-text-heading_small slds-p-bottom_medium">Billing Address</h3> | |
| <lightning-input data-use-same-shipping-address="" checked="" class="slds-form-element" lwc-6o8rhidlqpi-host=""> | |
| <lightning-primitive-input-checkbox lwc-6o8rhidlqpi="" exportparts="indicator" checked="" variant="standard" lwc-58oju4proqp-host=""> | |
| <div lwc-58oju4proqp="" class="slds-form-element__control slds-grow"> | |
| <span lwc-58oju4proqp="" class="slds-checkbox" part="input-checkbox"> |
OlderNewer