@policystudio/policy-studio-ui-vue 1.1.90-ui-update.3 → 1.1.90-ui-update.4

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": "@policystudio/policy-studio-ui-vue",
3
- "version": "1.1.90-ui-update.3",
3
+ "version": "1.1.90-ui-update.4",
4
4
  "description": "Policy Studio UI",
5
5
  "author": "Policy Studio Team",
6
6
  "scripts": {
@@ -3,14 +3,14 @@
3
3
  class="psui-el-card-infos"
4
4
  @click="onClick()"
5
5
  >
6
- <h5 class="psui-el-card-infos-title">
6
+ <h4 class="psui-el-card-infos-title">
7
7
  <span class="psui-text-gray-60 psui-mr-1">{{ title }}</span>{{ subtitle }}
8
- </h5>
8
+ </h4>
9
9
  <div class="psui-el-card-infos-content">
10
10
  <span class="psui-el-card-infos-icon material-icons-round">{{ icon }}</span>
11
- <h5 class="psui-text-gray-80">
11
+ <p class="psui-text-gray-80">
12
12
  {{ total }}
13
- </h5>
13
+ </p>
14
14
  </div>
15
15
  </div>
16
16
  </template>
@@ -7,10 +7,10 @@
7
7
  />
8
8
  </div>
9
9
  <div class="psui-flex-grow-1 flex psui-flex-col">
10
- <div class="psui-el-chart-legend-text">
10
+ <h4 class="psui-el-chart-legend-text">
11
11
  {{ text }}
12
- </div>
13
- <div class="flex psui-items-center psui-flex-shrink-0 psui-gap-1">
12
+ </h4>
13
+ <p class="flex psui-items-center psui-flex-shrink-0 psui-gap-1">
14
14
  <span
15
15
  v-if="total"
16
16
  class="psui-el-chart-legend-total"
@@ -23,7 +23,7 @@
23
23
  class="psui-el-chart-legend-percentage"
24
24
  v-if="percentage"
25
25
  > {{ percentage }}% </span>
26
- </div>
26
+ </p>
27
27
  </div>
28
28
  </div>
29
29
  </template>