adata-ui 0.3.36 → 0.3.38

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.3.36",
3
+ "version": "0.3.38",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
package/src/App.vue CHANGED
@@ -6,9 +6,6 @@
6
6
  </template>
7
7
 
8
8
  <script>
9
-
10
-
11
-
12
9
  export default {
13
10
  name: "App",
14
11
  };
@@ -111,7 +111,7 @@ a {
111
111
  background: #BDC7CE4C;
112
112
  font-size: 14px;
113
113
  margin-top: 20px;
114
- width: 100vw;
114
+ width: 100%;
115
115
  @media(max-width: 1025px) {
116
116
  background: #F6F6F7;
117
117
  &.paddinged {
@@ -697,7 +697,7 @@ export default {
697
697
  height: 62px;
698
698
  display: flex;
699
699
  align-items: center;
700
- width: 100vw;
700
+ width: 100%;
701
701
  @media (max-width: 1025px) {
702
702
  height: 56px;
703
703
  border-bottom: 1px solid #BDC7CE;
@@ -202,7 +202,7 @@ export default {
202
202
  <style scoped lang="scss">
203
203
  .info {
204
204
  position: relative;
205
- width: 100vw;
205
+ width: 100%;
206
206
  @media (min-width: 1025px) {
207
207
  height: 30px;
208
208
  }
@@ -32,12 +32,21 @@
32
32
  </div>
33
33
  </div>
34
34
  <div class="adt-text-block__error" v-if="!!errorText">
35
- <svg width="14" height="14" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" id="icon__attention">
36
- <path d="M8.5 4C8.5 3.72386 8.27614 3.5 8 3.5C7.72386 3.5 7.5 3.72386 7.5 4H8.5ZM7.5 9C7.5 9.27614 7.72386 9.5 8 9.5C8.27614 9.5 8.5 9.27614 8.5 9H7.5ZM7.5 4V9H8.5V4H7.5Z" fill="#FF2E43"/>
37
- <path d="M8.5 11C8.5 10.7239 8.27614 10.5 8 10.5C7.72386 10.5 7.5 10.7239 7.5 11H8.5ZM7.5 11.5C7.5 11.7761 7.72386 12 8 12C8.27614 12 8.5 11.7761 8.5 11.5H7.5ZM7.5 11V11.5H8.5V11H7.5Z" fill="#FF2E43"/>
38
- <circle cx="8" cy="8" r="7" stroke="#FF2E43"/>
39
- </svg>
40
- {{ errorText }}
35
+ <div class="error-icon">
36
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
37
+ <g clip-path="url(#clip0_508_13640)">
38
+ <path d="M8.00016 14.6666C11.6821 14.6666 14.6668 11.6818 14.6668 7.99992C14.6668 4.31802 11.6821 1.33325 8.00016 1.33325C4.31826 1.33325 1.3335 4.31802 1.3335 7.99992C1.3335 11.6818 4.31826 14.6666 8.00016 14.6666Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/>
39
+ <path d="M8 10.6667H8.00667" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
40
+ <path d="M8 5.33325V7.99992" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
41
+ </g>
42
+ <defs>
43
+ <clipPath id="clip0_508_13640">
44
+ <rect width="16" height="16" fill="white"/>
45
+ </clipPath>
46
+ </defs>
47
+ </svg>
48
+ </div>
49
+ <p>{{ errorText }}</p>
41
50
  </div>
42
51
  </div>
43
52
  </template>
@@ -469,7 +469,7 @@ export default {
469
469
  links: [
470
470
  {
471
471
  id: 1,
472
- title: "Анализ закупок",
472
+ title: "Мониторинг экономической ситуации",
473
473
  href: "/"
474
474
  },
475
475
  {