@designcrowd/fe-shared-lib 1.5.6-domain-locale-reset → 1.5.6-mason-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.
@@ -684,6 +684,9 @@ video {
684
684
  .theme-brandPage .tw-mb-0 {
685
685
  margin-bottom: 0px;
686
686
  }
687
+ .theme-brandPage .tw-mb-0\.5 {
688
+ margin-bottom: 0.125rem;
689
+ }
687
690
  .theme-brandPage .tw-mb-1 {
688
691
  margin-bottom: 0.25rem;
689
692
  }
@@ -738,9 +741,6 @@ video {
738
741
  .theme-brandPage .tw-mt-0 {
739
742
  margin-top: 0px;
740
743
  }
741
- .theme-brandPage .tw-mt-0\.5 {
742
- margin-top: 0.125rem;
743
- }
744
744
  .theme-brandPage .tw-mt-1 {
745
745
  margin-top: 0.25rem;
746
746
  }
@@ -753,6 +753,9 @@ video {
753
753
  .theme-brandPage .tw-mt-4 {
754
754
  margin-top: 1rem;
755
755
  }
756
+ .theme-brandPage .tw-mt-6 {
757
+ margin-top: 1.5rem;
758
+ }
756
759
  .theme-brandPage .tw-mt-8 {
757
760
  margin-top: 2rem;
758
761
  }
@@ -762,6 +765,48 @@ video {
762
765
  .theme-brandPage .tw-box-content {
763
766
  box-sizing: content-box;
764
767
  }
768
+ .theme-brandPage .tw-line-clamp-1 {
769
+ overflow: hidden;
770
+ display: -webkit-box;
771
+ -webkit-box-orient: vertical;
772
+ -webkit-line-clamp: 1;
773
+ }
774
+ .theme-brandPage .tw-line-clamp-2 {
775
+ overflow: hidden;
776
+ display: -webkit-box;
777
+ -webkit-box-orient: vertical;
778
+ -webkit-line-clamp: 2;
779
+ }
780
+ .theme-brandPage .tw-line-clamp-3 {
781
+ overflow: hidden;
782
+ display: -webkit-box;
783
+ -webkit-box-orient: vertical;
784
+ -webkit-line-clamp: 3;
785
+ }
786
+ .theme-brandPage .tw-line-clamp-4 {
787
+ overflow: hidden;
788
+ display: -webkit-box;
789
+ -webkit-box-orient: vertical;
790
+ -webkit-line-clamp: 4;
791
+ }
792
+ .theme-brandPage .tw-line-clamp-5 {
793
+ overflow: hidden;
794
+ display: -webkit-box;
795
+ -webkit-box-orient: vertical;
796
+ -webkit-line-clamp: 5;
797
+ }
798
+ .theme-brandPage .tw-line-clamp-6 {
799
+ overflow: hidden;
800
+ display: -webkit-box;
801
+ -webkit-box-orient: vertical;
802
+ -webkit-line-clamp: 6;
803
+ }
804
+ .theme-brandPage .tw-line-clamp-none {
805
+ overflow: visible;
806
+ display: block;
807
+ -webkit-box-orient: horizontal;
808
+ -webkit-line-clamp: none;
809
+ }
765
810
  .theme-brandPage .tw-block {
766
811
  display: block;
767
812
  }
@@ -926,6 +971,9 @@ video {
926
971
  .theme-brandPage .tw-flex-none {
927
972
  flex: none;
928
973
  }
974
+ .theme-brandPage .tw-flex-shrink-0 {
975
+ flex-shrink: 0;
976
+ }
929
977
  .theme-brandPage .tw-grow {
930
978
  flex-grow: 1;
931
979
  }
@@ -1141,6 +1189,9 @@ video {
1141
1189
  text-overflow: ellipsis;
1142
1190
  white-space: nowrap;
1143
1191
  }
1192
+ .theme-brandPage .tw-text-ellipsis {
1193
+ text-overflow: ellipsis;
1194
+ }
1144
1195
  .theme-brandPage .tw-whitespace-nowrap {
1145
1196
  white-space: nowrap;
1146
1197
  }
@@ -1589,9 +1640,6 @@ video {
1589
1640
  .theme-brandPage .tw-pt-2 {
1590
1641
  padding-top: 0.5rem;
1591
1642
  }
1592
- .theme-brandPage .tw-pt-4 {
1593
- padding-top: 1rem;
1594
- }
1595
1643
  .theme-brandPage .tw-pt-6 {
1596
1644
  padding-top: 1.5rem;
1597
1645
  }
@@ -1855,6 +1903,9 @@ video {
1855
1903
  .theme-brandPage .sm\:tw-mb-4 {
1856
1904
  margin-bottom: 1rem;
1857
1905
  }
1906
+ .theme-brandPage .sm\:tw-ml-2 {
1907
+ margin-left: 0.5rem;
1908
+ }
1858
1909
  .theme-brandPage .sm\:tw-ml-4 {
1859
1910
  margin-left: 1rem;
1860
1911
  }
@@ -1891,6 +1942,9 @@ video {
1891
1942
  .theme-brandPage .sm\:tw-flex-row {
1892
1943
  flex-direction: row;
1893
1944
  }
1945
+ .theme-brandPage .sm\:tw-items-center {
1946
+ align-items: center;
1947
+ }
1894
1948
  .theme-brandPage .sm\:tw-rounded-md {
1895
1949
  border-radius: 0.375rem;
1896
1950
  }
@@ -2017,6 +2071,10 @@ video {
2017
2071
  .theme-brandPage .md\:tw-p-8 {
2018
2072
  padding: 2rem;
2019
2073
  }
2074
+ .theme-brandPage .md\:tw-px-12 {
2075
+ padding-left: 3rem;
2076
+ padding-right: 3rem;
2077
+ }
2020
2078
  .theme-brandPage .md\:tw-px-4 {
2021
2079
  padding-left: 1rem;
2022
2080
  padding-right: 1rem;
@@ -684,6 +684,9 @@ video {
684
684
  .theme-crazyDomains .tw-mb-0 {
685
685
  margin-bottom: 0px;
686
686
  }
687
+ .theme-crazyDomains .tw-mb-0\.5 {
688
+ margin-bottom: 0.125rem;
689
+ }
687
690
  .theme-crazyDomains .tw-mb-1 {
688
691
  margin-bottom: 0.25rem;
689
692
  }
@@ -738,9 +741,6 @@ video {
738
741
  .theme-crazyDomains .tw-mt-0 {
739
742
  margin-top: 0px;
740
743
  }
741
- .theme-crazyDomains .tw-mt-0\.5 {
742
- margin-top: 0.125rem;
743
- }
744
744
  .theme-crazyDomains .tw-mt-1 {
745
745
  margin-top: 0.25rem;
746
746
  }
@@ -753,6 +753,9 @@ video {
753
753
  .theme-crazyDomains .tw-mt-4 {
754
754
  margin-top: 1rem;
755
755
  }
756
+ .theme-crazyDomains .tw-mt-6 {
757
+ margin-top: 1.5rem;
758
+ }
756
759
  .theme-crazyDomains .tw-mt-8 {
757
760
  margin-top: 2rem;
758
761
  }
@@ -762,6 +765,48 @@ video {
762
765
  .theme-crazyDomains .tw-box-content {
763
766
  box-sizing: content-box;
764
767
  }
768
+ .theme-crazyDomains .tw-line-clamp-1 {
769
+ overflow: hidden;
770
+ display: -webkit-box;
771
+ -webkit-box-orient: vertical;
772
+ -webkit-line-clamp: 1;
773
+ }
774
+ .theme-crazyDomains .tw-line-clamp-2 {
775
+ overflow: hidden;
776
+ display: -webkit-box;
777
+ -webkit-box-orient: vertical;
778
+ -webkit-line-clamp: 2;
779
+ }
780
+ .theme-crazyDomains .tw-line-clamp-3 {
781
+ overflow: hidden;
782
+ display: -webkit-box;
783
+ -webkit-box-orient: vertical;
784
+ -webkit-line-clamp: 3;
785
+ }
786
+ .theme-crazyDomains .tw-line-clamp-4 {
787
+ overflow: hidden;
788
+ display: -webkit-box;
789
+ -webkit-box-orient: vertical;
790
+ -webkit-line-clamp: 4;
791
+ }
792
+ .theme-crazyDomains .tw-line-clamp-5 {
793
+ overflow: hidden;
794
+ display: -webkit-box;
795
+ -webkit-box-orient: vertical;
796
+ -webkit-line-clamp: 5;
797
+ }
798
+ .theme-crazyDomains .tw-line-clamp-6 {
799
+ overflow: hidden;
800
+ display: -webkit-box;
801
+ -webkit-box-orient: vertical;
802
+ -webkit-line-clamp: 6;
803
+ }
804
+ .theme-crazyDomains .tw-line-clamp-none {
805
+ overflow: visible;
806
+ display: block;
807
+ -webkit-box-orient: horizontal;
808
+ -webkit-line-clamp: none;
809
+ }
765
810
  .theme-crazyDomains .tw-block {
766
811
  display: block;
767
812
  }
@@ -926,6 +971,9 @@ video {
926
971
  .theme-crazyDomains .tw-flex-none {
927
972
  flex: none;
928
973
  }
974
+ .theme-crazyDomains .tw-flex-shrink-0 {
975
+ flex-shrink: 0;
976
+ }
929
977
  .theme-crazyDomains .tw-grow {
930
978
  flex-grow: 1;
931
979
  }
@@ -1141,6 +1189,9 @@ video {
1141
1189
  text-overflow: ellipsis;
1142
1190
  white-space: nowrap;
1143
1191
  }
1192
+ .theme-crazyDomains .tw-text-ellipsis {
1193
+ text-overflow: ellipsis;
1194
+ }
1144
1195
  .theme-crazyDomains .tw-whitespace-nowrap {
1145
1196
  white-space: nowrap;
1146
1197
  }
@@ -1741,9 +1792,6 @@ video {
1741
1792
  .theme-crazyDomains .tw-pt-2 {
1742
1793
  padding-top: 0.5rem;
1743
1794
  }
1744
- .theme-crazyDomains .tw-pt-4 {
1745
- padding-top: 1rem;
1746
- }
1747
1795
  .theme-crazyDomains .tw-pt-6 {
1748
1796
  padding-top: 1.5rem;
1749
1797
  }
@@ -2171,6 +2219,9 @@ video {
2171
2219
  .theme-crazyDomains .sm\:tw-mb-4 {
2172
2220
  margin-bottom: 1rem;
2173
2221
  }
2222
+ .theme-crazyDomains .sm\:tw-ml-2 {
2223
+ margin-left: 0.5rem;
2224
+ }
2174
2225
  .theme-crazyDomains .sm\:tw-ml-4 {
2175
2226
  margin-left: 1rem;
2176
2227
  }
@@ -2207,6 +2258,9 @@ video {
2207
2258
  .theme-crazyDomains .sm\:tw-flex-row {
2208
2259
  flex-direction: row;
2209
2260
  }
2261
+ .theme-crazyDomains .sm\:tw-items-center {
2262
+ align-items: center;
2263
+ }
2210
2264
  .theme-crazyDomains .sm\:tw-rounded-md {
2211
2265
  border-radius: 0.375rem;
2212
2266
  }
@@ -2333,6 +2387,10 @@ video {
2333
2387
  .theme-crazyDomains .md\:tw-p-8 {
2334
2388
  padding: 2rem;
2335
2389
  }
2390
+ .theme-crazyDomains .md\:tw-px-12 {
2391
+ padding-left: 3rem;
2392
+ padding-right: 3rem;
2393
+ }
2336
2394
  .theme-crazyDomains .md\:tw-px-4 {
2337
2395
  padding-left: 1rem;
2338
2396
  padding-right: 1rem;
@@ -684,6 +684,9 @@ video {
684
684
  .theme-designCom .tw-mb-0 {
685
685
  margin-bottom: 0px;
686
686
  }
687
+ .theme-designCom .tw-mb-0\.5 {
688
+ margin-bottom: 0.125rem;
689
+ }
687
690
  .theme-designCom .tw-mb-1 {
688
691
  margin-bottom: 0.25rem;
689
692
  }
@@ -738,9 +741,6 @@ video {
738
741
  .theme-designCom .tw-mt-0 {
739
742
  margin-top: 0px;
740
743
  }
741
- .theme-designCom .tw-mt-0\.5 {
742
- margin-top: 0.125rem;
743
- }
744
744
  .theme-designCom .tw-mt-1 {
745
745
  margin-top: 0.25rem;
746
746
  }
@@ -753,6 +753,9 @@ video {
753
753
  .theme-designCom .tw-mt-4 {
754
754
  margin-top: 1rem;
755
755
  }
756
+ .theme-designCom .tw-mt-6 {
757
+ margin-top: 1.5rem;
758
+ }
756
759
  .theme-designCom .tw-mt-8 {
757
760
  margin-top: 2rem;
758
761
  }
@@ -762,6 +765,48 @@ video {
762
765
  .theme-designCom .tw-box-content {
763
766
  box-sizing: content-box;
764
767
  }
768
+ .theme-designCom .tw-line-clamp-1 {
769
+ overflow: hidden;
770
+ display: -webkit-box;
771
+ -webkit-box-orient: vertical;
772
+ -webkit-line-clamp: 1;
773
+ }
774
+ .theme-designCom .tw-line-clamp-2 {
775
+ overflow: hidden;
776
+ display: -webkit-box;
777
+ -webkit-box-orient: vertical;
778
+ -webkit-line-clamp: 2;
779
+ }
780
+ .theme-designCom .tw-line-clamp-3 {
781
+ overflow: hidden;
782
+ display: -webkit-box;
783
+ -webkit-box-orient: vertical;
784
+ -webkit-line-clamp: 3;
785
+ }
786
+ .theme-designCom .tw-line-clamp-4 {
787
+ overflow: hidden;
788
+ display: -webkit-box;
789
+ -webkit-box-orient: vertical;
790
+ -webkit-line-clamp: 4;
791
+ }
792
+ .theme-designCom .tw-line-clamp-5 {
793
+ overflow: hidden;
794
+ display: -webkit-box;
795
+ -webkit-box-orient: vertical;
796
+ -webkit-line-clamp: 5;
797
+ }
798
+ .theme-designCom .tw-line-clamp-6 {
799
+ overflow: hidden;
800
+ display: -webkit-box;
801
+ -webkit-box-orient: vertical;
802
+ -webkit-line-clamp: 6;
803
+ }
804
+ .theme-designCom .tw-line-clamp-none {
805
+ overflow: visible;
806
+ display: block;
807
+ -webkit-box-orient: horizontal;
808
+ -webkit-line-clamp: none;
809
+ }
765
810
  .theme-designCom .tw-block {
766
811
  display: block;
767
812
  }
@@ -926,6 +971,9 @@ video {
926
971
  .theme-designCom .tw-flex-none {
927
972
  flex: none;
928
973
  }
974
+ .theme-designCom .tw-flex-shrink-0 {
975
+ flex-shrink: 0;
976
+ }
929
977
  .theme-designCom .tw-grow {
930
978
  flex-grow: 1;
931
979
  }
@@ -1141,6 +1189,9 @@ video {
1141
1189
  text-overflow: ellipsis;
1142
1190
  white-space: nowrap;
1143
1191
  }
1192
+ .theme-designCom .tw-text-ellipsis {
1193
+ text-overflow: ellipsis;
1194
+ }
1144
1195
  .theme-designCom .tw-whitespace-nowrap {
1145
1196
  white-space: nowrap;
1146
1197
  }
@@ -1741,9 +1792,6 @@ video {
1741
1792
  .theme-designCom .tw-pt-2 {
1742
1793
  padding-top: 0.5rem;
1743
1794
  }
1744
- .theme-designCom .tw-pt-4 {
1745
- padding-top: 1rem;
1746
- }
1747
1795
  .theme-designCom .tw-pt-6 {
1748
1796
  padding-top: 1.5rem;
1749
1797
  }
@@ -2171,6 +2219,9 @@ video {
2171
2219
  .theme-designCom .sm\:tw-mb-4 {
2172
2220
  margin-bottom: 1rem;
2173
2221
  }
2222
+ .theme-designCom .sm\:tw-ml-2 {
2223
+ margin-left: 0.5rem;
2224
+ }
2174
2225
  .theme-designCom .sm\:tw-ml-4 {
2175
2226
  margin-left: 1rem;
2176
2227
  }
@@ -2207,6 +2258,9 @@ video {
2207
2258
  .theme-designCom .sm\:tw-flex-row {
2208
2259
  flex-direction: row;
2209
2260
  }
2261
+ .theme-designCom .sm\:tw-items-center {
2262
+ align-items: center;
2263
+ }
2210
2264
  .theme-designCom .sm\:tw-rounded-md {
2211
2265
  border-radius: 0.375rem;
2212
2266
  }
@@ -2333,6 +2387,10 @@ video {
2333
2387
  .theme-designCom .md\:tw-p-8 {
2334
2388
  padding: 2rem;
2335
2389
  }
2390
+ .theme-designCom .md\:tw-px-12 {
2391
+ padding-left: 3rem;
2392
+ padding-right: 3rem;
2393
+ }
2336
2394
  .theme-designCom .md\:tw-px-4 {
2337
2395
  padding-left: 1rem;
2338
2396
  padding-right: 1rem;
@@ -684,6 +684,9 @@ video {
684
684
  .theme-designCrowd .tw-mb-0 {
685
685
  margin-bottom: 0px;
686
686
  }
687
+ .theme-designCrowd .tw-mb-0\.5 {
688
+ margin-bottom: 0.125rem;
689
+ }
687
690
  .theme-designCrowd .tw-mb-1 {
688
691
  margin-bottom: 0.25rem;
689
692
  }
@@ -738,9 +741,6 @@ video {
738
741
  .theme-designCrowd .tw-mt-0 {
739
742
  margin-top: 0px;
740
743
  }
741
- .theme-designCrowd .tw-mt-0\.5 {
742
- margin-top: 0.125rem;
743
- }
744
744
  .theme-designCrowd .tw-mt-1 {
745
745
  margin-top: 0.25rem;
746
746
  }
@@ -753,6 +753,9 @@ video {
753
753
  .theme-designCrowd .tw-mt-4 {
754
754
  margin-top: 1rem;
755
755
  }
756
+ .theme-designCrowd .tw-mt-6 {
757
+ margin-top: 1.5rem;
758
+ }
756
759
  .theme-designCrowd .tw-mt-8 {
757
760
  margin-top: 2rem;
758
761
  }
@@ -762,6 +765,48 @@ video {
762
765
  .theme-designCrowd .tw-box-content {
763
766
  box-sizing: content-box;
764
767
  }
768
+ .theme-designCrowd .tw-line-clamp-1 {
769
+ overflow: hidden;
770
+ display: -webkit-box;
771
+ -webkit-box-orient: vertical;
772
+ -webkit-line-clamp: 1;
773
+ }
774
+ .theme-designCrowd .tw-line-clamp-2 {
775
+ overflow: hidden;
776
+ display: -webkit-box;
777
+ -webkit-box-orient: vertical;
778
+ -webkit-line-clamp: 2;
779
+ }
780
+ .theme-designCrowd .tw-line-clamp-3 {
781
+ overflow: hidden;
782
+ display: -webkit-box;
783
+ -webkit-box-orient: vertical;
784
+ -webkit-line-clamp: 3;
785
+ }
786
+ .theme-designCrowd .tw-line-clamp-4 {
787
+ overflow: hidden;
788
+ display: -webkit-box;
789
+ -webkit-box-orient: vertical;
790
+ -webkit-line-clamp: 4;
791
+ }
792
+ .theme-designCrowd .tw-line-clamp-5 {
793
+ overflow: hidden;
794
+ display: -webkit-box;
795
+ -webkit-box-orient: vertical;
796
+ -webkit-line-clamp: 5;
797
+ }
798
+ .theme-designCrowd .tw-line-clamp-6 {
799
+ overflow: hidden;
800
+ display: -webkit-box;
801
+ -webkit-box-orient: vertical;
802
+ -webkit-line-clamp: 6;
803
+ }
804
+ .theme-designCrowd .tw-line-clamp-none {
805
+ overflow: visible;
806
+ display: block;
807
+ -webkit-box-orient: horizontal;
808
+ -webkit-line-clamp: none;
809
+ }
765
810
  .theme-designCrowd .tw-block {
766
811
  display: block;
767
812
  }
@@ -926,6 +971,9 @@ video {
926
971
  .theme-designCrowd .tw-flex-none {
927
972
  flex: none;
928
973
  }
974
+ .theme-designCrowd .tw-flex-shrink-0 {
975
+ flex-shrink: 0;
976
+ }
929
977
  .theme-designCrowd .tw-grow {
930
978
  flex-grow: 1;
931
979
  }
@@ -1141,6 +1189,9 @@ video {
1141
1189
  text-overflow: ellipsis;
1142
1190
  white-space: nowrap;
1143
1191
  }
1192
+ .theme-designCrowd .tw-text-ellipsis {
1193
+ text-overflow: ellipsis;
1194
+ }
1144
1195
  .theme-designCrowd .tw-whitespace-nowrap {
1145
1196
  white-space: nowrap;
1146
1197
  }
@@ -1741,9 +1792,6 @@ video {
1741
1792
  .theme-designCrowd .tw-pt-2 {
1742
1793
  padding-top: 0.5rem;
1743
1794
  }
1744
- .theme-designCrowd .tw-pt-4 {
1745
- padding-top: 1rem;
1746
- }
1747
1795
  .theme-designCrowd .tw-pt-6 {
1748
1796
  padding-top: 1.5rem;
1749
1797
  }
@@ -2171,6 +2219,9 @@ video {
2171
2219
  .theme-designCrowd .sm\:tw-mb-4 {
2172
2220
  margin-bottom: 1rem;
2173
2221
  }
2222
+ .theme-designCrowd .sm\:tw-ml-2 {
2223
+ margin-left: 0.5rem;
2224
+ }
2174
2225
  .theme-designCrowd .sm\:tw-ml-4 {
2175
2226
  margin-left: 1rem;
2176
2227
  }
@@ -2207,6 +2258,9 @@ video {
2207
2258
  .theme-designCrowd .sm\:tw-flex-row {
2208
2259
  flex-direction: row;
2209
2260
  }
2261
+ .theme-designCrowd .sm\:tw-items-center {
2262
+ align-items: center;
2263
+ }
2210
2264
  .theme-designCrowd .sm\:tw-rounded-md {
2211
2265
  border-radius: 0.375rem;
2212
2266
  }
@@ -2333,6 +2387,10 @@ video {
2333
2387
  .theme-designCrowd .md\:tw-p-8 {
2334
2388
  padding: 2rem;
2335
2389
  }
2390
+ .theme-designCrowd .md\:tw-px-12 {
2391
+ padding-left: 3rem;
2392
+ padding-right: 3rem;
2393
+ }
2336
2394
  .theme-designCrowd .md\:tw-px-4 {
2337
2395
  padding-left: 1rem;
2338
2396
  padding-right: 1rem;
@@ -3,10 +3,10 @@ export default {
3
3
  {
4
4
  templateTypeName: 'Instagram post',
5
5
  imageUrl:
6
- 'https://dynamic.brandcrowd.com/template/preview/97ea081b-f250-4002-9c05-b02cffcc62d0/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
6
+ 'https://images.unsplash.com/photo-1484406566174-9da000fda645?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMjIxOTR8MHwxfHNlYXJjaHwzfHxBbmltYWx8ZW58MHx8fHwxNzYyNzY3MTQ1fDA&ixlib=rb-4.1.0&q=80&w=1080',
7
7
  templateName: 'Bakery And Pastry Shop',
8
8
  editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=18800',
9
- height: 1080,
9
+ height: 2040,
10
10
  width: 1080,
11
11
  },
12
12
  {
@@ -49,7 +49,7 @@ export default {
49
49
  {
50
50
  templateTypeName: 'Instagram post',
51
51
  imageUrl:
52
- 'https://dynamic.brandcrowd.com/template/preview/08727835-a4ad-4cef-b883-fb37e23bf8c4/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
52
+ 'https://images.unsplash.com/photo-1484406566174-9da000fda645?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMjIxOTR8MHwxfHNlYXJjaHwzfHxBbmltYWx8ZW58MHx8fHwxNzYyNzY3MTQ1fDA&ixlib=rb-4.1.0&q=80&w=1080',
53
53
  templateName: 'A slice of happiness',
54
54
  editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=11415',
55
55
  height: 1080,
@@ -94,7 +94,7 @@ export default {
94
94
  {
95
95
  templateTypeName: 'Facebook post',
96
96
  imageUrl:
97
- 'https://dynamic.brandcrowd.com/template/preview/69ab31b8-3666-48d2-bbe9-1ba100020728/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
97
+ 'https://images.unsplash.com/photo-1484406566174-9da000fda645?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMjIxOTR8MHwxfHNlYXJjaHwzfHxBbmltYWx8ZW58MHx8fHwxNzYyNzY3MTQ1fDA&ixlib=rb-4.1.0&q=80&w=1080',
98
98
  templateName: "Today's Special",
99
99
  editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/facebook%20post?templateId=9383',
100
100
  height: 788,
@@ -139,7 +139,97 @@ export default {
139
139
  {
140
140
  templateTypeName: 'Instagram post',
141
141
  imageUrl:
142
- 'https://dynamic.brandcrowd.com/template/preview/205ed12c-6240-4ac2-92e9-0ff4cd8ff25a/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
142
+ 'https://images.unsplash.com/photo-1484406566174-9da000fda645?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMjIxOTR8MHwxfHNlYXJjaHwzfHxBbmltYWx8ZW58MHx8fHwxNzYyNzY3MTQ1fDA&ixlib=rb-4.1.0&q=80&w=1080',
143
+ templateName: 'Now Open Bakery',
144
+ editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=9453',
145
+ height: 1080,
146
+ width: 1080,
147
+ },
148
+ {
149
+ templateTypeName: 'Instagram post',
150
+ imageUrl:
151
+ 'https://images.unsplash.com/photo-1484406566174-9da000fda645?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMjIxOTR8MHwxfHNlYXJjaHwzfHxBbmltYWx8ZW58MHx8fHwxNzYyNzY3MTQ1fDA&ixlib=rb-4.1.0&q=80&w=1080',
152
+ templateName: 'Now Open Bakery',
153
+ editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=9453',
154
+ height: 1080,
155
+ width: 1080,
156
+ },
157
+ {
158
+ templateTypeName: 'Instagram post',
159
+ imageUrl:
160
+ 'https://images.unsplash.com/photo-1484406566174-9da000fda645?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMjIxOTR8MHwxfHNlYXJjaHwzfHxBbmltYWx8ZW58MHx8fHwxNzYyNzY3MTQ1fDA&ixlib=rb-4.1.0&q=80&w=1080',
161
+ templateName: 'Now Open Bakery',
162
+ editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=9453',
163
+ height: 1080,
164
+ width: 1080,
165
+ },
166
+ {
167
+ templateTypeName: 'Instagram post',
168
+ imageUrl:
169
+ 'https://images.unsplash.com/photo-1484406566174-9da000fda645?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMjIxOTR8MHwxfHNlYXJjaHwzfHxBbmltYWx8ZW58MHx8fHwxNzYyNzY3MTQ1fDA&ixlib=rb-4.1.0&q=80&w=1080',
170
+ templateName: 'Now Open Bakery',
171
+ editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=9453',
172
+ height: 1080,
173
+ width: 1080,
174
+ },
175
+ {
176
+ templateTypeName: 'Instagram post',
177
+ imageUrl:
178
+ 'https://images.unsplash.com/photo-1484406566174-9da000fda645?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMjIxOTR8MHwxfHNlYXJjaHwzfHxBbmltYWx8ZW58MHx8fHwxNzYyNzY3MTQ1fDA&ixlib=rb-4.1.0&q=80&w=1080',
179
+ templateName: 'Now Open Bakery',
180
+ editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=9453',
181
+ height: 1080,
182
+ width: 1080,
183
+ },
184
+ {
185
+ templateTypeName: 'Instagram post',
186
+ imageUrl:
187
+ 'https://images.unsplash.com/photo-1484406566174-9da000fda645?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMjIxOTR8MHwxfHNlYXJjaHwzfHxBbmltYWx8ZW58MHx8fHwxNzYyNzY3MTQ1fDA&ixlib=rb-4.1.0&q=80&w=1080',
188
+ templateName: 'Now Open Bakery',
189
+ editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=9453',
190
+ height: 1080,
191
+ width: 1080,
192
+ },
193
+ {
194
+ templateTypeName: 'Instagram post',
195
+ imageUrl:
196
+ 'https://images.unsplash.com/photo-1484406566174-9da000fda645?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMjIxOTR8MHwxfHNlYXJjaHwzfHxBbmltYWx8ZW58MHx8fHwxNzYyNzY3MTQ1fDA&ixlib=rb-4.1.0&q=80&w=1080',
197
+ templateName: 'Now Open Bakery',
198
+ editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=9453',
199
+ height: 1080,
200
+ width: 1080,
201
+ },
202
+ {
203
+ templateTypeName: 'Instagram post',
204
+ imageUrl:
205
+ 'https://images.unsplash.com/photo-1484406566174-9da000fda645?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMjIxOTR8MHwxfHNlYXJjaHwzfHxBbmltYWx8ZW58MHx8fHwxNzYyNzY3MTQ1fDA&ixlib=rb-4.1.0&q=80&w=1080',
206
+ templateName: 'Now Open Bakery',
207
+ editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=9453',
208
+ height: 1080,
209
+ width: 1080,
210
+ },
211
+ {
212
+ templateTypeName: 'Instagram post',
213
+ imageUrl:
214
+ 'https://images.unsplash.com/photo-1484406566174-9da000fda645?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMjIxOTR8MHwxfHNlYXJjaHwzfHxBbmltYWx8ZW58MHx8fHwxNzYyNzY3MTQ1fDA&ixlib=rb-4.1.0&q=80&w=1080',
215
+ templateName: 'Now Open Bakery',
216
+ editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=9453',
217
+ height: 1080,
218
+ width: 1080,
219
+ },
220
+ {
221
+ templateTypeName: 'Instagram post',
222
+ imageUrl:
223
+ 'https://images.unsplash.com/photo-1484406566174-9da000fda645?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMjIxOTR8MHwxfHNlYXJjaHwzfHxBbmltYWx8ZW58MHx8fHwxNzYyNzY3MTQ1fDA&ixlib=rb-4.1.0&q=80&w=1080',
224
+ templateName: 'Now Open Bakery',
225
+ editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=9453',
226
+ height: 1080,
227
+ width: 1080,
228
+ },
229
+ {
230
+ templateTypeName: 'Instagram post',
231
+ imageUrl:
232
+ 'https://images.unsplash.com/photo-1484406566174-9da000fda645?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMjIxOTR8MHwxfHNlYXJjaHwzfHxBbmltYWx8ZW58MHx8fHwxNzYyNzY3MTQ1fDA&ixlib=rb-4.1.0&q=80&w=1080',
143
233
  templateName: 'Now Open Bakery',
144
234
  editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=9453',
145
235
  height: 1080,
@@ -249,7 +339,7 @@ export default {
249
339
  {
250
340
  templateTypeName: 'Twitter post',
251
341
  imageUrl:
252
- 'https://dynamic.brandcrowd.com/template/preview/38340c8b-9494-4aaa-9a78-509bb2396ce8/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
342
+ 'https://images.unsplash.com/photo-1484406566174-9da000fda645?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMjIxOTR8MHwxfHNlYXJjaHwzfHxBbmltYWx8ZW58MHx8fHwxNzYyNzY3MTQ1fDA&ixlib=rb-4.1.0&q=80&w=1080',
253
343
  templateName: 'Bakery And Pastry Shop',
254
344
  editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/twitter%20post?templateId=18892',
255
345
  height: 512,
@@ -258,7 +348,7 @@ export default {
258
348
  {
259
349
  templateTypeName: 'Instagram story',
260
350
  imageUrl:
261
- 'https://dynamic.brandcrowd.com/template/preview/de6b30d4-f2ea-4994-9589-639bc897cdb6/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
351
+ 'https://images.unsplash.com/photo-1484406566174-9da000fda645?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMjIxOTR8MHwxfHNlYXJjaHwzfHxBbmltYWx8ZW58MHx8fHwxNzYyNzY3MTQ1fDA&ixlib=rb-4.1.0&q=80&w=1080',
262
352
  templateName: 'Bakery And Pastry Shop',
263
353
  editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20story?templateId=18890',
264
354
  height: 1920,