@designcrowd/fe-shared-lib 1.2.28 → 1.3.1
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/dist/css/tailwind-brandCrowd.css +6 -0
- package/dist/css/tailwind-brandPage.css +6 -0
- package/dist/css/tailwind-crazyDomains.css +6 -0
- package/dist/css/tailwind-designCom.css +6 -0
- package/dist/css/tailwind-designCrowd.css +6 -0
- package/package.json +1 -1
- package/public/css/tailwind-brandCrowd.css +2414 -0
- package/public/css/tailwind-brandPage.css +2098 -0
- package/public/css/tailwind-crazyDomains.css +2414 -0
- package/public/css/tailwind-designCom.css +2414 -0
- package/public/css/tailwind-designCrowd.css +2414 -0
- package/src/atoms/components/Modal/Modal.vue +6 -1
- package/src/atoms/components/Price/i18n/price.fr-CA.json +6 -0
- package/src/atoms/components/Price/i18n/price.pt-BR.json +6 -0
- package/src/bundles/bundled-translations.de-DE.json +1 -1
- package/src/bundles/bundled-translations.fr-CA.json +104 -1
- package/src/bundles/bundled-translations.pt-BR.json +104 -1
- package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.fr-CA.json +10 -0
- package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.pt-BR.json +10 -0
- package/src/experiences/components/PublishBrandPageModal/PublishBrandPageCard.vue +2 -2
- package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.vue +36 -16
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.fr-CA.json +24 -0
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.pt-BR.json +24 -0
- package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.fr-CA.json +8 -0
- package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.pt-BR.json +8 -0
- package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.fr-CA.json +6 -0
- package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.pt-BR.json +6 -0
- package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.fr-CA.json +6 -0
- package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.pt-BR.json +6 -0
- package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.fr-CA.json +8 -0
- package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.pt-BR.json +8 -0
- package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.fr-CA.json +6 -0
- package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.pt-BR.json +6 -0
- package/src/experiences/components/SellDomainNameSearchWithResults/SellDomainNameSearchWithResults.vue +25 -0
- package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.fr-CA.json +8 -0
- package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.pt-BR.json +8 -0
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.de-DE.json +1 -1
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.fr-CA.json +34 -0
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.pt-BR.json +34 -0
- package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.fr-CA.json +8 -0
- package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.pt-BR.json +8 -0
|
@@ -1603,6 +1603,9 @@ video {
|
|
|
1603
1603
|
.tw-p-4 {
|
|
1604
1604
|
padding: 1rem;
|
|
1605
1605
|
}
|
|
1606
|
+
.tw-p-5 {
|
|
1607
|
+
padding: 1.25rem;
|
|
1608
|
+
}
|
|
1606
1609
|
.tw-p-6 {
|
|
1607
1610
|
padding: 1.5rem;
|
|
1608
1611
|
}
|
|
@@ -1738,6 +1741,9 @@ video {
|
|
|
1738
1741
|
.tw-pt-2 {
|
|
1739
1742
|
padding-top: 0.5rem;
|
|
1740
1743
|
}
|
|
1744
|
+
.tw-pt-4 {
|
|
1745
|
+
padding-top: 1rem;
|
|
1746
|
+
}
|
|
1741
1747
|
.tw-pt-6 {
|
|
1742
1748
|
padding-top: 1.5rem;
|
|
1743
1749
|
}
|
|
@@ -1451,6 +1451,9 @@ video {
|
|
|
1451
1451
|
.tw-p-4 {
|
|
1452
1452
|
padding: 1rem;
|
|
1453
1453
|
}
|
|
1454
|
+
.tw-p-5 {
|
|
1455
|
+
padding: 1.25rem;
|
|
1456
|
+
}
|
|
1454
1457
|
.tw-p-6 {
|
|
1455
1458
|
padding: 1.5rem;
|
|
1456
1459
|
}
|
|
@@ -1586,6 +1589,9 @@ video {
|
|
|
1586
1589
|
.tw-pt-2 {
|
|
1587
1590
|
padding-top: 0.5rem;
|
|
1588
1591
|
}
|
|
1592
|
+
.tw-pt-4 {
|
|
1593
|
+
padding-top: 1rem;
|
|
1594
|
+
}
|
|
1589
1595
|
.tw-pt-6 {
|
|
1590
1596
|
padding-top: 1.5rem;
|
|
1591
1597
|
}
|
|
@@ -1603,6 +1603,9 @@ video {
|
|
|
1603
1603
|
.tw-p-4 {
|
|
1604
1604
|
padding: 1rem;
|
|
1605
1605
|
}
|
|
1606
|
+
.tw-p-5 {
|
|
1607
|
+
padding: 1.25rem;
|
|
1608
|
+
}
|
|
1606
1609
|
.tw-p-6 {
|
|
1607
1610
|
padding: 1.5rem;
|
|
1608
1611
|
}
|
|
@@ -1738,6 +1741,9 @@ video {
|
|
|
1738
1741
|
.tw-pt-2 {
|
|
1739
1742
|
padding-top: 0.5rem;
|
|
1740
1743
|
}
|
|
1744
|
+
.tw-pt-4 {
|
|
1745
|
+
padding-top: 1rem;
|
|
1746
|
+
}
|
|
1741
1747
|
.tw-pt-6 {
|
|
1742
1748
|
padding-top: 1.5rem;
|
|
1743
1749
|
}
|
|
@@ -1603,6 +1603,9 @@ video {
|
|
|
1603
1603
|
.tw-p-4 {
|
|
1604
1604
|
padding: 1rem;
|
|
1605
1605
|
}
|
|
1606
|
+
.tw-p-5 {
|
|
1607
|
+
padding: 1.25rem;
|
|
1608
|
+
}
|
|
1606
1609
|
.tw-p-6 {
|
|
1607
1610
|
padding: 1.5rem;
|
|
1608
1611
|
}
|
|
@@ -1738,6 +1741,9 @@ video {
|
|
|
1738
1741
|
.tw-pt-2 {
|
|
1739
1742
|
padding-top: 0.5rem;
|
|
1740
1743
|
}
|
|
1744
|
+
.tw-pt-4 {
|
|
1745
|
+
padding-top: 1rem;
|
|
1746
|
+
}
|
|
1741
1747
|
.tw-pt-6 {
|
|
1742
1748
|
padding-top: 1.5rem;
|
|
1743
1749
|
}
|
|
@@ -1603,6 +1603,9 @@ video {
|
|
|
1603
1603
|
.tw-p-4 {
|
|
1604
1604
|
padding: 1rem;
|
|
1605
1605
|
}
|
|
1606
|
+
.tw-p-5 {
|
|
1607
|
+
padding: 1.25rem;
|
|
1608
|
+
}
|
|
1606
1609
|
.tw-p-6 {
|
|
1607
1610
|
padding: 1.5rem;
|
|
1608
1611
|
}
|
|
@@ -1738,6 +1741,9 @@ video {
|
|
|
1738
1741
|
.tw-pt-2 {
|
|
1739
1742
|
padding-top: 0.5rem;
|
|
1740
1743
|
}
|
|
1744
|
+
.tw-pt-4 {
|
|
1745
|
+
padding-top: 1rem;
|
|
1746
|
+
}
|
|
1741
1747
|
.tw-pt-6 {
|
|
1742
1748
|
padding-top: 1.5rem;
|
|
1743
1749
|
}
|