@everymatrix/general-player-register-form-step1 0.0.395 → 0.0.398
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/general-player-register-form-step1",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.398",
|
|
4
4
|
"main": "dist/general-player-register-form-step1.js",
|
|
5
5
|
"svelte": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"publishConfig": {
|
|
37
37
|
"access": "public"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "a6034652886209b6fcdc64d039abe2fb2760c472"
|
|
40
40
|
}
|
|
@@ -359,7 +359,7 @@
|
|
|
359
359
|
color: var(--emfe-w-color-gray-300, #58586B);
|
|
360
360
|
display: flex;
|
|
361
361
|
flex-direction: column;
|
|
362
|
-
padding-bottom:
|
|
362
|
+
padding-bottom:40px;
|
|
363
363
|
position: relative;
|
|
364
364
|
|
|
365
365
|
label {
|
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
height: 13px;
|
|
410
410
|
position: absolute;
|
|
411
411
|
right: 8px;
|
|
412
|
-
bottom:
|
|
412
|
+
bottom: 55px;
|
|
413
413
|
&.InvalidToggle {
|
|
414
414
|
path, circle, rect {
|
|
415
415
|
fill: var(--emfe-w-color-primary, #D0046C);
|