@designcrowd/fe-shared-lib 1.5.6-add-shield-tick-v3 → 1.5.6-ast-masonry-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,9 +684,6 @@ video {
684
684
  .tw-mb-0 {
685
685
  margin-bottom: 0px;
686
686
  }
687
- .tw-mb-0\.5 {
688
- margin-bottom: 0.125rem;
689
- }
690
687
  .tw-mb-1 {
691
688
  margin-bottom: 0.25rem;
692
689
  }
@@ -741,6 +738,9 @@ video {
741
738
  .tw-mt-0 {
742
739
  margin-top: 0px;
743
740
  }
741
+ .tw-mt-0\.5 {
742
+ margin-top: 0.125rem;
743
+ }
744
744
  .tw-mt-1 {
745
745
  margin-top: 0.25rem;
746
746
  }
@@ -753,9 +753,6 @@ video {
753
753
  .tw-mt-4 {
754
754
  margin-top: 1rem;
755
755
  }
756
- .tw-mt-6 {
757
- margin-top: 1.5rem;
758
- }
759
756
  .tw-mt-8 {
760
757
  margin-top: 2rem;
761
758
  }
@@ -765,48 +762,6 @@ video {
765
762
  .tw-box-content {
766
763
  box-sizing: content-box;
767
764
  }
768
- .tw-line-clamp-1 {
769
- overflow: hidden;
770
- display: -webkit-box;
771
- -webkit-box-orient: vertical;
772
- -webkit-line-clamp: 1;
773
- }
774
- .tw-line-clamp-2 {
775
- overflow: hidden;
776
- display: -webkit-box;
777
- -webkit-box-orient: vertical;
778
- -webkit-line-clamp: 2;
779
- }
780
- .tw-line-clamp-3 {
781
- overflow: hidden;
782
- display: -webkit-box;
783
- -webkit-box-orient: vertical;
784
- -webkit-line-clamp: 3;
785
- }
786
- .tw-line-clamp-4 {
787
- overflow: hidden;
788
- display: -webkit-box;
789
- -webkit-box-orient: vertical;
790
- -webkit-line-clamp: 4;
791
- }
792
- .tw-line-clamp-5 {
793
- overflow: hidden;
794
- display: -webkit-box;
795
- -webkit-box-orient: vertical;
796
- -webkit-line-clamp: 5;
797
- }
798
- .tw-line-clamp-6 {
799
- overflow: hidden;
800
- display: -webkit-box;
801
- -webkit-box-orient: vertical;
802
- -webkit-line-clamp: 6;
803
- }
804
- .tw-line-clamp-none {
805
- overflow: visible;
806
- display: block;
807
- -webkit-box-orient: horizontal;
808
- -webkit-line-clamp: none;
809
- }
810
765
  .tw-block {
811
766
  display: block;
812
767
  }
@@ -971,9 +926,6 @@ video {
971
926
  .tw-flex-none {
972
927
  flex: none;
973
928
  }
974
- .tw-flex-shrink-0 {
975
- flex-shrink: 0;
976
- }
977
929
  .tw-grow {
978
930
  flex-grow: 1;
979
931
  }
@@ -1189,9 +1141,6 @@ video {
1189
1141
  text-overflow: ellipsis;
1190
1142
  white-space: nowrap;
1191
1143
  }
1192
- .tw-text-ellipsis {
1193
- text-overflow: ellipsis;
1194
- }
1195
1144
  .tw-whitespace-nowrap {
1196
1145
  white-space: nowrap;
1197
1146
  }
@@ -1792,6 +1741,9 @@ video {
1792
1741
  .tw-pt-2 {
1793
1742
  padding-top: 0.5rem;
1794
1743
  }
1744
+ .tw-pt-4 {
1745
+ padding-top: 1rem;
1746
+ }
1795
1747
  .tw-pt-6 {
1796
1748
  padding-top: 1.5rem;
1797
1749
  }
@@ -2227,10 +2179,6 @@ video {
2227
2179
  margin-bottom: 1rem;
2228
2180
  }
2229
2181
 
2230
- .sm\:tw-ml-2 {
2231
- margin-left: 0.5rem;
2232
- }
2233
-
2234
2182
  .sm\:tw-ml-4 {
2235
2183
  margin-left: 1rem;
2236
2184
  }
@@ -2279,10 +2227,6 @@ video {
2279
2227
  flex-direction: row;
2280
2228
  }
2281
2229
 
2282
- .sm\:tw-items-center {
2283
- align-items: center;
2284
- }
2285
-
2286
2230
  .sm\:tw-rounded-md {
2287
2231
  border-radius: 0.375rem;
2288
2232
  }
@@ -2449,11 +2393,6 @@ video {
2449
2393
  padding: 2rem;
2450
2394
  }
2451
2395
 
2452
- .md\:tw-px-12 {
2453
- padding-left: 3rem;
2454
- padding-right: 3rem;
2455
- }
2456
-
2457
2396
  .md\:tw-px-4 {
2458
2397
  padding-left: 1rem;
2459
2398
  padding-right: 1rem;
@@ -684,9 +684,6 @@ video {
684
684
  .tw-mb-0 {
685
685
  margin-bottom: 0px;
686
686
  }
687
- .tw-mb-0\.5 {
688
- margin-bottom: 0.125rem;
689
- }
690
687
  .tw-mb-1 {
691
688
  margin-bottom: 0.25rem;
692
689
  }
@@ -741,6 +738,9 @@ video {
741
738
  .tw-mt-0 {
742
739
  margin-top: 0px;
743
740
  }
741
+ .tw-mt-0\.5 {
742
+ margin-top: 0.125rem;
743
+ }
744
744
  .tw-mt-1 {
745
745
  margin-top: 0.25rem;
746
746
  }
@@ -753,9 +753,6 @@ video {
753
753
  .tw-mt-4 {
754
754
  margin-top: 1rem;
755
755
  }
756
- .tw-mt-6 {
757
- margin-top: 1.5rem;
758
- }
759
756
  .tw-mt-8 {
760
757
  margin-top: 2rem;
761
758
  }
@@ -765,48 +762,6 @@ video {
765
762
  .tw-box-content {
766
763
  box-sizing: content-box;
767
764
  }
768
- .tw-line-clamp-1 {
769
- overflow: hidden;
770
- display: -webkit-box;
771
- -webkit-box-orient: vertical;
772
- -webkit-line-clamp: 1;
773
- }
774
- .tw-line-clamp-2 {
775
- overflow: hidden;
776
- display: -webkit-box;
777
- -webkit-box-orient: vertical;
778
- -webkit-line-clamp: 2;
779
- }
780
- .tw-line-clamp-3 {
781
- overflow: hidden;
782
- display: -webkit-box;
783
- -webkit-box-orient: vertical;
784
- -webkit-line-clamp: 3;
785
- }
786
- .tw-line-clamp-4 {
787
- overflow: hidden;
788
- display: -webkit-box;
789
- -webkit-box-orient: vertical;
790
- -webkit-line-clamp: 4;
791
- }
792
- .tw-line-clamp-5 {
793
- overflow: hidden;
794
- display: -webkit-box;
795
- -webkit-box-orient: vertical;
796
- -webkit-line-clamp: 5;
797
- }
798
- .tw-line-clamp-6 {
799
- overflow: hidden;
800
- display: -webkit-box;
801
- -webkit-box-orient: vertical;
802
- -webkit-line-clamp: 6;
803
- }
804
- .tw-line-clamp-none {
805
- overflow: visible;
806
- display: block;
807
- -webkit-box-orient: horizontal;
808
- -webkit-line-clamp: none;
809
- }
810
765
  .tw-block {
811
766
  display: block;
812
767
  }
@@ -971,9 +926,6 @@ video {
971
926
  .tw-flex-none {
972
927
  flex: none;
973
928
  }
974
- .tw-flex-shrink-0 {
975
- flex-shrink: 0;
976
- }
977
929
  .tw-grow {
978
930
  flex-grow: 1;
979
931
  }
@@ -1189,9 +1141,6 @@ video {
1189
1141
  text-overflow: ellipsis;
1190
1142
  white-space: nowrap;
1191
1143
  }
1192
- .tw-text-ellipsis {
1193
- text-overflow: ellipsis;
1194
- }
1195
1144
  .tw-whitespace-nowrap {
1196
1145
  white-space: nowrap;
1197
1146
  }
@@ -1640,6 +1589,9 @@ video {
1640
1589
  .tw-pt-2 {
1641
1590
  padding-top: 0.5rem;
1642
1591
  }
1592
+ .tw-pt-4 {
1593
+ padding-top: 1rem;
1594
+ }
1643
1595
  .tw-pt-6 {
1644
1596
  padding-top: 1.5rem;
1645
1597
  }
@@ -1911,10 +1863,6 @@ video {
1911
1863
  margin-bottom: 1rem;
1912
1864
  }
1913
1865
 
1914
- .sm\:tw-ml-2 {
1915
- margin-left: 0.5rem;
1916
- }
1917
-
1918
1866
  .sm\:tw-ml-4 {
1919
1867
  margin-left: 1rem;
1920
1868
  }
@@ -1963,10 +1911,6 @@ video {
1963
1911
  flex-direction: row;
1964
1912
  }
1965
1913
 
1966
- .sm\:tw-items-center {
1967
- align-items: center;
1968
- }
1969
-
1970
1914
  .sm\:tw-rounded-md {
1971
1915
  border-radius: 0.375rem;
1972
1916
  }
@@ -2133,11 +2077,6 @@ video {
2133
2077
  padding: 2rem;
2134
2078
  }
2135
2079
 
2136
- .md\:tw-px-12 {
2137
- padding-left: 3rem;
2138
- padding-right: 3rem;
2139
- }
2140
-
2141
2080
  .md\:tw-px-4 {
2142
2081
  padding-left: 1rem;
2143
2082
  padding-right: 1rem;
@@ -684,9 +684,6 @@ video {
684
684
  .tw-mb-0 {
685
685
  margin-bottom: 0px;
686
686
  }
687
- .tw-mb-0\.5 {
688
- margin-bottom: 0.125rem;
689
- }
690
687
  .tw-mb-1 {
691
688
  margin-bottom: 0.25rem;
692
689
  }
@@ -741,6 +738,9 @@ video {
741
738
  .tw-mt-0 {
742
739
  margin-top: 0px;
743
740
  }
741
+ .tw-mt-0\.5 {
742
+ margin-top: 0.125rem;
743
+ }
744
744
  .tw-mt-1 {
745
745
  margin-top: 0.25rem;
746
746
  }
@@ -753,9 +753,6 @@ video {
753
753
  .tw-mt-4 {
754
754
  margin-top: 1rem;
755
755
  }
756
- .tw-mt-6 {
757
- margin-top: 1.5rem;
758
- }
759
756
  .tw-mt-8 {
760
757
  margin-top: 2rem;
761
758
  }
@@ -765,48 +762,6 @@ video {
765
762
  .tw-box-content {
766
763
  box-sizing: content-box;
767
764
  }
768
- .tw-line-clamp-1 {
769
- overflow: hidden;
770
- display: -webkit-box;
771
- -webkit-box-orient: vertical;
772
- -webkit-line-clamp: 1;
773
- }
774
- .tw-line-clamp-2 {
775
- overflow: hidden;
776
- display: -webkit-box;
777
- -webkit-box-orient: vertical;
778
- -webkit-line-clamp: 2;
779
- }
780
- .tw-line-clamp-3 {
781
- overflow: hidden;
782
- display: -webkit-box;
783
- -webkit-box-orient: vertical;
784
- -webkit-line-clamp: 3;
785
- }
786
- .tw-line-clamp-4 {
787
- overflow: hidden;
788
- display: -webkit-box;
789
- -webkit-box-orient: vertical;
790
- -webkit-line-clamp: 4;
791
- }
792
- .tw-line-clamp-5 {
793
- overflow: hidden;
794
- display: -webkit-box;
795
- -webkit-box-orient: vertical;
796
- -webkit-line-clamp: 5;
797
- }
798
- .tw-line-clamp-6 {
799
- overflow: hidden;
800
- display: -webkit-box;
801
- -webkit-box-orient: vertical;
802
- -webkit-line-clamp: 6;
803
- }
804
- .tw-line-clamp-none {
805
- overflow: visible;
806
- display: block;
807
- -webkit-box-orient: horizontal;
808
- -webkit-line-clamp: none;
809
- }
810
765
  .tw-block {
811
766
  display: block;
812
767
  }
@@ -971,9 +926,6 @@ video {
971
926
  .tw-flex-none {
972
927
  flex: none;
973
928
  }
974
- .tw-flex-shrink-0 {
975
- flex-shrink: 0;
976
- }
977
929
  .tw-grow {
978
930
  flex-grow: 1;
979
931
  }
@@ -1189,9 +1141,6 @@ video {
1189
1141
  text-overflow: ellipsis;
1190
1142
  white-space: nowrap;
1191
1143
  }
1192
- .tw-text-ellipsis {
1193
- text-overflow: ellipsis;
1194
- }
1195
1144
  .tw-whitespace-nowrap {
1196
1145
  white-space: nowrap;
1197
1146
  }
@@ -1792,6 +1741,9 @@ video {
1792
1741
  .tw-pt-2 {
1793
1742
  padding-top: 0.5rem;
1794
1743
  }
1744
+ .tw-pt-4 {
1745
+ padding-top: 1rem;
1746
+ }
1795
1747
  .tw-pt-6 {
1796
1748
  padding-top: 1.5rem;
1797
1749
  }
@@ -2227,10 +2179,6 @@ video {
2227
2179
  margin-bottom: 1rem;
2228
2180
  }
2229
2181
 
2230
- .sm\:tw-ml-2 {
2231
- margin-left: 0.5rem;
2232
- }
2233
-
2234
2182
  .sm\:tw-ml-4 {
2235
2183
  margin-left: 1rem;
2236
2184
  }
@@ -2279,10 +2227,6 @@ video {
2279
2227
  flex-direction: row;
2280
2228
  }
2281
2229
 
2282
- .sm\:tw-items-center {
2283
- align-items: center;
2284
- }
2285
-
2286
2230
  .sm\:tw-rounded-md {
2287
2231
  border-radius: 0.375rem;
2288
2232
  }
@@ -2449,11 +2393,6 @@ video {
2449
2393
  padding: 2rem;
2450
2394
  }
2451
2395
 
2452
- .md\:tw-px-12 {
2453
- padding-left: 3rem;
2454
- padding-right: 3rem;
2455
- }
2456
-
2457
2396
  .md\:tw-px-4 {
2458
2397
  padding-left: 1rem;
2459
2398
  padding-right: 1rem;
@@ -684,9 +684,6 @@ video {
684
684
  .tw-mb-0 {
685
685
  margin-bottom: 0px;
686
686
  }
687
- .tw-mb-0\.5 {
688
- margin-bottom: 0.125rem;
689
- }
690
687
  .tw-mb-1 {
691
688
  margin-bottom: 0.25rem;
692
689
  }
@@ -741,6 +738,9 @@ video {
741
738
  .tw-mt-0 {
742
739
  margin-top: 0px;
743
740
  }
741
+ .tw-mt-0\.5 {
742
+ margin-top: 0.125rem;
743
+ }
744
744
  .tw-mt-1 {
745
745
  margin-top: 0.25rem;
746
746
  }
@@ -753,9 +753,6 @@ video {
753
753
  .tw-mt-4 {
754
754
  margin-top: 1rem;
755
755
  }
756
- .tw-mt-6 {
757
- margin-top: 1.5rem;
758
- }
759
756
  .tw-mt-8 {
760
757
  margin-top: 2rem;
761
758
  }
@@ -765,48 +762,6 @@ video {
765
762
  .tw-box-content {
766
763
  box-sizing: content-box;
767
764
  }
768
- .tw-line-clamp-1 {
769
- overflow: hidden;
770
- display: -webkit-box;
771
- -webkit-box-orient: vertical;
772
- -webkit-line-clamp: 1;
773
- }
774
- .tw-line-clamp-2 {
775
- overflow: hidden;
776
- display: -webkit-box;
777
- -webkit-box-orient: vertical;
778
- -webkit-line-clamp: 2;
779
- }
780
- .tw-line-clamp-3 {
781
- overflow: hidden;
782
- display: -webkit-box;
783
- -webkit-box-orient: vertical;
784
- -webkit-line-clamp: 3;
785
- }
786
- .tw-line-clamp-4 {
787
- overflow: hidden;
788
- display: -webkit-box;
789
- -webkit-box-orient: vertical;
790
- -webkit-line-clamp: 4;
791
- }
792
- .tw-line-clamp-5 {
793
- overflow: hidden;
794
- display: -webkit-box;
795
- -webkit-box-orient: vertical;
796
- -webkit-line-clamp: 5;
797
- }
798
- .tw-line-clamp-6 {
799
- overflow: hidden;
800
- display: -webkit-box;
801
- -webkit-box-orient: vertical;
802
- -webkit-line-clamp: 6;
803
- }
804
- .tw-line-clamp-none {
805
- overflow: visible;
806
- display: block;
807
- -webkit-box-orient: horizontal;
808
- -webkit-line-clamp: none;
809
- }
810
765
  .tw-block {
811
766
  display: block;
812
767
  }
@@ -971,9 +926,6 @@ video {
971
926
  .tw-flex-none {
972
927
  flex: none;
973
928
  }
974
- .tw-flex-shrink-0 {
975
- flex-shrink: 0;
976
- }
977
929
  .tw-grow {
978
930
  flex-grow: 1;
979
931
  }
@@ -1189,9 +1141,6 @@ video {
1189
1141
  text-overflow: ellipsis;
1190
1142
  white-space: nowrap;
1191
1143
  }
1192
- .tw-text-ellipsis {
1193
- text-overflow: ellipsis;
1194
- }
1195
1144
  .tw-whitespace-nowrap {
1196
1145
  white-space: nowrap;
1197
1146
  }
@@ -1792,6 +1741,9 @@ video {
1792
1741
  .tw-pt-2 {
1793
1742
  padding-top: 0.5rem;
1794
1743
  }
1744
+ .tw-pt-4 {
1745
+ padding-top: 1rem;
1746
+ }
1795
1747
  .tw-pt-6 {
1796
1748
  padding-top: 1.5rem;
1797
1749
  }
@@ -2227,10 +2179,6 @@ video {
2227
2179
  margin-bottom: 1rem;
2228
2180
  }
2229
2181
 
2230
- .sm\:tw-ml-2 {
2231
- margin-left: 0.5rem;
2232
- }
2233
-
2234
2182
  .sm\:tw-ml-4 {
2235
2183
  margin-left: 1rem;
2236
2184
  }
@@ -2279,10 +2227,6 @@ video {
2279
2227
  flex-direction: row;
2280
2228
  }
2281
2229
 
2282
- .sm\:tw-items-center {
2283
- align-items: center;
2284
- }
2285
-
2286
2230
  .sm\:tw-rounded-md {
2287
2231
  border-radius: 0.375rem;
2288
2232
  }
@@ -2449,11 +2393,6 @@ video {
2449
2393
  padding: 2rem;
2450
2394
  }
2451
2395
 
2452
- .md\:tw-px-12 {
2453
- padding-left: 3rem;
2454
- padding-right: 3rem;
2455
- }
2456
-
2457
2396
  .md\:tw-px-4 {
2458
2397
  padding-left: 1rem;
2459
2398
  padding-right: 1rem;
@@ -684,9 +684,6 @@ video {
684
684
  .tw-mb-0 {
685
685
  margin-bottom: 0px;
686
686
  }
687
- .tw-mb-0\.5 {
688
- margin-bottom: 0.125rem;
689
- }
690
687
  .tw-mb-1 {
691
688
  margin-bottom: 0.25rem;
692
689
  }
@@ -741,6 +738,9 @@ video {
741
738
  .tw-mt-0 {
742
739
  margin-top: 0px;
743
740
  }
741
+ .tw-mt-0\.5 {
742
+ margin-top: 0.125rem;
743
+ }
744
744
  .tw-mt-1 {
745
745
  margin-top: 0.25rem;
746
746
  }
@@ -753,9 +753,6 @@ video {
753
753
  .tw-mt-4 {
754
754
  margin-top: 1rem;
755
755
  }
756
- .tw-mt-6 {
757
- margin-top: 1.5rem;
758
- }
759
756
  .tw-mt-8 {
760
757
  margin-top: 2rem;
761
758
  }
@@ -765,48 +762,6 @@ video {
765
762
  .tw-box-content {
766
763
  box-sizing: content-box;
767
764
  }
768
- .tw-line-clamp-1 {
769
- overflow: hidden;
770
- display: -webkit-box;
771
- -webkit-box-orient: vertical;
772
- -webkit-line-clamp: 1;
773
- }
774
- .tw-line-clamp-2 {
775
- overflow: hidden;
776
- display: -webkit-box;
777
- -webkit-box-orient: vertical;
778
- -webkit-line-clamp: 2;
779
- }
780
- .tw-line-clamp-3 {
781
- overflow: hidden;
782
- display: -webkit-box;
783
- -webkit-box-orient: vertical;
784
- -webkit-line-clamp: 3;
785
- }
786
- .tw-line-clamp-4 {
787
- overflow: hidden;
788
- display: -webkit-box;
789
- -webkit-box-orient: vertical;
790
- -webkit-line-clamp: 4;
791
- }
792
- .tw-line-clamp-5 {
793
- overflow: hidden;
794
- display: -webkit-box;
795
- -webkit-box-orient: vertical;
796
- -webkit-line-clamp: 5;
797
- }
798
- .tw-line-clamp-6 {
799
- overflow: hidden;
800
- display: -webkit-box;
801
- -webkit-box-orient: vertical;
802
- -webkit-line-clamp: 6;
803
- }
804
- .tw-line-clamp-none {
805
- overflow: visible;
806
- display: block;
807
- -webkit-box-orient: horizontal;
808
- -webkit-line-clamp: none;
809
- }
810
765
  .tw-block {
811
766
  display: block;
812
767
  }
@@ -971,9 +926,6 @@ video {
971
926
  .tw-flex-none {
972
927
  flex: none;
973
928
  }
974
- .tw-flex-shrink-0 {
975
- flex-shrink: 0;
976
- }
977
929
  .tw-grow {
978
930
  flex-grow: 1;
979
931
  }
@@ -1189,9 +1141,6 @@ video {
1189
1141
  text-overflow: ellipsis;
1190
1142
  white-space: nowrap;
1191
1143
  }
1192
- .tw-text-ellipsis {
1193
- text-overflow: ellipsis;
1194
- }
1195
1144
  .tw-whitespace-nowrap {
1196
1145
  white-space: nowrap;
1197
1146
  }
@@ -1792,6 +1741,9 @@ video {
1792
1741
  .tw-pt-2 {
1793
1742
  padding-top: 0.5rem;
1794
1743
  }
1744
+ .tw-pt-4 {
1745
+ padding-top: 1rem;
1746
+ }
1795
1747
  .tw-pt-6 {
1796
1748
  padding-top: 1.5rem;
1797
1749
  }
@@ -2227,10 +2179,6 @@ video {
2227
2179
  margin-bottom: 1rem;
2228
2180
  }
2229
2181
 
2230
- .sm\:tw-ml-2 {
2231
- margin-left: 0.5rem;
2232
- }
2233
-
2234
2182
  .sm\:tw-ml-4 {
2235
2183
  margin-left: 1rem;
2236
2184
  }
@@ -2279,10 +2227,6 @@ video {
2279
2227
  flex-direction: row;
2280
2228
  }
2281
2229
 
2282
- .sm\:tw-items-center {
2283
- align-items: center;
2284
- }
2285
-
2286
2230
  .sm\:tw-rounded-md {
2287
2231
  border-radius: 0.375rem;
2288
2232
  }
@@ -2449,11 +2393,6 @@ video {
2449
2393
  padding: 2rem;
2450
2394
  }
2451
2395
 
2452
- .md\:tw-px-12 {
2453
- padding-left: 3rem;
2454
- padding-right: 3rem;
2455
- }
2456
-
2457
2396
  .md\:tw-px-4 {
2458
2397
  padding-left: 1rem;
2459
2398
  padding-right: 1rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@designcrowd/fe-shared-lib",
3
- "version": "1.5.6-add-shield-tick-v3",
3
+ "version": "1.5.6-ast-masonry-1",
4
4
  "scripts": {
5
5
  "start": "run-p storybook watch:translation",
6
6
  "build": "npm run build:css --production",