@everymatrix/player-profile-info 0.0.243 → 0.0.247
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/player-profile-info",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.247",
|
|
4
4
|
"main": "dist/player-profile-info.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": "a5b796f4cea4507671829ccf33489c7c93dc3709"
|
|
40
40
|
}
|
|
@@ -605,14 +605,14 @@
|
|
|
605
605
|
|
|
606
606
|
&.InvalidField {
|
|
607
607
|
input {
|
|
608
|
-
border: 1px solid var(--emfe-w-color-
|
|
608
|
+
border: 1px solid var(--emfe-w-color-error, #FD2839);
|
|
609
609
|
background: var(--emfe-w-color-primary-50, #FBECF4);
|
|
610
|
-
color: var(--emfe-w-color-
|
|
610
|
+
color: var(--emfe-w-color-error, #FD2839);
|
|
611
611
|
}
|
|
612
612
|
}
|
|
613
613
|
|
|
614
614
|
.InvalidInput {
|
|
615
|
-
color: var(--emfe-w-color-
|
|
615
|
+
color: var(--emfe-w-color-error, #FD2839);
|
|
616
616
|
font-size: 10px;
|
|
617
617
|
line-height: 10px;
|
|
618
618
|
}
|