adata-ui 0.3.36 → 0.3.37

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.37",
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
  };
@@ -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
  {