@everymatrix/casino-sort 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/dist/casino-sort.js +12 -12
- package/dist/casino-sort.js.map +1 -1
- package/package.json +2 -2
- package/src/CasinoSort.svelte +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/casino-sort",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.2",
|
|
4
4
|
"main": "dist/casino-sort.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": "
|
|
38
|
+
"gitHead": "462a557bf7dab099fad999a6d0998f5155877620"
|
|
39
39
|
}
|
package/src/CasinoSort.svelte
CHANGED
|
@@ -344,7 +344,7 @@
|
|
|
344
344
|
|
|
345
345
|
.CustomRadioButton input[type="radio"]+span:after {
|
|
346
346
|
content: '';
|
|
347
|
-
background: var(--emfe-w-casino-color-primary, var(--emfe-w-color-
|
|
347
|
+
background: var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C));
|
|
348
348
|
width: 14px;
|
|
349
349
|
height: 14px;
|
|
350
350
|
border-radius: 50%;
|
|
@@ -378,8 +378,8 @@
|
|
|
378
378
|
margin: 20px auto;
|
|
379
379
|
border: 0;
|
|
380
380
|
color: var(--emfe-w-button-typography, var(--emfe-w-color-white, #FFFFFF));
|
|
381
|
-
background-color: var(--emfe-w-casino-color-primary, var(--emfe-w-color-
|
|
382
|
-
border: 1px solid var(--emfe-w-casino-color-primary, var(--emfe-w-color-
|
|
381
|
+
background-color: var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C));
|
|
382
|
+
border: 1px solid var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C));
|
|
383
383
|
font-size: 18px;
|
|
384
384
|
padding: 10px 50px;
|
|
385
385
|
border-radius: 5px;
|