@everymatrix/casino-header-controller 1.13.0 → 1.13.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/casino-header-controller",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.2",
|
|
4
4
|
"main": "dist/casino-header-controller.js",
|
|
5
5
|
"svelte": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "97c6431698aa270f6d350dc219614df9a401b83d"
|
|
41
41
|
}
|
|
@@ -565,6 +565,19 @@
|
|
|
565
565
|
|
|
566
566
|
<style lang="scss">
|
|
567
567
|
|
|
568
|
+
*,
|
|
569
|
+
*::before,
|
|
570
|
+
*::after {
|
|
571
|
+
font-family: inherit
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
:host {
|
|
575
|
+
font-family: inherit;
|
|
576
|
+
}
|
|
577
|
+
|
|
578
|
+
input,
|
|
579
|
+
textarea,
|
|
580
|
+
button {font-family: inherit}
|
|
568
581
|
|
|
569
582
|
|
|
570
583
|
.HeaderSlider {
|