adata-ui 0.1.54 → 0.1.57

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.54",
3
+ "version": "0.1.57",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -663,6 +663,7 @@ export default {
663
663
  display: flex;
664
664
  flex-direction: column;
665
665
  gap: 10px;
666
+ margin-bottom: 40px;
666
667
  &-item {
667
668
  display: flex;
668
669
  justify-content: space-between;
@@ -132,12 +132,11 @@
132
132
  <div v-if="isAuthenticated" class="info-header__item">
133
133
  <div class="info-header__item-elem">
134
134
  <div class="info-header__inner-item">
135
- <span class="info-header__title">Cуточный лимит запросов:</span>
135
+ <span class="info-header__title">Cуточный лимит запросов</span>
136
136
  <span class="info-header__result info-header__result_circled">{{ requestCount }}</span>
137
137
  </div>
138
- <div class="divider"></div>
139
138
  <div class="info-header__inner-item">
140
- <span class="info-header__title">остаток дней:</span>
139
+ <span class="info-header__title">остаток дней</span>
141
140
  <span class="info-header__result info-header__result_circled">{{ daysRemaining }}</span>
142
141
  </div>
143
142
  </div>
@@ -238,15 +237,15 @@ export default {
238
237
  font-size: 12px;
239
238
  line-height: 14px;
240
239
  color: #2C3E50;
240
+ margin-right: 8px;
241
241
  }
242
242
  &__result {
243
243
  font-weight: 400;
244
244
  font-size: 12px;
245
- line-height: 14px;
246
245
  color: #2C3E50;
247
246
  &_circled {
248
247
  color: #ffffff;
249
- padding: 4px 12px;
248
+ padding: 2px 8px;
250
249
  background: #007AFF;
251
250
  border-radius: 100px;
252
251
  }
@@ -263,13 +262,12 @@ export default {
263
262
  &-elem {
264
263
  display: flex;
265
264
  align-items: center;
266
- gap: 7px;
265
+ gap: 8px;
267
266
  }
268
267
  }
269
268
  &__inner-item {
270
269
  display: flex;
271
270
  align-items: center;
272
- gap: 8px;
273
271
  font-size: 12px;
274
272
  }
275
273
  .last-header-item {