@designcrowd/fe-shared-lib 1.5.11-kp-4 → 1.5.12-getty-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.
Files changed (34) hide show
  1. package/dist/css/tailwind-brandCrowd.css +6 -108
  2. package/dist/css/tailwind-brandPage.css +6 -104
  3. package/dist/css/tailwind-crazyDomains.css +6 -108
  4. package/dist/css/tailwind-designCom.css +6 -108
  5. package/dist/css/tailwind-designCrowd.css +6 -108
  6. package/package.json +1 -1
  7. package/src/atoms/components/Icon/Icon.vue +2 -0
  8. package/src/atoms/components/Icon/icons/premium-content.vue +8 -0
  9. package/.storybook-static/css/tailwind-brandCrowd.css +0 -2472
  10. package/.storybook-static/css/tailwind-brandPage.css +0 -2156
  11. package/.storybook-static/css/tailwind-crazyDomains.css +0 -2472
  12. package/.storybook-static/css/tailwind-designCom.css +0 -2472
  13. package/.storybook-static/css/tailwind-designCrowd.css +0 -2472
  14. package/.storybook-static/favicon.svg +0 -1
  15. package/.storybook-static/index.html +0 -156
  16. package/.storybook-static/index.json +0 -1
  17. package/.storybook-static/nunito-sans-bold-italic.woff2 +0 -0
  18. package/.storybook-static/nunito-sans-bold.woff2 +0 -0
  19. package/.storybook-static/nunito-sans-italic.woff2 +0 -0
  20. package/.storybook-static/nunito-sans-regular.woff2 +0 -0
  21. package/.storybook-static/project.json +0 -1
  22. package/.storybook-static/sb-addons/a11y-1/manager-bundle.js +0 -5
  23. package/.storybook-static/sb-addons/links-2/manager-bundle.js +0 -3
  24. package/.storybook-static/sb-addons/storybook-core-server-presets-0/common-manager-bundle.js +0 -188
  25. package/.storybook-static/sb-addons/themes-3/manager-bundle.js +0 -3
  26. package/.storybook-static/sb-common-assets/favicon.svg +0 -1
  27. package/.storybook-static/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
  28. package/.storybook-static/sb-common-assets/nunito-sans-bold.woff2 +0 -0
  29. package/.storybook-static/sb-common-assets/nunito-sans-italic.woff2 +0 -0
  30. package/.storybook-static/sb-common-assets/nunito-sans-regular.woff2 +0 -0
  31. package/.storybook-static/sb-manager/globals-module-info.js +0 -797
  32. package/.storybook-static/sb-manager/globals-runtime.js +0 -72062
  33. package/.storybook-static/sb-manager/globals.js +0 -34
  34. package/.storybook-static/sb-manager/runtime.js +0 -13002
@@ -617,9 +617,6 @@ video {
617
617
  .tw-m-3 {
618
618
  margin: 0.75rem;
619
619
  }
620
- .tw-m-4 {
621
- margin: 1rem;
622
- }
623
620
  .tw-m-5 {
624
621
  margin: 1.25rem;
625
622
  }
@@ -687,9 +684,6 @@ video {
687
684
  .tw-mb-0 {
688
685
  margin-bottom: 0px;
689
686
  }
690
- .tw-mb-0\.5 {
691
- margin-bottom: 0.125rem;
692
- }
693
687
  .tw-mb-1 {
694
688
  margin-bottom: 0.25rem;
695
689
  }
@@ -723,6 +717,9 @@ video {
723
717
  .tw-ml-4 {
724
718
  margin-left: 1rem;
725
719
  }
720
+ .tw-ml-6 {
721
+ margin-left: 1.5rem;
722
+ }
726
723
  .tw-ml-auto {
727
724
  margin-left: auto;
728
725
  }
@@ -744,6 +741,9 @@ video {
744
741
  .tw-mt-0 {
745
742
  margin-top: 0px;
746
743
  }
744
+ .tw-mt-0\.5 {
745
+ margin-top: 0.125rem;
746
+ }
747
747
  .tw-mt-1 {
748
748
  margin-top: 0.25rem;
749
749
  }
@@ -756,9 +756,6 @@ video {
756
756
  .tw-mt-4 {
757
757
  margin-top: 1rem;
758
758
  }
759
- .tw-mt-6 {
760
- margin-top: 1.5rem;
761
- }
762
759
  .tw-mt-8 {
763
760
  margin-top: 2rem;
764
761
  }
@@ -768,48 +765,6 @@ video {
768
765
  .tw-box-content {
769
766
  box-sizing: content-box;
770
767
  }
771
- .tw-line-clamp-1 {
772
- overflow: hidden;
773
- display: -webkit-box;
774
- -webkit-box-orient: vertical;
775
- -webkit-line-clamp: 1;
776
- }
777
- .tw-line-clamp-2 {
778
- overflow: hidden;
779
- display: -webkit-box;
780
- -webkit-box-orient: vertical;
781
- -webkit-line-clamp: 2;
782
- }
783
- .tw-line-clamp-3 {
784
- overflow: hidden;
785
- display: -webkit-box;
786
- -webkit-box-orient: vertical;
787
- -webkit-line-clamp: 3;
788
- }
789
- .tw-line-clamp-4 {
790
- overflow: hidden;
791
- display: -webkit-box;
792
- -webkit-box-orient: vertical;
793
- -webkit-line-clamp: 4;
794
- }
795
- .tw-line-clamp-5 {
796
- overflow: hidden;
797
- display: -webkit-box;
798
- -webkit-box-orient: vertical;
799
- -webkit-line-clamp: 5;
800
- }
801
- .tw-line-clamp-6 {
802
- overflow: hidden;
803
- display: -webkit-box;
804
- -webkit-box-orient: vertical;
805
- -webkit-line-clamp: 6;
806
- }
807
- .tw-line-clamp-none {
808
- overflow: visible;
809
- display: block;
810
- -webkit-box-orient: horizontal;
811
- -webkit-line-clamp: none;
812
- }
813
768
  .tw-block {
814
769
  display: block;
815
770
  }
@@ -959,9 +914,6 @@ video {
959
914
  .tw-max-w-2xl {
960
915
  max-width: 42rem;
961
916
  }
962
- .tw-max-w-3xl {
963
- max-width: 48rem;
964
- }
965
917
  .tw-max-w-full {
966
918
  max-width: 100%;
967
919
  }
@@ -977,9 +929,6 @@ video {
977
929
  .tw-flex-none {
978
930
  flex: none;
979
931
  }
980
- .tw-flex-shrink-0 {
981
- flex-shrink: 0;
982
- }
983
932
  .tw-grow {
984
933
  flex-grow: 1;
985
934
  }
@@ -1195,9 +1144,6 @@ video {
1195
1144
  text-overflow: ellipsis;
1196
1145
  white-space: nowrap;
1197
1146
  }
1198
- .tw-text-ellipsis {
1199
- text-overflow: ellipsis;
1200
- }
1201
1147
  .tw-whitespace-nowrap {
1202
1148
  white-space: nowrap;
1203
1149
  }
@@ -1660,9 +1606,6 @@ video {
1660
1606
  .tw-p-4 {
1661
1607
  padding: 1rem;
1662
1608
  }
1663
- .tw-p-5 {
1664
- padding: 1.25rem;
1665
- }
1666
1609
  .tw-p-6 {
1667
1610
  padding: 1.5rem;
1668
1611
  }
@@ -1820,10 +1763,6 @@ video {
1820
1763
  font-size: 1.5rem;
1821
1764
  line-height: 2rem;
1822
1765
  }
1823
- .tw-text-3xl {
1824
- font-size: 1.875rem;
1825
- line-height: 2.25rem;
1826
- }
1827
1766
  .tw-text-4xl {
1828
1767
  font-size: 2.25rem;
1829
1768
  line-height: 2.5rem;
@@ -2150,10 +2089,6 @@ video {
2150
2089
  --tw-text-opacity: 1;
2151
2090
  color: rgb(23 23 23 / var(--tw-text-opacity));
2152
2091
  }
2153
- .hover\:tw-text-primary-600:hover {
2154
- --tw-text-opacity: 1;
2155
- color: rgb(50 71 197 / var(--tw-text-opacity));
2156
- }
2157
2092
  .hover\:tw-text-secondary-500:hover {
2158
2093
  --tw-text-opacity: 1;
2159
2094
  color: rgb(61 61 61 / var(--tw-text-opacity));
@@ -2241,10 +2176,6 @@ video {
2241
2176
  margin-bottom: 1rem;
2242
2177
  }
2243
2178
 
2244
- .sm\:tw-ml-2 {
2245
- margin-left: 0.5rem;
2246
- }
2247
-
2248
2179
  .sm\:tw-ml-4 {
2249
2180
  margin-left: 1rem;
2250
2181
  }
@@ -2293,10 +2224,6 @@ video {
2293
2224
  flex-direction: row;
2294
2225
  }
2295
2226
 
2296
- .sm\:tw-items-center {
2297
- align-items: center;
2298
- }
2299
-
2300
2227
  .sm\:tw-rounded-md {
2301
2228
  border-radius: 0.375rem;
2302
2229
  }
@@ -2308,18 +2235,10 @@ video {
2308
2235
  }
2309
2236
  @media (min-width: 768px) {
2310
2237
 
2311
- .md\:tw-relative {
2312
- position: relative;
2313
- }
2314
-
2315
2238
  .md\:tw-right-6 {
2316
2239
  right: 1.5rem;
2317
2240
  }
2318
2241
 
2319
- .md\:tw-order-first {
2320
- order: -9999;
2321
- }
2322
-
2323
2242
  .md\:tw-mb-0 {
2324
2243
  margin-bottom: 0px;
2325
2244
  }
@@ -2384,10 +2303,6 @@ video {
2384
2303
  width: 6rem;
2385
2304
  }
2386
2305
 
2387
- .md\:tw-w-3\/4 {
2388
- width: 75%;
2389
- }
2390
-
2391
2306
  .md\:tw-w-auto {
2392
2307
  width: auto;
2393
2308
  }
@@ -2400,10 +2315,6 @@ video {
2400
2315
  max-width: 100%;
2401
2316
  }
2402
2317
 
2403
- .md\:tw-flex-1 {
2404
- flex: 1 1 0%;
2405
- }
2406
-
2407
2318
  .md\:tw-grow {
2408
2319
  flex-grow: 1;
2409
2320
  }
@@ -2463,10 +2374,6 @@ video {
2463
2374
  object-fit: contain;
2464
2375
  }
2465
2376
 
2466
- .md\:tw-p-0 {
2467
- padding: 0px;
2468
- }
2469
-
2470
2377
  .md\:tw-p-2 {
2471
2378
  padding: 0.5rem;
2472
2379
  }
@@ -2483,11 +2390,6 @@ video {
2483
2390
  padding: 2rem;
2484
2391
  }
2485
2392
 
2486
- .md\:tw-px-12 {
2487
- padding-left: 3rem;
2488
- padding-right: 3rem;
2489
- }
2490
-
2491
2393
  .md\:tw-px-4 {
2492
2394
  padding-left: 1rem;
2493
2395
  padding-right: 1rem;
@@ -2503,10 +2405,6 @@ video {
2503
2405
  padding-bottom: 0.5rem;
2504
2406
  }
2505
2407
 
2506
- .md\:tw-pb-0 {
2507
- padding-bottom: 0px;
2508
- }
2509
-
2510
2408
  .md\:tw-pl-4 {
2511
2409
  padding-left: 1rem;
2512
2410
  }
@@ -617,9 +617,6 @@ video {
617
617
  .tw-m-3 {
618
618
  margin: 0.75rem;
619
619
  }
620
- .tw-m-4 {
621
- margin: 1rem;
622
- }
623
620
  .tw-m-5 {
624
621
  margin: 1.25rem;
625
622
  }
@@ -687,9 +684,6 @@ video {
687
684
  .tw-mb-0 {
688
685
  margin-bottom: 0px;
689
686
  }
690
- .tw-mb-0\.5 {
691
- margin-bottom: 0.125rem;
692
- }
693
687
  .tw-mb-1 {
694
688
  margin-bottom: 0.25rem;
695
689
  }
@@ -723,6 +717,9 @@ video {
723
717
  .tw-ml-4 {
724
718
  margin-left: 1rem;
725
719
  }
720
+ .tw-ml-6 {
721
+ margin-left: 1.5rem;
722
+ }
726
723
  .tw-ml-auto {
727
724
  margin-left: auto;
728
725
  }
@@ -744,6 +741,9 @@ video {
744
741
  .tw-mt-0 {
745
742
  margin-top: 0px;
746
743
  }
744
+ .tw-mt-0\.5 {
745
+ margin-top: 0.125rem;
746
+ }
747
747
  .tw-mt-1 {
748
748
  margin-top: 0.25rem;
749
749
  }
@@ -756,9 +756,6 @@ video {
756
756
  .tw-mt-4 {
757
757
  margin-top: 1rem;
758
758
  }
759
- .tw-mt-6 {
760
- margin-top: 1.5rem;
761
- }
762
759
  .tw-mt-8 {
763
760
  margin-top: 2rem;
764
761
  }
@@ -768,48 +765,6 @@ video {
768
765
  .tw-box-content {
769
766
  box-sizing: content-box;
770
767
  }
771
- .tw-line-clamp-1 {
772
- overflow: hidden;
773
- display: -webkit-box;
774
- -webkit-box-orient: vertical;
775
- -webkit-line-clamp: 1;
776
- }
777
- .tw-line-clamp-2 {
778
- overflow: hidden;
779
- display: -webkit-box;
780
- -webkit-box-orient: vertical;
781
- -webkit-line-clamp: 2;
782
- }
783
- .tw-line-clamp-3 {
784
- overflow: hidden;
785
- display: -webkit-box;
786
- -webkit-box-orient: vertical;
787
- -webkit-line-clamp: 3;
788
- }
789
- .tw-line-clamp-4 {
790
- overflow: hidden;
791
- display: -webkit-box;
792
- -webkit-box-orient: vertical;
793
- -webkit-line-clamp: 4;
794
- }
795
- .tw-line-clamp-5 {
796
- overflow: hidden;
797
- display: -webkit-box;
798
- -webkit-box-orient: vertical;
799
- -webkit-line-clamp: 5;
800
- }
801
- .tw-line-clamp-6 {
802
- overflow: hidden;
803
- display: -webkit-box;
804
- -webkit-box-orient: vertical;
805
- -webkit-line-clamp: 6;
806
- }
807
- .tw-line-clamp-none {
808
- overflow: visible;
809
- display: block;
810
- -webkit-box-orient: horizontal;
811
- -webkit-line-clamp: none;
812
- }
813
768
  .tw-block {
814
769
  display: block;
815
770
  }
@@ -959,9 +914,6 @@ video {
959
914
  .tw-max-w-2xl {
960
915
  max-width: 42rem;
961
916
  }
962
- .tw-max-w-3xl {
963
- max-width: 48rem;
964
- }
965
917
  .tw-max-w-full {
966
918
  max-width: 100%;
967
919
  }
@@ -977,9 +929,6 @@ video {
977
929
  .tw-flex-none {
978
930
  flex: none;
979
931
  }
980
- .tw-flex-shrink-0 {
981
- flex-shrink: 0;
982
- }
983
932
  .tw-grow {
984
933
  flex-grow: 1;
985
934
  }
@@ -1195,9 +1144,6 @@ video {
1195
1144
  text-overflow: ellipsis;
1196
1145
  white-space: nowrap;
1197
1146
  }
1198
- .tw-text-ellipsis {
1199
- text-overflow: ellipsis;
1200
- }
1201
1147
  .tw-whitespace-nowrap {
1202
1148
  white-space: nowrap;
1203
1149
  }
@@ -1660,9 +1606,6 @@ video {
1660
1606
  .tw-p-4 {
1661
1607
  padding: 1rem;
1662
1608
  }
1663
- .tw-p-5 {
1664
- padding: 1.25rem;
1665
- }
1666
1609
  .tw-p-6 {
1667
1610
  padding: 1.5rem;
1668
1611
  }
@@ -1820,10 +1763,6 @@ video {
1820
1763
  font-size: 1.5rem;
1821
1764
  line-height: 2rem;
1822
1765
  }
1823
- .tw-text-3xl {
1824
- font-size: 1.875rem;
1825
- line-height: 2.25rem;
1826
- }
1827
1766
  .tw-text-4xl {
1828
1767
  font-size: 2.25rem;
1829
1768
  line-height: 2.5rem;
@@ -2150,10 +2089,6 @@ video {
2150
2089
  --tw-text-opacity: 1;
2151
2090
  color: rgb(39 52 56 / var(--tw-text-opacity));
2152
2091
  }
2153
- .hover\:tw-text-primary-600:hover {
2154
- --tw-text-opacity: 1;
2155
- color: rgb(14 121 188 / var(--tw-text-opacity));
2156
- }
2157
2092
  .hover\:tw-text-secondary-500:hover {
2158
2093
  --tw-text-opacity: 1;
2159
2094
  color: rgb(93 109 129 / var(--tw-text-opacity));
@@ -2241,10 +2176,6 @@ video {
2241
2176
  margin-bottom: 1rem;
2242
2177
  }
2243
2178
 
2244
- .sm\:tw-ml-2 {
2245
- margin-left: 0.5rem;
2246
- }
2247
-
2248
2179
  .sm\:tw-ml-4 {
2249
2180
  margin-left: 1rem;
2250
2181
  }
@@ -2293,10 +2224,6 @@ video {
2293
2224
  flex-direction: row;
2294
2225
  }
2295
2226
 
2296
- .sm\:tw-items-center {
2297
- align-items: center;
2298
- }
2299
-
2300
2227
  .sm\:tw-rounded-md {
2301
2228
  border-radius: 0.375rem;
2302
2229
  }
@@ -2308,18 +2235,10 @@ video {
2308
2235
  }
2309
2236
  @media (min-width: 768px) {
2310
2237
 
2311
- .md\:tw-relative {
2312
- position: relative;
2313
- }
2314
-
2315
2238
  .md\:tw-right-6 {
2316
2239
  right: 1.5rem;
2317
2240
  }
2318
2241
 
2319
- .md\:tw-order-first {
2320
- order: -9999;
2321
- }
2322
-
2323
2242
  .md\:tw-mb-0 {
2324
2243
  margin-bottom: 0px;
2325
2244
  }
@@ -2384,10 +2303,6 @@ video {
2384
2303
  width: 6rem;
2385
2304
  }
2386
2305
 
2387
- .md\:tw-w-3\/4 {
2388
- width: 75%;
2389
- }
2390
-
2391
2306
  .md\:tw-w-auto {
2392
2307
  width: auto;
2393
2308
  }
@@ -2400,10 +2315,6 @@ video {
2400
2315
  max-width: 100%;
2401
2316
  }
2402
2317
 
2403
- .md\:tw-flex-1 {
2404
- flex: 1 1 0%;
2405
- }
2406
-
2407
2318
  .md\:tw-grow {
2408
2319
  flex-grow: 1;
2409
2320
  }
@@ -2463,10 +2374,6 @@ video {
2463
2374
  object-fit: contain;
2464
2375
  }
2465
2376
 
2466
- .md\:tw-p-0 {
2467
- padding: 0px;
2468
- }
2469
-
2470
2377
  .md\:tw-p-2 {
2471
2378
  padding: 0.5rem;
2472
2379
  }
@@ -2483,11 +2390,6 @@ video {
2483
2390
  padding: 2rem;
2484
2391
  }
2485
2392
 
2486
- .md\:tw-px-12 {
2487
- padding-left: 3rem;
2488
- padding-right: 3rem;
2489
- }
2490
-
2491
2393
  .md\:tw-px-4 {
2492
2394
  padding-left: 1rem;
2493
2395
  padding-right: 1rem;
@@ -2503,10 +2405,6 @@ video {
2503
2405
  padding-bottom: 0.5rem;
2504
2406
  }
2505
2407
 
2506
- .md\:tw-pb-0 {
2507
- padding-bottom: 0px;
2508
- }
2509
-
2510
2408
  .md\:tw-pl-4 {
2511
2409
  padding-left: 1rem;
2512
2410
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@designcrowd/fe-shared-lib",
3
- "version": "1.5.11-kp-4",
3
+ "version": "1.5.12-getty-1",
4
4
  "scripts": {
5
5
  "start": "run-p storybook watch:translation",
6
6
  "build": "npm run build:css --production",
@@ -415,6 +415,7 @@ import IconWebsitesUpgradeToMaps from './icons/websites/upgrade-to-maps.vue';
415
415
  import IconWebsitesUpgradeToGoogleAd from './icons/websites/upgrade-to-google-ad.vue';
416
416
 
417
417
  import IconGroup from './icons/group.vue';
418
+ import IconPremiumContent from './icons/premium-content.vue';
418
419
 
419
420
  export default {
420
421
  components: {
@@ -699,6 +700,7 @@ export default {
699
700
  IconShape,
700
701
 
701
702
  IconGroup,
703
+ IconPremiumContent,
702
704
 
703
705
  // Maker icons
704
706
  IconMakerAnimate,
@@ -0,0 +1,8 @@
1
+ <template>
2
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path
4
+ d="M12.55 12.125C12.6521 12.125 12.7323 12.1536 12.7906 12.2109C12.8635 12.2826 12.9 12.3685 12.9 12.4688V13.1563C12.9 13.2565 12.8635 13.3353 12.7906 13.3926C12.7323 13.4642 12.6521 13.5 12.55 13.5H3.45C3.34792 13.5 3.26042 13.4642 3.1875 13.3926C3.12917 13.3353 3.1 13.2565 3.1 13.1563V12.4688C3.1 12.3685 3.12917 12.2826 3.1875 12.2109C3.26042 12.1536 3.34792 12.125 3.45 12.125H12.55ZM13.2063 5.55078C13.4104 5.35026 13.6583 5.25 13.95 5.25C14.2417 5.25 14.4896 5.35026 14.6938 5.55078C14.8979 5.7513 15 5.99479 15 6.28125C15 6.56771 14.8979 6.8112 14.6938 7.01172C14.4896 7.21224 14.2417 7.3125 13.95 7.3125C13.9063 7.3125 13.8479 7.30534 13.775 7.29102L12.2 11.4375H3.8L2.225 7.29102C2.15208 7.30534 2.09375 7.3125 2.05 7.3125C1.75833 7.3125 1.51042 7.21224 1.30625 7.01172C1.10208 6.8112 1 6.56771 1 6.28125C1 5.99479 1.10208 5.7513 1.30625 5.55078C1.51042 5.35026 1.75833 5.25 2.05 5.25C2.34167 5.25 2.58958 5.35026 2.79375 5.55078C2.99792 5.7513 3.1 5.99479 3.1 6.28125C3.1 6.42448 3.07083 6.56771 3.0125 6.71094L4.5875 7.63477C4.74792 7.73503 4.92292 7.76367 5.1125 7.7207C5.31667 7.66341 5.4625 7.55599 5.55 7.39844L7.34375 4.32617C7.08125 4.11133 6.95 3.84635 6.95 3.53125C6.95 3.24479 7.05208 3.0013 7.25625 2.80078C7.46042 2.60026 7.70833 2.5 8 2.5C8.29167 2.5 8.53958 2.60026 8.74375 2.80078C8.94792 3.0013 9.05 3.24479 9.05 3.53125C9.05 3.84635 8.91875 4.11133 8.65625 4.32617L10.45 7.39844C10.5375 7.55599 10.676 7.66341 10.8656 7.7207C11.0552 7.76367 11.2375 7.73503 11.4125 7.63477L12.9875 6.71094C12.9292 6.56771 12.9 6.42448 12.9 6.28125C12.9 5.99479 13.0021 5.7513 13.2063 5.55078Z"
5
+ fill="black"
6
+ />
7
+ </svg>
8
+ </template>