@designcrowd/fe-shared-lib 1.2.11-ml-407-1 → 1.2.11-ml-407-2
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 +11 -3
- package/dist/css/tailwind-brandPage.css +11 -3
- package/dist/css/tailwind-crazyDomains.css +11 -3
- package/dist/css/tailwind-designCom.css +11 -3
- package/dist/css/tailwind-designCrowd.css +11 -3
- package/package.json +1 -1
- package/public/css/tailwind-brandCrowd.css +10 -3
- package/public/css/tailwind-brandPage.css +10 -3
- package/public/css/tailwind-crazyDomains.css +10 -3
- package/public/css/tailwind-designCom.css +10 -3
- package/public/css/tailwind-designCrowd.css +10 -3
- package/src/experiences/components/AuthFlow/SignUp.vue +5 -0
- package/src/useSharedLibTranslate.js +2 -0
|
@@ -643,6 +643,10 @@ video {
|
|
|
643
643
|
margin-top: 0px;
|
|
644
644
|
margin-bottom: 0px;
|
|
645
645
|
}
|
|
646
|
+
.tw-my-1 {
|
|
647
|
+
margin-top: 0.25rem;
|
|
648
|
+
margin-bottom: 0.25rem;
|
|
649
|
+
}
|
|
646
650
|
.tw-my-10 {
|
|
647
651
|
margin-top: 2.5rem;
|
|
648
652
|
margin-bottom: 2.5rem;
|
|
@@ -849,9 +853,6 @@ video {
|
|
|
849
853
|
.tw-max-h-screen {
|
|
850
854
|
max-height: 100vh;
|
|
851
855
|
}
|
|
852
|
-
.tw-w-1\/3 {
|
|
853
|
-
width: 33.333333%;
|
|
854
|
-
}
|
|
855
856
|
.tw-w-10 {
|
|
856
857
|
width: 2.5rem;
|
|
857
858
|
}
|
|
@@ -1020,6 +1021,9 @@ video {
|
|
|
1020
1021
|
.tw-animate-spin {
|
|
1021
1022
|
animation: tw-spin 1s linear infinite;
|
|
1022
1023
|
}
|
|
1024
|
+
.\!tw-cursor-not-allowed {
|
|
1025
|
+
cursor: not-allowed !important;
|
|
1026
|
+
}
|
|
1023
1027
|
.tw-cursor-not-allowed {
|
|
1024
1028
|
cursor: not-allowed;
|
|
1025
1029
|
}
|
|
@@ -2255,6 +2259,10 @@ video {
|
|
|
2255
2259
|
margin-left: 1rem;
|
|
2256
2260
|
}
|
|
2257
2261
|
|
|
2262
|
+
.md\:tw-mr-2 {
|
|
2263
|
+
margin-right: 0.5rem;
|
|
2264
|
+
}
|
|
2265
|
+
|
|
2258
2266
|
.md\:tw-mt-0 {
|
|
2259
2267
|
margin-top: 0px;
|
|
2260
2268
|
}
|
|
@@ -643,6 +643,10 @@ video {
|
|
|
643
643
|
margin-top: 0px;
|
|
644
644
|
margin-bottom: 0px;
|
|
645
645
|
}
|
|
646
|
+
.tw-my-1 {
|
|
647
|
+
margin-top: 0.25rem;
|
|
648
|
+
margin-bottom: 0.25rem;
|
|
649
|
+
}
|
|
646
650
|
.tw-my-10 {
|
|
647
651
|
margin-top: 2.5rem;
|
|
648
652
|
margin-bottom: 2.5rem;
|
|
@@ -849,9 +853,6 @@ video {
|
|
|
849
853
|
.tw-max-h-screen {
|
|
850
854
|
max-height: 100vh;
|
|
851
855
|
}
|
|
852
|
-
.tw-w-1\/3 {
|
|
853
|
-
width: 33.333333%;
|
|
854
|
-
}
|
|
855
856
|
.tw-w-10 {
|
|
856
857
|
width: 2.5rem;
|
|
857
858
|
}
|
|
@@ -1020,6 +1021,9 @@ video {
|
|
|
1020
1021
|
.tw-animate-spin {
|
|
1021
1022
|
animation: tw-spin 1s linear infinite;
|
|
1022
1023
|
}
|
|
1024
|
+
.\!tw-cursor-not-allowed {
|
|
1025
|
+
cursor: not-allowed !important;
|
|
1026
|
+
}
|
|
1023
1027
|
.tw-cursor-not-allowed {
|
|
1024
1028
|
cursor: not-allowed;
|
|
1025
1029
|
}
|
|
@@ -1939,6 +1943,10 @@ video {
|
|
|
1939
1943
|
margin-left: 1rem;
|
|
1940
1944
|
}
|
|
1941
1945
|
|
|
1946
|
+
.md\:tw-mr-2 {
|
|
1947
|
+
margin-right: 0.5rem;
|
|
1948
|
+
}
|
|
1949
|
+
|
|
1942
1950
|
.md\:tw-mt-0 {
|
|
1943
1951
|
margin-top: 0px;
|
|
1944
1952
|
}
|
|
@@ -643,6 +643,10 @@ video {
|
|
|
643
643
|
margin-top: 0px;
|
|
644
644
|
margin-bottom: 0px;
|
|
645
645
|
}
|
|
646
|
+
.tw-my-1 {
|
|
647
|
+
margin-top: 0.25rem;
|
|
648
|
+
margin-bottom: 0.25rem;
|
|
649
|
+
}
|
|
646
650
|
.tw-my-10 {
|
|
647
651
|
margin-top: 2.5rem;
|
|
648
652
|
margin-bottom: 2.5rem;
|
|
@@ -849,9 +853,6 @@ video {
|
|
|
849
853
|
.tw-max-h-screen {
|
|
850
854
|
max-height: 100vh;
|
|
851
855
|
}
|
|
852
|
-
.tw-w-1\/3 {
|
|
853
|
-
width: 33.333333%;
|
|
854
|
-
}
|
|
855
856
|
.tw-w-10 {
|
|
856
857
|
width: 2.5rem;
|
|
857
858
|
}
|
|
@@ -1020,6 +1021,9 @@ video {
|
|
|
1020
1021
|
.tw-animate-spin {
|
|
1021
1022
|
animation: tw-spin 1s linear infinite;
|
|
1022
1023
|
}
|
|
1024
|
+
.\!tw-cursor-not-allowed {
|
|
1025
|
+
cursor: not-allowed !important;
|
|
1026
|
+
}
|
|
1023
1027
|
.tw-cursor-not-allowed {
|
|
1024
1028
|
cursor: not-allowed;
|
|
1025
1029
|
}
|
|
@@ -2255,6 +2259,10 @@ video {
|
|
|
2255
2259
|
margin-left: 1rem;
|
|
2256
2260
|
}
|
|
2257
2261
|
|
|
2262
|
+
.md\:tw-mr-2 {
|
|
2263
|
+
margin-right: 0.5rem;
|
|
2264
|
+
}
|
|
2265
|
+
|
|
2258
2266
|
.md\:tw-mt-0 {
|
|
2259
2267
|
margin-top: 0px;
|
|
2260
2268
|
}
|
|
@@ -643,6 +643,10 @@ video {
|
|
|
643
643
|
margin-top: 0px;
|
|
644
644
|
margin-bottom: 0px;
|
|
645
645
|
}
|
|
646
|
+
.tw-my-1 {
|
|
647
|
+
margin-top: 0.25rem;
|
|
648
|
+
margin-bottom: 0.25rem;
|
|
649
|
+
}
|
|
646
650
|
.tw-my-10 {
|
|
647
651
|
margin-top: 2.5rem;
|
|
648
652
|
margin-bottom: 2.5rem;
|
|
@@ -849,9 +853,6 @@ video {
|
|
|
849
853
|
.tw-max-h-screen {
|
|
850
854
|
max-height: 100vh;
|
|
851
855
|
}
|
|
852
|
-
.tw-w-1\/3 {
|
|
853
|
-
width: 33.333333%;
|
|
854
|
-
}
|
|
855
856
|
.tw-w-10 {
|
|
856
857
|
width: 2.5rem;
|
|
857
858
|
}
|
|
@@ -1020,6 +1021,9 @@ video {
|
|
|
1020
1021
|
.tw-animate-spin {
|
|
1021
1022
|
animation: tw-spin 1s linear infinite;
|
|
1022
1023
|
}
|
|
1024
|
+
.\!tw-cursor-not-allowed {
|
|
1025
|
+
cursor: not-allowed !important;
|
|
1026
|
+
}
|
|
1023
1027
|
.tw-cursor-not-allowed {
|
|
1024
1028
|
cursor: not-allowed;
|
|
1025
1029
|
}
|
|
@@ -2255,6 +2259,10 @@ video {
|
|
|
2255
2259
|
margin-left: 1rem;
|
|
2256
2260
|
}
|
|
2257
2261
|
|
|
2262
|
+
.md\:tw-mr-2 {
|
|
2263
|
+
margin-right: 0.5rem;
|
|
2264
|
+
}
|
|
2265
|
+
|
|
2258
2266
|
.md\:tw-mt-0 {
|
|
2259
2267
|
margin-top: 0px;
|
|
2260
2268
|
}
|
|
@@ -643,6 +643,10 @@ video {
|
|
|
643
643
|
margin-top: 0px;
|
|
644
644
|
margin-bottom: 0px;
|
|
645
645
|
}
|
|
646
|
+
.tw-my-1 {
|
|
647
|
+
margin-top: 0.25rem;
|
|
648
|
+
margin-bottom: 0.25rem;
|
|
649
|
+
}
|
|
646
650
|
.tw-my-10 {
|
|
647
651
|
margin-top: 2.5rem;
|
|
648
652
|
margin-bottom: 2.5rem;
|
|
@@ -849,9 +853,6 @@ video {
|
|
|
849
853
|
.tw-max-h-screen {
|
|
850
854
|
max-height: 100vh;
|
|
851
855
|
}
|
|
852
|
-
.tw-w-1\/3 {
|
|
853
|
-
width: 33.333333%;
|
|
854
|
-
}
|
|
855
856
|
.tw-w-10 {
|
|
856
857
|
width: 2.5rem;
|
|
857
858
|
}
|
|
@@ -1020,6 +1021,9 @@ video {
|
|
|
1020
1021
|
.tw-animate-spin {
|
|
1021
1022
|
animation: tw-spin 1s linear infinite;
|
|
1022
1023
|
}
|
|
1024
|
+
.\!tw-cursor-not-allowed {
|
|
1025
|
+
cursor: not-allowed !important;
|
|
1026
|
+
}
|
|
1023
1027
|
.tw-cursor-not-allowed {
|
|
1024
1028
|
cursor: not-allowed;
|
|
1025
1029
|
}
|
|
@@ -2255,6 +2259,10 @@ video {
|
|
|
2255
2259
|
margin-left: 1rem;
|
|
2256
2260
|
}
|
|
2257
2261
|
|
|
2262
|
+
.md\:tw-mr-2 {
|
|
2263
|
+
margin-right: 0.5rem;
|
|
2264
|
+
}
|
|
2265
|
+
|
|
2258
2266
|
.md\:tw-mt-0 {
|
|
2259
2267
|
margin-top: 0px;
|
|
2260
2268
|
}
|
package/package.json
CHANGED
|
@@ -643,6 +643,10 @@ 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
|
+
}
|
|
646
650
|
.theme-brandCrowd .tw-my-10 {
|
|
647
651
|
margin-top: 2.5rem;
|
|
648
652
|
margin-bottom: 2.5rem;
|
|
@@ -849,9 +853,6 @@ video {
|
|
|
849
853
|
.theme-brandCrowd .tw-max-h-screen {
|
|
850
854
|
max-height: 100vh;
|
|
851
855
|
}
|
|
852
|
-
.theme-brandCrowd .tw-w-1\/3 {
|
|
853
|
-
width: 33.333333%;
|
|
854
|
-
}
|
|
855
856
|
.theme-brandCrowd .tw-w-10 {
|
|
856
857
|
width: 2.5rem;
|
|
857
858
|
}
|
|
@@ -1020,6 +1021,9 @@ video {
|
|
|
1020
1021
|
.theme-brandCrowd .tw-animate-spin {
|
|
1021
1022
|
animation: tw-spin 1s linear infinite;
|
|
1022
1023
|
}
|
|
1024
|
+
.\!tw-cursor-not-allowed {
|
|
1025
|
+
cursor: not-allowed !important;
|
|
1026
|
+
}
|
|
1023
1027
|
.theme-brandCrowd .tw-cursor-not-allowed {
|
|
1024
1028
|
cursor: not-allowed;
|
|
1025
1029
|
}
|
|
@@ -2227,6 +2231,9 @@ video {
|
|
|
2227
2231
|
.theme-brandCrowd .md\:tw-ml-4 {
|
|
2228
2232
|
margin-left: 1rem;
|
|
2229
2233
|
}
|
|
2234
|
+
.theme-brandCrowd .md\:tw-mr-2 {
|
|
2235
|
+
margin-right: 0.5rem;
|
|
2236
|
+
}
|
|
2230
2237
|
.theme-brandCrowd .md\:tw-mt-0 {
|
|
2231
2238
|
margin-top: 0px;
|
|
2232
2239
|
}
|
|
@@ -643,6 +643,10 @@ 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
|
+
}
|
|
646
650
|
.theme-brandPage .tw-my-10 {
|
|
647
651
|
margin-top: 2.5rem;
|
|
648
652
|
margin-bottom: 2.5rem;
|
|
@@ -849,9 +853,6 @@ video {
|
|
|
849
853
|
.theme-brandPage .tw-max-h-screen {
|
|
850
854
|
max-height: 100vh;
|
|
851
855
|
}
|
|
852
|
-
.theme-brandPage .tw-w-1\/3 {
|
|
853
|
-
width: 33.333333%;
|
|
854
|
-
}
|
|
855
856
|
.theme-brandPage .tw-w-10 {
|
|
856
857
|
width: 2.5rem;
|
|
857
858
|
}
|
|
@@ -1020,6 +1021,9 @@ video {
|
|
|
1020
1021
|
.theme-brandPage .tw-animate-spin {
|
|
1021
1022
|
animation: tw-spin 1s linear infinite;
|
|
1022
1023
|
}
|
|
1024
|
+
.\!tw-cursor-not-allowed {
|
|
1025
|
+
cursor: not-allowed !important;
|
|
1026
|
+
}
|
|
1023
1027
|
.theme-brandPage .tw-cursor-not-allowed {
|
|
1024
1028
|
cursor: not-allowed;
|
|
1025
1029
|
}
|
|
@@ -1911,6 +1915,9 @@ video {
|
|
|
1911
1915
|
.theme-brandPage .md\:tw-ml-4 {
|
|
1912
1916
|
margin-left: 1rem;
|
|
1913
1917
|
}
|
|
1918
|
+
.theme-brandPage .md\:tw-mr-2 {
|
|
1919
|
+
margin-right: 0.5rem;
|
|
1920
|
+
}
|
|
1914
1921
|
.theme-brandPage .md\:tw-mt-0 {
|
|
1915
1922
|
margin-top: 0px;
|
|
1916
1923
|
}
|
|
@@ -643,6 +643,10 @@ 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
|
+
}
|
|
646
650
|
.theme-crazyDomains .tw-my-10 {
|
|
647
651
|
margin-top: 2.5rem;
|
|
648
652
|
margin-bottom: 2.5rem;
|
|
@@ -849,9 +853,6 @@ video {
|
|
|
849
853
|
.theme-crazyDomains .tw-max-h-screen {
|
|
850
854
|
max-height: 100vh;
|
|
851
855
|
}
|
|
852
|
-
.theme-crazyDomains .tw-w-1\/3 {
|
|
853
|
-
width: 33.333333%;
|
|
854
|
-
}
|
|
855
856
|
.theme-crazyDomains .tw-w-10 {
|
|
856
857
|
width: 2.5rem;
|
|
857
858
|
}
|
|
@@ -1020,6 +1021,9 @@ video {
|
|
|
1020
1021
|
.theme-crazyDomains .tw-animate-spin {
|
|
1021
1022
|
animation: tw-spin 1s linear infinite;
|
|
1022
1023
|
}
|
|
1024
|
+
.\!tw-cursor-not-allowed {
|
|
1025
|
+
cursor: not-allowed !important;
|
|
1026
|
+
}
|
|
1023
1027
|
.theme-crazyDomains .tw-cursor-not-allowed {
|
|
1024
1028
|
cursor: not-allowed;
|
|
1025
1029
|
}
|
|
@@ -2227,6 +2231,9 @@ video {
|
|
|
2227
2231
|
.theme-crazyDomains .md\:tw-ml-4 {
|
|
2228
2232
|
margin-left: 1rem;
|
|
2229
2233
|
}
|
|
2234
|
+
.theme-crazyDomains .md\:tw-mr-2 {
|
|
2235
|
+
margin-right: 0.5rem;
|
|
2236
|
+
}
|
|
2230
2237
|
.theme-crazyDomains .md\:tw-mt-0 {
|
|
2231
2238
|
margin-top: 0px;
|
|
2232
2239
|
}
|
|
@@ -643,6 +643,10 @@ 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
|
+
}
|
|
646
650
|
.theme-designCom .tw-my-10 {
|
|
647
651
|
margin-top: 2.5rem;
|
|
648
652
|
margin-bottom: 2.5rem;
|
|
@@ -849,9 +853,6 @@ video {
|
|
|
849
853
|
.theme-designCom .tw-max-h-screen {
|
|
850
854
|
max-height: 100vh;
|
|
851
855
|
}
|
|
852
|
-
.theme-designCom .tw-w-1\/3 {
|
|
853
|
-
width: 33.333333%;
|
|
854
|
-
}
|
|
855
856
|
.theme-designCom .tw-w-10 {
|
|
856
857
|
width: 2.5rem;
|
|
857
858
|
}
|
|
@@ -1020,6 +1021,9 @@ video {
|
|
|
1020
1021
|
.theme-designCom .tw-animate-spin {
|
|
1021
1022
|
animation: tw-spin 1s linear infinite;
|
|
1022
1023
|
}
|
|
1024
|
+
.\!tw-cursor-not-allowed {
|
|
1025
|
+
cursor: not-allowed !important;
|
|
1026
|
+
}
|
|
1023
1027
|
.theme-designCom .tw-cursor-not-allowed {
|
|
1024
1028
|
cursor: not-allowed;
|
|
1025
1029
|
}
|
|
@@ -2227,6 +2231,9 @@ video {
|
|
|
2227
2231
|
.theme-designCom .md\:tw-ml-4 {
|
|
2228
2232
|
margin-left: 1rem;
|
|
2229
2233
|
}
|
|
2234
|
+
.theme-designCom .md\:tw-mr-2 {
|
|
2235
|
+
margin-right: 0.5rem;
|
|
2236
|
+
}
|
|
2230
2237
|
.theme-designCom .md\:tw-mt-0 {
|
|
2231
2238
|
margin-top: 0px;
|
|
2232
2239
|
}
|
|
@@ -643,6 +643,10 @@ 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
|
+
}
|
|
646
650
|
.theme-designCrowd .tw-my-10 {
|
|
647
651
|
margin-top: 2.5rem;
|
|
648
652
|
margin-bottom: 2.5rem;
|
|
@@ -849,9 +853,6 @@ video {
|
|
|
849
853
|
.theme-designCrowd .tw-max-h-screen {
|
|
850
854
|
max-height: 100vh;
|
|
851
855
|
}
|
|
852
|
-
.theme-designCrowd .tw-w-1\/3 {
|
|
853
|
-
width: 33.333333%;
|
|
854
|
-
}
|
|
855
856
|
.theme-designCrowd .tw-w-10 {
|
|
856
857
|
width: 2.5rem;
|
|
857
858
|
}
|
|
@@ -1020,6 +1021,9 @@ video {
|
|
|
1020
1021
|
.theme-designCrowd .tw-animate-spin {
|
|
1021
1022
|
animation: tw-spin 1s linear infinite;
|
|
1022
1023
|
}
|
|
1024
|
+
.\!tw-cursor-not-allowed {
|
|
1025
|
+
cursor: not-allowed !important;
|
|
1026
|
+
}
|
|
1023
1027
|
.theme-designCrowd .tw-cursor-not-allowed {
|
|
1024
1028
|
cursor: not-allowed;
|
|
1025
1029
|
}
|
|
@@ -2227,6 +2231,9 @@ video {
|
|
|
2227
2231
|
.theme-designCrowd .md\:tw-ml-4 {
|
|
2228
2232
|
margin-left: 1rem;
|
|
2229
2233
|
}
|
|
2234
|
+
.theme-designCrowd .md\:tw-mr-2 {
|
|
2235
|
+
margin-right: 0.5rem;
|
|
2236
|
+
}
|
|
2230
2237
|
.theme-designCrowd .md\:tw-mt-0 {
|
|
2231
2238
|
margin-top: 0px;
|
|
2232
2239
|
}
|
|
@@ -34,6 +34,7 @@
|
|
|
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" />
|
|
37
38
|
<label for="userName" class="tw-sr-only"> {{ emailLabel }} </label>
|
|
38
39
|
<input
|
|
39
40
|
v-model="aUserName"
|
|
@@ -116,6 +117,7 @@ import SocialSignIn from './SocialSignIn.vue';
|
|
|
116
117
|
import SubmissionButton from './SubmissionButton.vue';
|
|
117
118
|
import AuthLegal from './AuthLegal.vue';
|
|
118
119
|
import themeMixin from '../../mixins/themeMixin';
|
|
120
|
+
import { getCurrentLocale } from '../../../useSharedLibTranslate';
|
|
119
121
|
|
|
120
122
|
export default {
|
|
121
123
|
components: {
|
|
@@ -229,6 +231,9 @@ export default {
|
|
|
229
231
|
}
|
|
230
232
|
return url?.toString();
|
|
231
233
|
},
|
|
234
|
+
currentLocale() {
|
|
235
|
+
return getCurrentLocale();
|
|
236
|
+
},
|
|
232
237
|
},
|
|
233
238
|
methods: {
|
|
234
239
|
validate(e) {
|
|
@@ -27,6 +27,8 @@ 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);
|
|
30
32
|
};
|
|
31
33
|
|
|
32
34
|
const tr = (key, valuesToInterpolate = {}) => {
|