@designcrowd/fe-shared-lib 1.2.11-ast-upsell-2 → 1.2.11-ast-upsell-3
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/package.json
CHANGED
|
@@ -189,24 +189,7 @@
|
|
|
189
189
|
<div v-else class="tw-font-sans">
|
|
190
190
|
<div v-if="!isCustomDomainActive && !hasPurchasedDomains" class="tw-mb-6 tw-text-left">
|
|
191
191
|
<slot name="upsellContainer" />
|
|
192
|
-
<div class="tw
|
|
193
|
-
<SellDomainNameSearchWithResults
|
|
194
|
-
:is-design-com="isDesignCom"
|
|
195
|
-
:initial-search-term="searchText"
|
|
196
|
-
:currency="userCurrency"
|
|
197
|
-
:display-result-limit="4"
|
|
198
|
-
:domain-search-location="sitePublishedModal"
|
|
199
|
-
@on-change-search="onSearchTextChanged"
|
|
200
|
-
@on-buy-now-click="onBuyNowClick"
|
|
201
|
-
/>
|
|
202
|
-
</div>
|
|
203
|
-
<Button
|
|
204
|
-
:label="viewMoreDomainLabel"
|
|
205
|
-
variant="no-border"
|
|
206
|
-
size="small-medium"
|
|
207
|
-
class="tw-text-center"
|
|
208
|
-
@on-click="onViewMore"
|
|
209
|
-
/>
|
|
192
|
+
<div class="tw?
|
|
210
193
|
</div>
|
|
211
194
|
<div class="tw-px-4 tw-text-center" :class="{ 'lg:tw-px-20': hasPurchasedDomains }">
|
|
212
195
|
<TextCopyField
|