@everymatrix/general-player-sms-verification-form 1.17.0 → 1.17.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/general-player-sms-verification-form",
3
- "version": "1.17.0",
3
+ "version": "1.17.2",
4
4
  "main": "index.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "0e043e4e6292cea395b47f25037b9281ecdfcba2"
38
+ "gitHead": "462a557bf7dab099fad999a6d0998f5155877620"
39
39
  }
@@ -255,9 +255,9 @@ import { onMount } from 'svelte';
255
255
 
256
256
  &.InvalidField {
257
257
  input {
258
- border: 1px solid var(--emfe-w-registration-color-primary, var(--emfe-w-color-pink-500, #D0046C));
258
+ border: 1px solid var(--emfe-w-registration-color-primary, var(--emfe-w-color-primary, #D0046C));
259
259
  background: var(--emfe-w-color-pale, #FBECF4);
260
- color: var(--emfe-w-registration-color-primary, var(--emfe-w-color-pink-500, #D0046C));
260
+ color: var(--emfe-w-registration-color-primary, var(--emfe-w-color-primary, #D0046C));
261
261
  }
262
262
  }
263
263
 
@@ -283,8 +283,8 @@ import { onMount } from 'svelte';
283
283
 
284
284
  .Button {
285
285
  color: var(--emfe-w-button-typography, var(--emfe-w-color-white, #FFFFFF));
286
- background: var(--emfe-w-registration-color-primary, var(--emfe-w-color-pink-500, #D0046C));
287
- border: 1px solid var(--emfe-w-registration-color-primary, var(--emfe-w-color-pink-500, #D0046C));
286
+ background: var(--emfe-w-registration-color-primary, var(--emfe-w-color-primary, #D0046C));
287
+ border: 1px solid var(--emfe-w-registration-color-primary, var(--emfe-w-color-primary, #D0046C));
288
288
  border-radius: 5px;
289
289
  width: 100%;
290
290
  height: 60px;
@@ -300,7 +300,7 @@ import { onMount } from 'svelte';
300
300
  }
301
301
  &.SmsVerificationResend {
302
302
  background: var(--emfe-w-registration-color-bg, var(--emfe-w-color-gray-50, #F9F8F8));
303
- color: var(--emfe-w-registration-typography, var(--emfe-w-color-dunkel, #07072A));
303
+ color: var(--emfe-w-registration-typography, var(--emfe-w-color-contrast, #07072A));
304
304
  }
305
305
  }
306
306
  </style>