adata-ui 0.1.81 → 0.1.84

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.81",
3
+ "version": "0.1.84",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -1,8 +1,8 @@
1
1
  <template>
2
2
  <component
3
3
  :class="[
4
- 'btn',
5
- `btn_${variant}`,
4
+ 'a-btn',
5
+ `a-btn_${variant}`,
6
6
  `size_${size}`,
7
7
  ]"
8
8
  v-bind="$attrs"
@@ -69,7 +69,7 @@ export default {
69
69
 
70
70
  <style lang="scss">
71
71
 
72
- .btn {
72
+ .a-btn {
73
73
  cursor: pointer;
74
74
  border: none;
75
75
  border-radius: 2px;
@@ -403,7 +403,7 @@
403
403
  </div>
404
404
  </div>
405
405
  </div>
406
- <div class="menu_mobile-footer">
406
+ <div v-show="isAuthenticated" class="menu_mobile-footer">
407
407
  <button class="sign" @click="$emit('logout')">
408
408
  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
409
409
  <path d="M16.5 15L19.5 12L16.5 9" stroke="white" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
@@ -696,6 +696,7 @@ export default {
696
696
  align-items: center;
697
697
  @media (max-width: 1025px) {
698
698
  height: 56px;
699
+ border-bottom: 1px solid #BDC7CE;
699
700
  }
700
701
 
701
702
  &.bordered {
@@ -789,6 +790,7 @@ export default {
789
790
  display: none;
790
791
  grid-template-columns: 10% 90%;
791
792
  z-index: 1000000;
793
+ position: absolute!important;
792
794
  .empty-space {
793
795
  background: rgba(0, 0, 0, 0.40);
794
796
  }