@designcrowd/fe-shared-lib 1.2.11-ml-407-2 → 1.2.11
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/package.json +2 -2
- package/public/css/tailwind-brandCrowd.css +3 -36
- package/public/css/tailwind-brandPage.css +3 -32
- package/public/css/tailwind-crazyDomains.css +3 -36
- package/public/css/tailwind-designCom.css +3 -36
- package/public/css/tailwind-designCrowd.css +3 -36
- package/src/experiences/components/AuthFlow/SignIn.vue +1 -10
- package/src/experiences/components/AuthFlow/SignUp.vue +0 -5
- package/src/useSharedLibTranslate.js +0 -2
- package/dist/css/tailwind-brandCrowd.css +0 -2493
- package/dist/css/tailwind-brandPage.css +0 -2177
- package/dist/css/tailwind-crazyDomains.css +0 -2493
- package/dist/css/tailwind-designCom.css +0 -2493
- package/dist/css/tailwind-designCrowd.css +0 -2493
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@designcrowd/fe-shared-lib",
|
|
3
|
-
"version": "1.2.11
|
|
3
|
+
"version": "1.2.11",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"start": "run-p storybook watch:translation",
|
|
6
6
|
"build": "npm run build:css --production",
|
|
@@ -113,4 +113,4 @@
|
|
|
113
113
|
"overrides": {
|
|
114
114
|
"storybook": "$storybook"
|
|
115
115
|
}
|
|
116
|
-
}
|
|
116
|
+
}
|
|
@@ -643,10 +643,6 @@ video {
|
|
|
643
643
|
margin-top: 0px;
|
|
644
644
|
margin-bottom: 0px;
|
|
645
645
|
}
|
|
646
|
-
.theme-brandCrowd .tw-my-1 {
|
|
647
|
-
margin-top: 0.25rem;
|
|
648
|
-
margin-bottom: 0.25rem;
|
|
649
|
-
}
|
|
650
646
|
.theme-brandCrowd .tw-my-10 {
|
|
651
647
|
margin-top: 2.5rem;
|
|
652
648
|
margin-bottom: 2.5rem;
|
|
@@ -723,9 +719,6 @@ video {
|
|
|
723
719
|
.theme-brandCrowd .tw-ml-auto {
|
|
724
720
|
margin-left: auto;
|
|
725
721
|
}
|
|
726
|
-
.theme-brandCrowd .tw-mr-1 {
|
|
727
|
-
margin-right: 0.25rem;
|
|
728
|
-
}
|
|
729
722
|
.theme-brandCrowd .tw-mr-2 {
|
|
730
723
|
margin-right: 0.5rem;
|
|
731
724
|
}
|
|
@@ -834,10 +827,6 @@ video {
|
|
|
834
827
|
.theme-brandCrowd .tw-h-auto {
|
|
835
828
|
height: auto;
|
|
836
829
|
}
|
|
837
|
-
.theme-brandCrowd .tw-h-fit {
|
|
838
|
-
height: -moz-fit-content;
|
|
839
|
-
height: fit-content;
|
|
840
|
-
}
|
|
841
830
|
.theme-brandCrowd .tw-h-full {
|
|
842
831
|
height: 100%;
|
|
843
832
|
}
|
|
@@ -853,6 +842,9 @@ video {
|
|
|
853
842
|
.theme-brandCrowd .tw-max-h-screen {
|
|
854
843
|
max-height: 100vh;
|
|
855
844
|
}
|
|
845
|
+
.theme-brandCrowd .tw-w-1\/3 {
|
|
846
|
+
width: 33.333333%;
|
|
847
|
+
}
|
|
856
848
|
.theme-brandCrowd .tw-w-10 {
|
|
857
849
|
width: 2.5rem;
|
|
858
850
|
}
|
|
@@ -1021,9 +1013,6 @@ video {
|
|
|
1021
1013
|
.theme-brandCrowd .tw-animate-spin {
|
|
1022
1014
|
animation: tw-spin 1s linear infinite;
|
|
1023
1015
|
}
|
|
1024
|
-
.\!tw-cursor-not-allowed {
|
|
1025
|
-
cursor: not-allowed !important;
|
|
1026
|
-
}
|
|
1027
1016
|
.theme-brandCrowd .tw-cursor-not-allowed {
|
|
1028
1017
|
cursor: not-allowed;
|
|
1029
1018
|
}
|
|
@@ -1457,17 +1446,6 @@ video {
|
|
|
1457
1446
|
.theme-brandCrowd .tw-bg-opacity-80 {
|
|
1458
1447
|
--tw-bg-opacity: 0.8;
|
|
1459
1448
|
}
|
|
1460
|
-
.theme-brandCrowd .tw-bg-gradient-to-t {
|
|
1461
|
-
background-image: linear-gradient(to top, var(--tw-gradient-stops));
|
|
1462
|
-
}
|
|
1463
|
-
.theme-brandCrowd .tw-from-\[\#d946ef\] {
|
|
1464
|
-
--tw-gradient-from: #d946ef var(--tw-gradient-from-position);
|
|
1465
|
-
--tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
|
|
1466
|
-
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
1467
|
-
}
|
|
1468
|
-
.theme-brandCrowd .tw-to-\[\#8b5cf6\] {
|
|
1469
|
-
--tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
|
|
1470
|
-
}
|
|
1471
1449
|
.theme-brandCrowd .tw-bg-no-repeat {
|
|
1472
1450
|
background-repeat: no-repeat;
|
|
1473
1451
|
}
|
|
@@ -2045,10 +2023,6 @@ video {
|
|
|
2045
2023
|
--tw-bg-opacity: 1;
|
|
2046
2024
|
background-color: rgb(0 121 172 / var(--tw-bg-opacity));
|
|
2047
2025
|
}
|
|
2048
|
-
.theme-brandCrowd .hover\:tw-bg-primary-100:hover {
|
|
2049
|
-
--tw-bg-opacity: 1;
|
|
2050
|
-
background-color: rgb(252 209 217 / var(--tw-bg-opacity));
|
|
2051
|
-
}
|
|
2052
2026
|
.theme-brandCrowd .hover\:tw-bg-primary-400:hover {
|
|
2053
2027
|
--tw-bg-opacity: 1;
|
|
2054
2028
|
background-color: rgb(245 73 101 / var(--tw-bg-opacity));
|
|
@@ -2113,10 +2087,6 @@ video {
|
|
|
2113
2087
|
--tw-shadow-color: #0097D7 !important;
|
|
2114
2088
|
--tw-shadow: var(--tw-shadow-colored) !important;
|
|
2115
2089
|
}
|
|
2116
|
-
.theme-brandCrowd .hover\:tw-brightness-\[0\.85\]:hover {
|
|
2117
|
-
--tw-brightness: brightness(0.85);
|
|
2118
|
-
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);
|
|
2119
|
-
}
|
|
2120
2090
|
.theme-brandCrowd .focus\:tw-border-error-600:focus {
|
|
2121
2091
|
--tw-border-opacity: 1;
|
|
2122
2092
|
border-color: rgb(194 22 50 / var(--tw-border-opacity));
|
|
@@ -2231,9 +2201,6 @@ video {
|
|
|
2231
2201
|
.theme-brandCrowd .md\:tw-ml-4 {
|
|
2232
2202
|
margin-left: 1rem;
|
|
2233
2203
|
}
|
|
2234
|
-
.theme-brandCrowd .md\:tw-mr-2 {
|
|
2235
|
-
margin-right: 0.5rem;
|
|
2236
|
-
}
|
|
2237
2204
|
.theme-brandCrowd .md\:tw-mt-0 {
|
|
2238
2205
|
margin-top: 0px;
|
|
2239
2206
|
}
|
|
@@ -643,10 +643,6 @@ video {
|
|
|
643
643
|
margin-top: 0px;
|
|
644
644
|
margin-bottom: 0px;
|
|
645
645
|
}
|
|
646
|
-
.theme-brandPage .tw-my-1 {
|
|
647
|
-
margin-top: 0.25rem;
|
|
648
|
-
margin-bottom: 0.25rem;
|
|
649
|
-
}
|
|
650
646
|
.theme-brandPage .tw-my-10 {
|
|
651
647
|
margin-top: 2.5rem;
|
|
652
648
|
margin-bottom: 2.5rem;
|
|
@@ -723,9 +719,6 @@ video {
|
|
|
723
719
|
.theme-brandPage .tw-ml-auto {
|
|
724
720
|
margin-left: auto;
|
|
725
721
|
}
|
|
726
|
-
.theme-brandPage .tw-mr-1 {
|
|
727
|
-
margin-right: 0.25rem;
|
|
728
|
-
}
|
|
729
722
|
.theme-brandPage .tw-mr-2 {
|
|
730
723
|
margin-right: 0.5rem;
|
|
731
724
|
}
|
|
@@ -834,10 +827,6 @@ video {
|
|
|
834
827
|
.theme-brandPage .tw-h-auto {
|
|
835
828
|
height: auto;
|
|
836
829
|
}
|
|
837
|
-
.theme-brandPage .tw-h-fit {
|
|
838
|
-
height: -moz-fit-content;
|
|
839
|
-
height: fit-content;
|
|
840
|
-
}
|
|
841
830
|
.theme-brandPage .tw-h-full {
|
|
842
831
|
height: 100%;
|
|
843
832
|
}
|
|
@@ -853,6 +842,9 @@ video {
|
|
|
853
842
|
.theme-brandPage .tw-max-h-screen {
|
|
854
843
|
max-height: 100vh;
|
|
855
844
|
}
|
|
845
|
+
.theme-brandPage .tw-w-1\/3 {
|
|
846
|
+
width: 33.333333%;
|
|
847
|
+
}
|
|
856
848
|
.theme-brandPage .tw-w-10 {
|
|
857
849
|
width: 2.5rem;
|
|
858
850
|
}
|
|
@@ -1021,9 +1013,6 @@ video {
|
|
|
1021
1013
|
.theme-brandPage .tw-animate-spin {
|
|
1022
1014
|
animation: tw-spin 1s linear infinite;
|
|
1023
1015
|
}
|
|
1024
|
-
.\!tw-cursor-not-allowed {
|
|
1025
|
-
cursor: not-allowed !important;
|
|
1026
|
-
}
|
|
1027
1016
|
.theme-brandPage .tw-cursor-not-allowed {
|
|
1028
1017
|
cursor: not-allowed;
|
|
1029
1018
|
}
|
|
@@ -1305,17 +1294,6 @@ video {
|
|
|
1305
1294
|
.theme-brandPage .tw-bg-opacity-80 {
|
|
1306
1295
|
--tw-bg-opacity: 0.8;
|
|
1307
1296
|
}
|
|
1308
|
-
.theme-brandPage .tw-bg-gradient-to-t {
|
|
1309
|
-
background-image: linear-gradient(to top, var(--tw-gradient-stops));
|
|
1310
|
-
}
|
|
1311
|
-
.theme-brandPage .tw-from-\[\#d946ef\] {
|
|
1312
|
-
--tw-gradient-from: #d946ef var(--tw-gradient-from-position);
|
|
1313
|
-
--tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
|
|
1314
|
-
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
1315
|
-
}
|
|
1316
|
-
.theme-brandPage .tw-to-\[\#8b5cf6\] {
|
|
1317
|
-
--tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
|
|
1318
|
-
}
|
|
1319
1297
|
.theme-brandPage .tw-bg-no-repeat {
|
|
1320
1298
|
background-repeat: no-repeat;
|
|
1321
1299
|
}
|
|
@@ -1813,10 +1791,6 @@ video {
|
|
|
1813
1791
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
1814
1792
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1815
1793
|
}
|
|
1816
|
-
.theme-brandPage .hover\:tw-brightness-\[0\.85\]:hover {
|
|
1817
|
-
--tw-brightness: brightness(0.85);
|
|
1818
|
-
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);
|
|
1819
|
-
}
|
|
1820
1794
|
.theme-brandPage .focus\:tw-border-grayscale-600:focus {
|
|
1821
1795
|
--tw-border-opacity: 1;
|
|
1822
1796
|
border-color: rgb(94 94 94 / var(--tw-border-opacity));
|
|
@@ -1915,9 +1889,6 @@ video {
|
|
|
1915
1889
|
.theme-brandPage .md\:tw-ml-4 {
|
|
1916
1890
|
margin-left: 1rem;
|
|
1917
1891
|
}
|
|
1918
|
-
.theme-brandPage .md\:tw-mr-2 {
|
|
1919
|
-
margin-right: 0.5rem;
|
|
1920
|
-
}
|
|
1921
1892
|
.theme-brandPage .md\:tw-mt-0 {
|
|
1922
1893
|
margin-top: 0px;
|
|
1923
1894
|
}
|
|
@@ -643,10 +643,6 @@ video {
|
|
|
643
643
|
margin-top: 0px;
|
|
644
644
|
margin-bottom: 0px;
|
|
645
645
|
}
|
|
646
|
-
.theme-crazyDomains .tw-my-1 {
|
|
647
|
-
margin-top: 0.25rem;
|
|
648
|
-
margin-bottom: 0.25rem;
|
|
649
|
-
}
|
|
650
646
|
.theme-crazyDomains .tw-my-10 {
|
|
651
647
|
margin-top: 2.5rem;
|
|
652
648
|
margin-bottom: 2.5rem;
|
|
@@ -723,9 +719,6 @@ video {
|
|
|
723
719
|
.theme-crazyDomains .tw-ml-auto {
|
|
724
720
|
margin-left: auto;
|
|
725
721
|
}
|
|
726
|
-
.theme-crazyDomains .tw-mr-1 {
|
|
727
|
-
margin-right: 0.25rem;
|
|
728
|
-
}
|
|
729
722
|
.theme-crazyDomains .tw-mr-2 {
|
|
730
723
|
margin-right: 0.5rem;
|
|
731
724
|
}
|
|
@@ -834,10 +827,6 @@ video {
|
|
|
834
827
|
.theme-crazyDomains .tw-h-auto {
|
|
835
828
|
height: auto;
|
|
836
829
|
}
|
|
837
|
-
.theme-crazyDomains .tw-h-fit {
|
|
838
|
-
height: -moz-fit-content;
|
|
839
|
-
height: fit-content;
|
|
840
|
-
}
|
|
841
830
|
.theme-crazyDomains .tw-h-full {
|
|
842
831
|
height: 100%;
|
|
843
832
|
}
|
|
@@ -853,6 +842,9 @@ video {
|
|
|
853
842
|
.theme-crazyDomains .tw-max-h-screen {
|
|
854
843
|
max-height: 100vh;
|
|
855
844
|
}
|
|
845
|
+
.theme-crazyDomains .tw-w-1\/3 {
|
|
846
|
+
width: 33.333333%;
|
|
847
|
+
}
|
|
856
848
|
.theme-crazyDomains .tw-w-10 {
|
|
857
849
|
width: 2.5rem;
|
|
858
850
|
}
|
|
@@ -1021,9 +1013,6 @@ video {
|
|
|
1021
1013
|
.theme-crazyDomains .tw-animate-spin {
|
|
1022
1014
|
animation: tw-spin 1s linear infinite;
|
|
1023
1015
|
}
|
|
1024
|
-
.\!tw-cursor-not-allowed {
|
|
1025
|
-
cursor: not-allowed !important;
|
|
1026
|
-
}
|
|
1027
1016
|
.theme-crazyDomains .tw-cursor-not-allowed {
|
|
1028
1017
|
cursor: not-allowed;
|
|
1029
1018
|
}
|
|
@@ -1457,17 +1446,6 @@ video {
|
|
|
1457
1446
|
.theme-crazyDomains .tw-bg-opacity-80 {
|
|
1458
1447
|
--tw-bg-opacity: 0.8;
|
|
1459
1448
|
}
|
|
1460
|
-
.theme-crazyDomains .tw-bg-gradient-to-t {
|
|
1461
|
-
background-image: linear-gradient(to top, var(--tw-gradient-stops));
|
|
1462
|
-
}
|
|
1463
|
-
.theme-crazyDomains .tw-from-\[\#d946ef\] {
|
|
1464
|
-
--tw-gradient-from: #d946ef var(--tw-gradient-from-position);
|
|
1465
|
-
--tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
|
|
1466
|
-
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
1467
|
-
}
|
|
1468
|
-
.theme-crazyDomains .tw-to-\[\#8b5cf6\] {
|
|
1469
|
-
--tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
|
|
1470
|
-
}
|
|
1471
1449
|
.theme-crazyDomains .tw-bg-no-repeat {
|
|
1472
1450
|
background-repeat: no-repeat;
|
|
1473
1451
|
}
|
|
@@ -2045,10 +2023,6 @@ video {
|
|
|
2045
2023
|
--tw-bg-opacity: 1;
|
|
2046
2024
|
background-color: rgb(0 129 191 / var(--tw-bg-opacity));
|
|
2047
2025
|
}
|
|
2048
|
-
.theme-crazyDomains .hover\:tw-bg-primary-100:hover {
|
|
2049
|
-
--tw-bg-opacity: 1;
|
|
2050
|
-
background-color: rgb(226 238 213 / var(--tw-bg-opacity));
|
|
2051
|
-
}
|
|
2052
2026
|
.theme-crazyDomains .hover\:tw-bg-primary-400:hover {
|
|
2053
2027
|
--tw-bg-opacity: 1;
|
|
2054
2028
|
background-color: rgb(140 189 89 / var(--tw-bg-opacity));
|
|
@@ -2113,10 +2087,6 @@ video {
|
|
|
2113
2087
|
--tw-shadow-color: #00A1EF !important;
|
|
2114
2088
|
--tw-shadow: var(--tw-shadow-colored) !important;
|
|
2115
2089
|
}
|
|
2116
|
-
.theme-crazyDomains .hover\:tw-brightness-\[0\.85\]:hover {
|
|
2117
|
-
--tw-brightness: brightness(0.85);
|
|
2118
|
-
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);
|
|
2119
|
-
}
|
|
2120
2090
|
.theme-crazyDomains .focus\:tw-border-error-600:focus {
|
|
2121
2091
|
--tw-border-opacity: 1;
|
|
2122
2092
|
border-color: rgb(186 24 79 / var(--tw-border-opacity));
|
|
@@ -2231,9 +2201,6 @@ video {
|
|
|
2231
2201
|
.theme-crazyDomains .md\:tw-ml-4 {
|
|
2232
2202
|
margin-left: 1rem;
|
|
2233
2203
|
}
|
|
2234
|
-
.theme-crazyDomains .md\:tw-mr-2 {
|
|
2235
|
-
margin-right: 0.5rem;
|
|
2236
|
-
}
|
|
2237
2204
|
.theme-crazyDomains .md\:tw-mt-0 {
|
|
2238
2205
|
margin-top: 0px;
|
|
2239
2206
|
}
|
|
@@ -643,10 +643,6 @@ video {
|
|
|
643
643
|
margin-top: 0px;
|
|
644
644
|
margin-bottom: 0px;
|
|
645
645
|
}
|
|
646
|
-
.theme-designCom .tw-my-1 {
|
|
647
|
-
margin-top: 0.25rem;
|
|
648
|
-
margin-bottom: 0.25rem;
|
|
649
|
-
}
|
|
650
646
|
.theme-designCom .tw-my-10 {
|
|
651
647
|
margin-top: 2.5rem;
|
|
652
648
|
margin-bottom: 2.5rem;
|
|
@@ -723,9 +719,6 @@ video {
|
|
|
723
719
|
.theme-designCom .tw-ml-auto {
|
|
724
720
|
margin-left: auto;
|
|
725
721
|
}
|
|
726
|
-
.theme-designCom .tw-mr-1 {
|
|
727
|
-
margin-right: 0.25rem;
|
|
728
|
-
}
|
|
729
722
|
.theme-designCom .tw-mr-2 {
|
|
730
723
|
margin-right: 0.5rem;
|
|
731
724
|
}
|
|
@@ -834,10 +827,6 @@ video {
|
|
|
834
827
|
.theme-designCom .tw-h-auto {
|
|
835
828
|
height: auto;
|
|
836
829
|
}
|
|
837
|
-
.theme-designCom .tw-h-fit {
|
|
838
|
-
height: -moz-fit-content;
|
|
839
|
-
height: fit-content;
|
|
840
|
-
}
|
|
841
830
|
.theme-designCom .tw-h-full {
|
|
842
831
|
height: 100%;
|
|
843
832
|
}
|
|
@@ -853,6 +842,9 @@ video {
|
|
|
853
842
|
.theme-designCom .tw-max-h-screen {
|
|
854
843
|
max-height: 100vh;
|
|
855
844
|
}
|
|
845
|
+
.theme-designCom .tw-w-1\/3 {
|
|
846
|
+
width: 33.333333%;
|
|
847
|
+
}
|
|
856
848
|
.theme-designCom .tw-w-10 {
|
|
857
849
|
width: 2.5rem;
|
|
858
850
|
}
|
|
@@ -1021,9 +1013,6 @@ video {
|
|
|
1021
1013
|
.theme-designCom .tw-animate-spin {
|
|
1022
1014
|
animation: tw-spin 1s linear infinite;
|
|
1023
1015
|
}
|
|
1024
|
-
.\!tw-cursor-not-allowed {
|
|
1025
|
-
cursor: not-allowed !important;
|
|
1026
|
-
}
|
|
1027
1016
|
.theme-designCom .tw-cursor-not-allowed {
|
|
1028
1017
|
cursor: not-allowed;
|
|
1029
1018
|
}
|
|
@@ -1457,17 +1446,6 @@ video {
|
|
|
1457
1446
|
.theme-designCom .tw-bg-opacity-80 {
|
|
1458
1447
|
--tw-bg-opacity: 0.8;
|
|
1459
1448
|
}
|
|
1460
|
-
.theme-designCom .tw-bg-gradient-to-t {
|
|
1461
|
-
background-image: linear-gradient(to top, var(--tw-gradient-stops));
|
|
1462
|
-
}
|
|
1463
|
-
.theme-designCom .tw-from-\[\#d946ef\] {
|
|
1464
|
-
--tw-gradient-from: #d946ef var(--tw-gradient-from-position);
|
|
1465
|
-
--tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
|
|
1466
|
-
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
1467
|
-
}
|
|
1468
|
-
.theme-designCom .tw-to-\[\#8b5cf6\] {
|
|
1469
|
-
--tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
|
|
1470
|
-
}
|
|
1471
1449
|
.theme-designCom .tw-bg-no-repeat {
|
|
1472
1450
|
background-repeat: no-repeat;
|
|
1473
1451
|
}
|
|
@@ -2045,10 +2023,6 @@ video {
|
|
|
2045
2023
|
--tw-bg-opacity: 1;
|
|
2046
2024
|
background-color: rgb(50 71 197 / var(--tw-bg-opacity));
|
|
2047
2025
|
}
|
|
2048
|
-
.theme-designCom .hover\:tw-bg-primary-100:hover {
|
|
2049
|
-
--tw-bg-opacity: 1;
|
|
2050
|
-
background-color: rgb(236 238 254 / var(--tw-bg-opacity));
|
|
2051
|
-
}
|
|
2052
2026
|
.theme-designCom .hover\:tw-bg-primary-400:hover {
|
|
2053
2027
|
--tw-bg-opacity: 1;
|
|
2054
2028
|
background-color: rgb(121 139 249 / var(--tw-bg-opacity));
|
|
@@ -2113,10 +2087,6 @@ video {
|
|
|
2113
2087
|
--tw-shadow-color: #3f59f6 !important;
|
|
2114
2088
|
--tw-shadow: var(--tw-shadow-colored) !important;
|
|
2115
2089
|
}
|
|
2116
|
-
.theme-designCom .hover\:tw-brightness-\[0\.85\]:hover {
|
|
2117
|
-
--tw-brightness: brightness(0.85);
|
|
2118
|
-
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);
|
|
2119
|
-
}
|
|
2120
2090
|
.theme-designCom .focus\:tw-border-error-600:focus {
|
|
2121
2091
|
--tw-border-opacity: 1;
|
|
2122
2092
|
border-color: rgb(182 58 42 / var(--tw-border-opacity));
|
|
@@ -2231,9 +2201,6 @@ video {
|
|
|
2231
2201
|
.theme-designCom .md\:tw-ml-4 {
|
|
2232
2202
|
margin-left: 1rem;
|
|
2233
2203
|
}
|
|
2234
|
-
.theme-designCom .md\:tw-mr-2 {
|
|
2235
|
-
margin-right: 0.5rem;
|
|
2236
|
-
}
|
|
2237
2204
|
.theme-designCom .md\:tw-mt-0 {
|
|
2238
2205
|
margin-top: 0px;
|
|
2239
2206
|
}
|
|
@@ -643,10 +643,6 @@ video {
|
|
|
643
643
|
margin-top: 0px;
|
|
644
644
|
margin-bottom: 0px;
|
|
645
645
|
}
|
|
646
|
-
.theme-designCrowd .tw-my-1 {
|
|
647
|
-
margin-top: 0.25rem;
|
|
648
|
-
margin-bottom: 0.25rem;
|
|
649
|
-
}
|
|
650
646
|
.theme-designCrowd .tw-my-10 {
|
|
651
647
|
margin-top: 2.5rem;
|
|
652
648
|
margin-bottom: 2.5rem;
|
|
@@ -723,9 +719,6 @@ video {
|
|
|
723
719
|
.theme-designCrowd .tw-ml-auto {
|
|
724
720
|
margin-left: auto;
|
|
725
721
|
}
|
|
726
|
-
.theme-designCrowd .tw-mr-1 {
|
|
727
|
-
margin-right: 0.25rem;
|
|
728
|
-
}
|
|
729
722
|
.theme-designCrowd .tw-mr-2 {
|
|
730
723
|
margin-right: 0.5rem;
|
|
731
724
|
}
|
|
@@ -834,10 +827,6 @@ video {
|
|
|
834
827
|
.theme-designCrowd .tw-h-auto {
|
|
835
828
|
height: auto;
|
|
836
829
|
}
|
|
837
|
-
.theme-designCrowd .tw-h-fit {
|
|
838
|
-
height: -moz-fit-content;
|
|
839
|
-
height: fit-content;
|
|
840
|
-
}
|
|
841
830
|
.theme-designCrowd .tw-h-full {
|
|
842
831
|
height: 100%;
|
|
843
832
|
}
|
|
@@ -853,6 +842,9 @@ video {
|
|
|
853
842
|
.theme-designCrowd .tw-max-h-screen {
|
|
854
843
|
max-height: 100vh;
|
|
855
844
|
}
|
|
845
|
+
.theme-designCrowd .tw-w-1\/3 {
|
|
846
|
+
width: 33.333333%;
|
|
847
|
+
}
|
|
856
848
|
.theme-designCrowd .tw-w-10 {
|
|
857
849
|
width: 2.5rem;
|
|
858
850
|
}
|
|
@@ -1021,9 +1013,6 @@ video {
|
|
|
1021
1013
|
.theme-designCrowd .tw-animate-spin {
|
|
1022
1014
|
animation: tw-spin 1s linear infinite;
|
|
1023
1015
|
}
|
|
1024
|
-
.\!tw-cursor-not-allowed {
|
|
1025
|
-
cursor: not-allowed !important;
|
|
1026
|
-
}
|
|
1027
1016
|
.theme-designCrowd .tw-cursor-not-allowed {
|
|
1028
1017
|
cursor: not-allowed;
|
|
1029
1018
|
}
|
|
@@ -1457,17 +1446,6 @@ video {
|
|
|
1457
1446
|
.theme-designCrowd .tw-bg-opacity-80 {
|
|
1458
1447
|
--tw-bg-opacity: 0.8;
|
|
1459
1448
|
}
|
|
1460
|
-
.theme-designCrowd .tw-bg-gradient-to-t {
|
|
1461
|
-
background-image: linear-gradient(to top, var(--tw-gradient-stops));
|
|
1462
|
-
}
|
|
1463
|
-
.theme-designCrowd .tw-from-\[\#d946ef\] {
|
|
1464
|
-
--tw-gradient-from: #d946ef var(--tw-gradient-from-position);
|
|
1465
|
-
--tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
|
|
1466
|
-
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
1467
|
-
}
|
|
1468
|
-
.theme-designCrowd .tw-to-\[\#8b5cf6\] {
|
|
1469
|
-
--tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
|
|
1470
|
-
}
|
|
1471
1449
|
.theme-designCrowd .tw-bg-no-repeat {
|
|
1472
1450
|
background-repeat: no-repeat;
|
|
1473
1451
|
}
|
|
@@ -2045,10 +2023,6 @@ video {
|
|
|
2045
2023
|
--tw-bg-opacity: 1;
|
|
2046
2024
|
background-color: rgb(14 121 188 / var(--tw-bg-opacity));
|
|
2047
2025
|
}
|
|
2048
|
-
.theme-designCrowd .hover\:tw-bg-primary-100:hover {
|
|
2049
|
-
--tw-bg-opacity: 1;
|
|
2050
|
-
background-color: rgb(207 234 251 / var(--tw-bg-opacity));
|
|
2051
|
-
}
|
|
2052
2026
|
.theme-designCrowd .hover\:tw-bg-primary-400:hover {
|
|
2053
2027
|
--tw-bg-opacity: 1;
|
|
2054
2028
|
background-color: rgb(65 172 239 / var(--tw-bg-opacity));
|
|
@@ -2113,10 +2087,6 @@ video {
|
|
|
2113
2087
|
--tw-shadow-color: #1197EB !important;
|
|
2114
2088
|
--tw-shadow: var(--tw-shadow-colored) !important;
|
|
2115
2089
|
}
|
|
2116
|
-
.theme-designCrowd .hover\:tw-brightness-\[0\.85\]:hover {
|
|
2117
|
-
--tw-brightness: brightness(0.85);
|
|
2118
|
-
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);
|
|
2119
|
-
}
|
|
2120
2090
|
.theme-designCrowd .focus\:tw-border-error-600:focus {
|
|
2121
2091
|
--tw-border-opacity: 1;
|
|
2122
2092
|
border-color: rgb(195 50 48 / var(--tw-border-opacity));
|
|
@@ -2231,9 +2201,6 @@ video {
|
|
|
2231
2201
|
.theme-designCrowd .md\:tw-ml-4 {
|
|
2232
2202
|
margin-left: 1rem;
|
|
2233
2203
|
}
|
|
2234
|
-
.theme-designCrowd .md\:tw-mr-2 {
|
|
2235
|
-
margin-right: 0.5rem;
|
|
2236
|
-
}
|
|
2237
2204
|
.theme-designCrowd .md\:tw-mt-0 {
|
|
2238
2205
|
margin-top: 0px;
|
|
2239
2206
|
}
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
</p>
|
|
58
58
|
<div class="tw-flex tw-flex-col">
|
|
59
59
|
<div>
|
|
60
|
-
<form id="signin"
|
|
60
|
+
<form id="signin" action="/identity/account/signin" method="post" @submit="validate">
|
|
61
61
|
<input name="__RequestVerificationToken" type="hidden" :value="antiForgeryToken" />
|
|
62
62
|
<label for="userName" class="tw-sr-only"> {{ emailLabel }} </label>
|
|
63
63
|
<input
|
|
@@ -170,7 +170,6 @@ import themeMixin from '../../mixins/themeMixin';
|
|
|
170
170
|
import { SIGN_IN } from '../../constants/partner-dictionary-constants';
|
|
171
171
|
import isValidEmail from '../../helpers/email-validator';
|
|
172
172
|
import SocialSignIn from './SocialSignIn.vue';
|
|
173
|
-
import { getCurrentLocale } from '../../../useSharedLibTranslate';
|
|
174
173
|
|
|
175
174
|
export default {
|
|
176
175
|
components: {
|
|
@@ -335,9 +334,6 @@ export default {
|
|
|
335
334
|
isLoading() {
|
|
336
335
|
return this.emailLoading || this.facebookLoading || this.googleLoading;
|
|
337
336
|
},
|
|
338
|
-
currentLocale() {
|
|
339
|
-
return getCurrentLocale();
|
|
340
|
-
},
|
|
341
337
|
submissionButtonLabelLowercase() {
|
|
342
338
|
return this.submissionButtonLabel.toLowerCase();
|
|
343
339
|
},
|
|
@@ -373,11 +369,6 @@ export default {
|
|
|
373
369
|
}
|
|
374
370
|
return this.signUpText;
|
|
375
371
|
},
|
|
376
|
-
getSignInAction() {
|
|
377
|
-
const params = new URLSearchParams();
|
|
378
|
-
params.set('locale', this.currentLocale);
|
|
379
|
-
return `/identity/account/signin?${params.toString()}`;
|
|
380
|
-
},
|
|
381
372
|
},
|
|
382
373
|
watch: {
|
|
383
374
|
capturePassword() {
|
|
@@ -34,7 +34,6 @@
|
|
|
34
34
|
</h2>
|
|
35
35
|
<form id="signup" action="/identity/account/signup" method="post" @submit="validate">
|
|
36
36
|
<input name="__RequestVerificationToken" type="hidden" :value="antiForgeryToken" />
|
|
37
|
-
<input name="requestLocale" type="hidden" :value="currentLocale" />
|
|
38
37
|
<label for="userName" class="tw-sr-only"> {{ emailLabel }} </label>
|
|
39
38
|
<input
|
|
40
39
|
v-model="aUserName"
|
|
@@ -117,7 +116,6 @@ import SocialSignIn from './SocialSignIn.vue';
|
|
|
117
116
|
import SubmissionButton from './SubmissionButton.vue';
|
|
118
117
|
import AuthLegal from './AuthLegal.vue';
|
|
119
118
|
import themeMixin from '../../mixins/themeMixin';
|
|
120
|
-
import { getCurrentLocale } from '../../../useSharedLibTranslate';
|
|
121
119
|
|
|
122
120
|
export default {
|
|
123
121
|
components: {
|
|
@@ -231,9 +229,6 @@ export default {
|
|
|
231
229
|
}
|
|
232
230
|
return url?.toString();
|
|
233
231
|
},
|
|
234
|
-
currentLocale() {
|
|
235
|
-
return getCurrentLocale();
|
|
236
|
-
},
|
|
237
232
|
},
|
|
238
233
|
methods: {
|
|
239
234
|
validate(e) {
|
|
@@ -27,8 +27,6 @@ const setSharedLibLocaleAsync = async (locale = 'en-US') => {
|
|
|
27
27
|
await i18next.addResourceBundle(localeToUse, 'fe-shared-lib', {
|
|
28
28
|
...languageFile,
|
|
29
29
|
});
|
|
30
|
-
|
|
31
|
-
await i18next.changeLanguage(localeToUse);
|
|
32
30
|
};
|
|
33
31
|
|
|
34
32
|
const tr = (key, valuesToInterpolate = {}) => {
|