adata-ui 0.1.88 → 0.1.89

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": "adata-ui",
3
- "version": "0.1.88",
3
+ "version": "0.1.89",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -95,6 +95,7 @@ export default {
95
95
  height: 24px;
96
96
  padding: 2px 16px;
97
97
  line-height: 20px;
98
+ font-size: 12px;
98
99
  }
99
100
  &_sm {
100
101
  height: 32px;
@@ -31,7 +31,7 @@
31
31
  </svg>
32
32
  </a>
33
33
  <a target="_blank" rel="nofollow"
34
- href="https://www.youtube.com/channel/UCPkbtgwgTZbMJXjmTi3R8Uw/about">
34
+ href="https://www.youtube.com/channel/UCPkbtgwgTZbMJXjmTi3R8Uw/featured">
35
35
  <svg fill="none" xmlns="http://www.w3.org/2000/svg"
36
36
  viewBox="0 0 16 16" class="social__icon">
37
37
  <path fill-rule="evenodd" clip-rule="evenodd"
@@ -38,6 +38,7 @@
38
38
  {{ item.name }}
39
39
  </a>
40
40
  </div>
41
+ <slot name="mobileSearch"></slot>
41
42
  </div>
42
43
  <div class="header__right" v-show="!noAuth">
43
44
  <slot name="chooseCountry"></slot>