@designcrowd/fe-shared-lib 1.2.20-ast-icon-update → 1.2.20-hide-page-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 +2493 -0
- package/dist/css/tailwind-brandPage.css +2177 -0
- package/dist/css/tailwind-crazyDomains.css +2493 -0
- package/dist/css/tailwind-designCom.css +2493 -0
- package/dist/css/tailwind-designCrowd.css +2493 -0
- package/package.json +1 -1
- package/public/css/tailwind-brandCrowd.css +0 -33
- package/public/css/tailwind-brandPage.css +0 -33
- package/public/css/tailwind-crazyDomains.css +0 -33
- package/public/css/tailwind-designCom.css +0 -33
- package/public/css/tailwind-designCrowd.css +0 -33
- package/src/atoms/components/Icon/Icon.stories.js +1 -0
- package/src/atoms/components/Icon/Icon.vue +2 -0
- package/src/atoms/components/Icon/icons/eye-open.vue +11 -0
- package/src/atoms/components/Icon/icons/maker/twitter.vue +1 -2
package/package.json
CHANGED
|
@@ -699,9 +699,6 @@ video {
|
|
|
699
699
|
.theme-brandCrowd .tw-mb-4 {
|
|
700
700
|
margin-bottom: 1rem;
|
|
701
701
|
}
|
|
702
|
-
.theme-brandCrowd .tw-mb-5 {
|
|
703
|
-
margin-bottom: 1.25rem;
|
|
704
|
-
}
|
|
705
702
|
.theme-brandCrowd .tw-mb-6 {
|
|
706
703
|
margin-bottom: 1.5rem;
|
|
707
704
|
}
|
|
@@ -720,9 +717,6 @@ video {
|
|
|
720
717
|
.theme-brandCrowd .tw-ml-4 {
|
|
721
718
|
margin-left: 1rem;
|
|
722
719
|
}
|
|
723
|
-
.theme-brandCrowd .tw-ml-6 {
|
|
724
|
-
margin-left: 1.5rem;
|
|
725
|
-
}
|
|
726
720
|
.theme-brandCrowd .tw-ml-auto {
|
|
727
721
|
margin-left: auto;
|
|
728
722
|
}
|
|
@@ -759,9 +753,6 @@ video {
|
|
|
759
753
|
.theme-brandCrowd .tw-mt-4 {
|
|
760
754
|
margin-top: 1rem;
|
|
761
755
|
}
|
|
762
|
-
.theme-brandCrowd .tw-mt-5 {
|
|
763
|
-
margin-top: 1.25rem;
|
|
764
|
-
}
|
|
765
756
|
.theme-brandCrowd .tw-mt-8 {
|
|
766
757
|
margin-top: 2rem;
|
|
767
758
|
}
|
|
@@ -929,9 +920,6 @@ video {
|
|
|
929
920
|
.theme-brandCrowd .tw-max-w-xl {
|
|
930
921
|
max-width: 36rem;
|
|
931
922
|
}
|
|
932
|
-
.theme-brandCrowd .tw-flex-1 {
|
|
933
|
-
flex: 1 1 0%;
|
|
934
|
-
}
|
|
935
923
|
.theme-brandCrowd .tw-flex-auto {
|
|
936
924
|
flex: 1 1 auto;
|
|
937
925
|
}
|
|
@@ -1615,9 +1603,6 @@ video {
|
|
|
1615
1603
|
.theme-brandCrowd .tw-p-4 {
|
|
1616
1604
|
padding: 1rem;
|
|
1617
1605
|
}
|
|
1618
|
-
.theme-brandCrowd .tw-p-5 {
|
|
1619
|
-
padding: 1.25rem;
|
|
1620
|
-
}
|
|
1621
1606
|
.theme-brandCrowd .tw-p-6 {
|
|
1622
1607
|
padding: 1.5rem;
|
|
1623
1608
|
}
|
|
@@ -1753,9 +1738,6 @@ video {
|
|
|
1753
1738
|
.theme-brandCrowd .tw-pt-2 {
|
|
1754
1739
|
padding-top: 0.5rem;
|
|
1755
1740
|
}
|
|
1756
|
-
.theme-brandCrowd .tw-pt-4 {
|
|
1757
|
-
padding-top: 1rem;
|
|
1758
|
-
}
|
|
1759
1741
|
.theme-brandCrowd .tw-pt-6 {
|
|
1760
1742
|
padding-top: 1.5rem;
|
|
1761
1743
|
}
|
|
@@ -1981,11 +1963,6 @@ video {
|
|
|
1981
1963
|
--tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
|
|
1982
1964
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
1983
1965
|
}
|
|
1984
|
-
.theme-brandCrowd .tw-transition-all {
|
|
1985
|
-
transition-property: all;
|
|
1986
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1987
|
-
transition-duration: 150ms;
|
|
1988
|
-
}
|
|
1989
1966
|
.theme-brandCrowd .tw-transition-colors {
|
|
1990
1967
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
1991
1968
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -2161,20 +2138,10 @@ video {
|
|
|
2161
2138
|
outline: 2px solid transparent;
|
|
2162
2139
|
outline-offset: 2px;
|
|
2163
2140
|
}
|
|
2164
|
-
.theme-brandCrowd .tw-group:hover .group-hover\:tw-scale-105 {
|
|
2165
|
-
--tw-scale-x: 1.05;
|
|
2166
|
-
--tw-scale-y: 1.05;
|
|
2167
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2168
|
-
}
|
|
2169
2141
|
.theme-brandCrowd .tw-group:hover .group-hover\:tw-text-info-500 {
|
|
2170
2142
|
--tw-text-opacity: 1;
|
|
2171
2143
|
color: rgb(0 151 215 / var(--tw-text-opacity));
|
|
2172
2144
|
}
|
|
2173
|
-
.theme-brandCrowd .tw-group:hover .group-hover\:tw-shadow {
|
|
2174
|
-
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
2175
|
-
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
2176
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2177
|
-
}
|
|
2178
2145
|
@media (min-width: 640px) {
|
|
2179
2146
|
.theme-brandCrowd .sm\:tw-absolute {
|
|
2180
2147
|
position: absolute;
|
|
@@ -699,9 +699,6 @@ video {
|
|
|
699
699
|
.theme-brandPage .tw-mb-4 {
|
|
700
700
|
margin-bottom: 1rem;
|
|
701
701
|
}
|
|
702
|
-
.theme-brandPage .tw-mb-5 {
|
|
703
|
-
margin-bottom: 1.25rem;
|
|
704
|
-
}
|
|
705
702
|
.theme-brandPage .tw-mb-6 {
|
|
706
703
|
margin-bottom: 1.5rem;
|
|
707
704
|
}
|
|
@@ -720,9 +717,6 @@ video {
|
|
|
720
717
|
.theme-brandPage .tw-ml-4 {
|
|
721
718
|
margin-left: 1rem;
|
|
722
719
|
}
|
|
723
|
-
.theme-brandPage .tw-ml-6 {
|
|
724
|
-
margin-left: 1.5rem;
|
|
725
|
-
}
|
|
726
720
|
.theme-brandPage .tw-ml-auto {
|
|
727
721
|
margin-left: auto;
|
|
728
722
|
}
|
|
@@ -759,9 +753,6 @@ video {
|
|
|
759
753
|
.theme-brandPage .tw-mt-4 {
|
|
760
754
|
margin-top: 1rem;
|
|
761
755
|
}
|
|
762
|
-
.theme-brandPage .tw-mt-5 {
|
|
763
|
-
margin-top: 1.25rem;
|
|
764
|
-
}
|
|
765
756
|
.theme-brandPage .tw-mt-8 {
|
|
766
757
|
margin-top: 2rem;
|
|
767
758
|
}
|
|
@@ -929,9 +920,6 @@ video {
|
|
|
929
920
|
.theme-brandPage .tw-max-w-xl {
|
|
930
921
|
max-width: 36rem;
|
|
931
922
|
}
|
|
932
|
-
.theme-brandPage .tw-flex-1 {
|
|
933
|
-
flex: 1 1 0%;
|
|
934
|
-
}
|
|
935
923
|
.theme-brandPage .tw-flex-auto {
|
|
936
924
|
flex: 1 1 auto;
|
|
937
925
|
}
|
|
@@ -1463,9 +1451,6 @@ video {
|
|
|
1463
1451
|
.theme-brandPage .tw-p-4 {
|
|
1464
1452
|
padding: 1rem;
|
|
1465
1453
|
}
|
|
1466
|
-
.theme-brandPage .tw-p-5 {
|
|
1467
|
-
padding: 1.25rem;
|
|
1468
|
-
}
|
|
1469
1454
|
.theme-brandPage .tw-p-6 {
|
|
1470
1455
|
padding: 1.5rem;
|
|
1471
1456
|
}
|
|
@@ -1601,9 +1586,6 @@ video {
|
|
|
1601
1586
|
.theme-brandPage .tw-pt-2 {
|
|
1602
1587
|
padding-top: 0.5rem;
|
|
1603
1588
|
}
|
|
1604
|
-
.theme-brandPage .tw-pt-4 {
|
|
1605
|
-
padding-top: 1rem;
|
|
1606
|
-
}
|
|
1607
1589
|
.theme-brandPage .tw-pt-6 {
|
|
1608
1590
|
padding-top: 1.5rem;
|
|
1609
1591
|
}
|
|
@@ -1769,11 +1751,6 @@ video {
|
|
|
1769
1751
|
--tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
|
|
1770
1752
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
1771
1753
|
}
|
|
1772
|
-
.theme-brandPage .tw-transition-all {
|
|
1773
|
-
transition-property: all;
|
|
1774
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1775
|
-
transition-duration: 150ms;
|
|
1776
|
-
}
|
|
1777
1754
|
.theme-brandPage .tw-transition-colors {
|
|
1778
1755
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
1779
1756
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -1849,16 +1826,6 @@ video {
|
|
|
1849
1826
|
outline: 2px solid transparent;
|
|
1850
1827
|
outline-offset: 2px;
|
|
1851
1828
|
}
|
|
1852
|
-
.theme-brandPage .tw-group:hover .group-hover\:tw-scale-105 {
|
|
1853
|
-
--tw-scale-x: 1.05;
|
|
1854
|
-
--tw-scale-y: 1.05;
|
|
1855
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1856
|
-
}
|
|
1857
|
-
.theme-brandPage .tw-group:hover .group-hover\:tw-shadow {
|
|
1858
|
-
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
1859
|
-
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
1860
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1861
|
-
}
|
|
1862
1829
|
@media (min-width: 640px) {
|
|
1863
1830
|
.theme-brandPage .sm\:tw-absolute {
|
|
1864
1831
|
position: absolute;
|
|
@@ -699,9 +699,6 @@ video {
|
|
|
699
699
|
.theme-crazyDomains .tw-mb-4 {
|
|
700
700
|
margin-bottom: 1rem;
|
|
701
701
|
}
|
|
702
|
-
.theme-crazyDomains .tw-mb-5 {
|
|
703
|
-
margin-bottom: 1.25rem;
|
|
704
|
-
}
|
|
705
702
|
.theme-crazyDomains .tw-mb-6 {
|
|
706
703
|
margin-bottom: 1.5rem;
|
|
707
704
|
}
|
|
@@ -720,9 +717,6 @@ video {
|
|
|
720
717
|
.theme-crazyDomains .tw-ml-4 {
|
|
721
718
|
margin-left: 1rem;
|
|
722
719
|
}
|
|
723
|
-
.theme-crazyDomains .tw-ml-6 {
|
|
724
|
-
margin-left: 1.5rem;
|
|
725
|
-
}
|
|
726
720
|
.theme-crazyDomains .tw-ml-auto {
|
|
727
721
|
margin-left: auto;
|
|
728
722
|
}
|
|
@@ -759,9 +753,6 @@ video {
|
|
|
759
753
|
.theme-crazyDomains .tw-mt-4 {
|
|
760
754
|
margin-top: 1rem;
|
|
761
755
|
}
|
|
762
|
-
.theme-crazyDomains .tw-mt-5 {
|
|
763
|
-
margin-top: 1.25rem;
|
|
764
|
-
}
|
|
765
756
|
.theme-crazyDomains .tw-mt-8 {
|
|
766
757
|
margin-top: 2rem;
|
|
767
758
|
}
|
|
@@ -929,9 +920,6 @@ video {
|
|
|
929
920
|
.theme-crazyDomains .tw-max-w-xl {
|
|
930
921
|
max-width: 36rem;
|
|
931
922
|
}
|
|
932
|
-
.theme-crazyDomains .tw-flex-1 {
|
|
933
|
-
flex: 1 1 0%;
|
|
934
|
-
}
|
|
935
923
|
.theme-crazyDomains .tw-flex-auto {
|
|
936
924
|
flex: 1 1 auto;
|
|
937
925
|
}
|
|
@@ -1615,9 +1603,6 @@ video {
|
|
|
1615
1603
|
.theme-crazyDomains .tw-p-4 {
|
|
1616
1604
|
padding: 1rem;
|
|
1617
1605
|
}
|
|
1618
|
-
.theme-crazyDomains .tw-p-5 {
|
|
1619
|
-
padding: 1.25rem;
|
|
1620
|
-
}
|
|
1621
1606
|
.theme-crazyDomains .tw-p-6 {
|
|
1622
1607
|
padding: 1.5rem;
|
|
1623
1608
|
}
|
|
@@ -1753,9 +1738,6 @@ video {
|
|
|
1753
1738
|
.theme-crazyDomains .tw-pt-2 {
|
|
1754
1739
|
padding-top: 0.5rem;
|
|
1755
1740
|
}
|
|
1756
|
-
.theme-crazyDomains .tw-pt-4 {
|
|
1757
|
-
padding-top: 1rem;
|
|
1758
|
-
}
|
|
1759
1741
|
.theme-crazyDomains .tw-pt-6 {
|
|
1760
1742
|
padding-top: 1.5rem;
|
|
1761
1743
|
}
|
|
@@ -1981,11 +1963,6 @@ video {
|
|
|
1981
1963
|
--tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
|
|
1982
1964
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
1983
1965
|
}
|
|
1984
|
-
.theme-crazyDomains .tw-transition-all {
|
|
1985
|
-
transition-property: all;
|
|
1986
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1987
|
-
transition-duration: 150ms;
|
|
1988
|
-
}
|
|
1989
1966
|
.theme-crazyDomains .tw-transition-colors {
|
|
1990
1967
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
1991
1968
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -2161,20 +2138,10 @@ video {
|
|
|
2161
2138
|
outline: 2px solid transparent;
|
|
2162
2139
|
outline-offset: 2px;
|
|
2163
2140
|
}
|
|
2164
|
-
.theme-crazyDomains .tw-group:hover .group-hover\:tw-scale-105 {
|
|
2165
|
-
--tw-scale-x: 1.05;
|
|
2166
|
-
--tw-scale-y: 1.05;
|
|
2167
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2168
|
-
}
|
|
2169
2141
|
.theme-crazyDomains .tw-group:hover .group-hover\:tw-text-info-500 {
|
|
2170
2142
|
--tw-text-opacity: 1;
|
|
2171
2143
|
color: rgb(0 161 239 / var(--tw-text-opacity));
|
|
2172
2144
|
}
|
|
2173
|
-
.theme-crazyDomains .tw-group:hover .group-hover\:tw-shadow {
|
|
2174
|
-
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
2175
|
-
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
2176
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2177
|
-
}
|
|
2178
2145
|
@media (min-width: 640px) {
|
|
2179
2146
|
.theme-crazyDomains .sm\:tw-absolute {
|
|
2180
2147
|
position: absolute;
|
|
@@ -699,9 +699,6 @@ video {
|
|
|
699
699
|
.theme-designCom .tw-mb-4 {
|
|
700
700
|
margin-bottom: 1rem;
|
|
701
701
|
}
|
|
702
|
-
.theme-designCom .tw-mb-5 {
|
|
703
|
-
margin-bottom: 1.25rem;
|
|
704
|
-
}
|
|
705
702
|
.theme-designCom .tw-mb-6 {
|
|
706
703
|
margin-bottom: 1.5rem;
|
|
707
704
|
}
|
|
@@ -720,9 +717,6 @@ video {
|
|
|
720
717
|
.theme-designCom .tw-ml-4 {
|
|
721
718
|
margin-left: 1rem;
|
|
722
719
|
}
|
|
723
|
-
.theme-designCom .tw-ml-6 {
|
|
724
|
-
margin-left: 1.5rem;
|
|
725
|
-
}
|
|
726
720
|
.theme-designCom .tw-ml-auto {
|
|
727
721
|
margin-left: auto;
|
|
728
722
|
}
|
|
@@ -759,9 +753,6 @@ video {
|
|
|
759
753
|
.theme-designCom .tw-mt-4 {
|
|
760
754
|
margin-top: 1rem;
|
|
761
755
|
}
|
|
762
|
-
.theme-designCom .tw-mt-5 {
|
|
763
|
-
margin-top: 1.25rem;
|
|
764
|
-
}
|
|
765
756
|
.theme-designCom .tw-mt-8 {
|
|
766
757
|
margin-top: 2rem;
|
|
767
758
|
}
|
|
@@ -929,9 +920,6 @@ video {
|
|
|
929
920
|
.theme-designCom .tw-max-w-xl {
|
|
930
921
|
max-width: 36rem;
|
|
931
922
|
}
|
|
932
|
-
.theme-designCom .tw-flex-1 {
|
|
933
|
-
flex: 1 1 0%;
|
|
934
|
-
}
|
|
935
923
|
.theme-designCom .tw-flex-auto {
|
|
936
924
|
flex: 1 1 auto;
|
|
937
925
|
}
|
|
@@ -1615,9 +1603,6 @@ video {
|
|
|
1615
1603
|
.theme-designCom .tw-p-4 {
|
|
1616
1604
|
padding: 1rem;
|
|
1617
1605
|
}
|
|
1618
|
-
.theme-designCom .tw-p-5 {
|
|
1619
|
-
padding: 1.25rem;
|
|
1620
|
-
}
|
|
1621
1606
|
.theme-designCom .tw-p-6 {
|
|
1622
1607
|
padding: 1.5rem;
|
|
1623
1608
|
}
|
|
@@ -1753,9 +1738,6 @@ video {
|
|
|
1753
1738
|
.theme-designCom .tw-pt-2 {
|
|
1754
1739
|
padding-top: 0.5rem;
|
|
1755
1740
|
}
|
|
1756
|
-
.theme-designCom .tw-pt-4 {
|
|
1757
|
-
padding-top: 1rem;
|
|
1758
|
-
}
|
|
1759
1741
|
.theme-designCom .tw-pt-6 {
|
|
1760
1742
|
padding-top: 1.5rem;
|
|
1761
1743
|
}
|
|
@@ -1981,11 +1963,6 @@ video {
|
|
|
1981
1963
|
--tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
|
|
1982
1964
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
1983
1965
|
}
|
|
1984
|
-
.theme-designCom .tw-transition-all {
|
|
1985
|
-
transition-property: all;
|
|
1986
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1987
|
-
transition-duration: 150ms;
|
|
1988
|
-
}
|
|
1989
1966
|
.theme-designCom .tw-transition-colors {
|
|
1990
1967
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
1991
1968
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -2161,20 +2138,10 @@ video {
|
|
|
2161
2138
|
outline: 2px solid transparent;
|
|
2162
2139
|
outline-offset: 2px;
|
|
2163
2140
|
}
|
|
2164
|
-
.theme-designCom .tw-group:hover .group-hover\:tw-scale-105 {
|
|
2165
|
-
--tw-scale-x: 1.05;
|
|
2166
|
-
--tw-scale-y: 1.05;
|
|
2167
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2168
|
-
}
|
|
2169
2141
|
.theme-designCom .tw-group:hover .group-hover\:tw-text-info-500 {
|
|
2170
2142
|
--tw-text-opacity: 1;
|
|
2171
2143
|
color: rgb(63 89 246 / var(--tw-text-opacity));
|
|
2172
2144
|
}
|
|
2173
|
-
.theme-designCom .tw-group:hover .group-hover\:tw-shadow {
|
|
2174
|
-
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
2175
|
-
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
2176
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2177
|
-
}
|
|
2178
2145
|
@media (min-width: 640px) {
|
|
2179
2146
|
.theme-designCom .sm\:tw-absolute {
|
|
2180
2147
|
position: absolute;
|
|
@@ -699,9 +699,6 @@ video {
|
|
|
699
699
|
.theme-designCrowd .tw-mb-4 {
|
|
700
700
|
margin-bottom: 1rem;
|
|
701
701
|
}
|
|
702
|
-
.theme-designCrowd .tw-mb-5 {
|
|
703
|
-
margin-bottom: 1.25rem;
|
|
704
|
-
}
|
|
705
702
|
.theme-designCrowd .tw-mb-6 {
|
|
706
703
|
margin-bottom: 1.5rem;
|
|
707
704
|
}
|
|
@@ -720,9 +717,6 @@ video {
|
|
|
720
717
|
.theme-designCrowd .tw-ml-4 {
|
|
721
718
|
margin-left: 1rem;
|
|
722
719
|
}
|
|
723
|
-
.theme-designCrowd .tw-ml-6 {
|
|
724
|
-
margin-left: 1.5rem;
|
|
725
|
-
}
|
|
726
720
|
.theme-designCrowd .tw-ml-auto {
|
|
727
721
|
margin-left: auto;
|
|
728
722
|
}
|
|
@@ -759,9 +753,6 @@ video {
|
|
|
759
753
|
.theme-designCrowd .tw-mt-4 {
|
|
760
754
|
margin-top: 1rem;
|
|
761
755
|
}
|
|
762
|
-
.theme-designCrowd .tw-mt-5 {
|
|
763
|
-
margin-top: 1.25rem;
|
|
764
|
-
}
|
|
765
756
|
.theme-designCrowd .tw-mt-8 {
|
|
766
757
|
margin-top: 2rem;
|
|
767
758
|
}
|
|
@@ -929,9 +920,6 @@ video {
|
|
|
929
920
|
.theme-designCrowd .tw-max-w-xl {
|
|
930
921
|
max-width: 36rem;
|
|
931
922
|
}
|
|
932
|
-
.theme-designCrowd .tw-flex-1 {
|
|
933
|
-
flex: 1 1 0%;
|
|
934
|
-
}
|
|
935
923
|
.theme-designCrowd .tw-flex-auto {
|
|
936
924
|
flex: 1 1 auto;
|
|
937
925
|
}
|
|
@@ -1615,9 +1603,6 @@ video {
|
|
|
1615
1603
|
.theme-designCrowd .tw-p-4 {
|
|
1616
1604
|
padding: 1rem;
|
|
1617
1605
|
}
|
|
1618
|
-
.theme-designCrowd .tw-p-5 {
|
|
1619
|
-
padding: 1.25rem;
|
|
1620
|
-
}
|
|
1621
1606
|
.theme-designCrowd .tw-p-6 {
|
|
1622
1607
|
padding: 1.5rem;
|
|
1623
1608
|
}
|
|
@@ -1753,9 +1738,6 @@ video {
|
|
|
1753
1738
|
.theme-designCrowd .tw-pt-2 {
|
|
1754
1739
|
padding-top: 0.5rem;
|
|
1755
1740
|
}
|
|
1756
|
-
.theme-designCrowd .tw-pt-4 {
|
|
1757
|
-
padding-top: 1rem;
|
|
1758
|
-
}
|
|
1759
1741
|
.theme-designCrowd .tw-pt-6 {
|
|
1760
1742
|
padding-top: 1.5rem;
|
|
1761
1743
|
}
|
|
@@ -1981,11 +1963,6 @@ video {
|
|
|
1981
1963
|
--tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
|
|
1982
1964
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
1983
1965
|
}
|
|
1984
|
-
.theme-designCrowd .tw-transition-all {
|
|
1985
|
-
transition-property: all;
|
|
1986
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1987
|
-
transition-duration: 150ms;
|
|
1988
|
-
}
|
|
1989
1966
|
.theme-designCrowd .tw-transition-colors {
|
|
1990
1967
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
1991
1968
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -2161,20 +2138,10 @@ video {
|
|
|
2161
2138
|
outline: 2px solid transparent;
|
|
2162
2139
|
outline-offset: 2px;
|
|
2163
2140
|
}
|
|
2164
|
-
.theme-designCrowd .tw-group:hover .group-hover\:tw-scale-105 {
|
|
2165
|
-
--tw-scale-x: 1.05;
|
|
2166
|
-
--tw-scale-y: 1.05;
|
|
2167
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2168
|
-
}
|
|
2169
2141
|
.theme-designCrowd .tw-group:hover .group-hover\:tw-text-info-500 {
|
|
2170
2142
|
--tw-text-opacity: 1;
|
|
2171
2143
|
color: rgb(17 151 235 / var(--tw-text-opacity));
|
|
2172
2144
|
}
|
|
2173
|
-
.theme-designCrowd .tw-group:hover .group-hover\:tw-shadow {
|
|
2174
|
-
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
2175
|
-
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
2176
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2177
|
-
}
|
|
2178
2145
|
@media (min-width: 640px) {
|
|
2179
2146
|
.theme-designCrowd .sm\:tw-absolute {
|
|
2180
2147
|
position: absolute;
|
|
@@ -117,6 +117,7 @@ import IconError from './icons/error.vue';
|
|
|
117
117
|
import IconEllipsis from './icons/ellipsis.vue';
|
|
118
118
|
import IconEnvelopeEmail from './icons/envelope-email.vue';
|
|
119
119
|
import IconEyeCrossed from './icons/eye-crossed.vue';
|
|
120
|
+
import IconEyeOpen from './icons/eye-open.vue';
|
|
120
121
|
import IconFees from './icons/fees.vue';
|
|
121
122
|
import IconFilter from './icons/filter.vue';
|
|
122
123
|
import IconFilterCrazyDomains from './icons/crazy-domains/filter.vue';
|
|
@@ -473,6 +474,7 @@ export default {
|
|
|
473
474
|
IconError,
|
|
474
475
|
IconEnvelopeEmail,
|
|
475
476
|
IconEyeCrossed,
|
|
477
|
+
IconEyeOpen,
|
|
476
478
|
IconFees,
|
|
477
479
|
IconFilter,
|
|
478
480
|
IconFilterCrazyDomains,
|
|
@@ -0,0 +1,11 @@
|
|
|
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
|
+
opacity="0.9"
|
|
5
|
+
fill-rule="evenodd"
|
|
6
|
+
clip-rule="evenodd"
|
|
7
|
+
d="M11.4181 4.32617C10.3175 3.62909 9.18444 3.34961 8.00013 3.34961C6.8155 3.34961 5.68265 3.62903 4.57728 4.3252C3.48286 5.01447 2.44779 6.09218 1.41615 7.63965C1.27079 7.85788 1.27079 8.14212 1.41615 8.36035C2.44917 9.90989 3.49435 10.9873 4.5929 11.6758C5.70138 12.3705 6.83403 12.6504 8.00013 12.6504C10.3963 12.6502 12.9746 10.971 14.5568 8.33398C14.6687 8.14732 14.6792 7.91929 14.589 7.72559L14.5441 7.64453C13.533 6.09549 12.5081 5.01658 11.4181 4.32617ZM5.26966 5.4248C6.14901 4.87098 7.03773 4.65039 8.00013 4.65039C8.9627 4.65039 9.85008 4.87112 10.7228 5.42383C11.5338 5.93754 12.3581 6.75756 13.2208 8.01074C11.802 10.1554 9.72686 11.3494 8.00013 11.3496C7.05919 11.3496 6.16934 11.1295 5.28333 10.5742C4.4643 10.0609 3.62437 9.24441 2.7472 8C3.62417 6.75384 4.45564 5.93751 5.26966 5.4248ZM10 8C10 9.10457 9.10457 10 8 10C6.89543 10 6 9.10457 6 8C6 6.89543 6.89543 6 8 6C9.10457 6 10 6.89543 10 8Z"
|
|
8
|
+
fill="black"
|
|
9
|
+
/>
|
|
10
|
+
</svg>
|
|
11
|
+
</template>
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<path
|
|
3
|
-
d="
|
|
4
|
-
fill="black"
|
|
3
|
+
d="M6.3723 14c-2.3529 0-4.2548-.3891-5.1105-1.0546a.3143.3143 0 0 1-.1019-.1574.3096.3096 0 0 1 .0067-.1864.3341.3341 0 0 1 .1231-.1488.3426.3426 0 0 1 .1864-.0574c1.4005-.022 2.3052-.3438 2.9957-.7329-1.332-.1609-2.1638-.7782-2.591-1.947a.2446.2446 0 0 1-.0066-.1654.2494.2494 0 0 1 .1005-.133.3486.3486 0 0 1 .3333-.0234c.3571.2297.7128.275 1.1414.275-.9005-.5266-1.7408-1.397-2.0685-2.475a.2703.2703 0 0 1 .0111-.1671.2761.2761 0 0 1 .1079-.1299.2941.2941 0 0 1 .3333.022c.2815.2242.621.367.9804.4125-.9328-.9157-1.5042-2.2687-.696-3.7578l.14-.275.238.2296c1.4762 1.4891 2.8319 2.1766 5.3038 2.6345v-.0907c-.0054-.8016.3107-1.5731.8798-2.1479.5692-.5747 1.3458-.9066 2.1621-.9239.6708 0 1.5937.4592 1.9733.6655.0238 0 .0476.0234.0476 0a17.7307 17.7307 0 0 0 1.7114-.6421.262.262 0 0 1 .2801.0467.2311.2311 0 0 1 .0705.1297.2282.2282 0 0 1-.0229.1453 3.131 3.131 0 0 1-.5882.9845l.4748-.1595a.322.322 0 0 1 .1485.0012.3186.3186 0 0 1 .1316.0676.2959.2959 0 0 1 .0713.1286.2917.2917 0 0 1 .0001.1464 2.2687 2.2687 0 0 1-.4358.8165 2.3167 2.3167 0 0 1-.7294.5805v.0687C13.9798 10.403 10.5569 14 6.3722 14Z"
|
|
5
4
|
/>
|
|
6
5
|
</template>
|