@policystudio/policy-studio-ui-vue 1.0.65 → 1.0.66

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.0.65",
3
+ "version": "1.0.66",
4
4
  "description": "Policy Studio UI",
5
5
  "main": "src/index.js",
6
6
  "author": "Policy Studio Team",
@@ -1,12 +1,13 @@
1
1
  @layer components {
2
2
  .psui-el-mini-tag {
3
- @apply psui-flex psui-rounded-full psui-items-center psui-justify-center psui-flex-row;
3
+ @apply psui-flex psui-rounded-full psui-items-center psui-flex-row;
4
4
  width: fit-content;
5
5
 
6
6
  span {
7
7
  @apply psui-w-full psui-font-bold psui-uppercase;
8
8
  padding: 3px 8px 3px 8px;
9
9
  font-size: 10px;
10
+ line-height: 100%;
10
11
  letter-spacing: 0.5px;
11
12
  }
12
13
 
@@ -136,6 +136,8 @@ export default {
136
136
  },
137
137
  methods: {
138
138
  loadImage() {
139
+ this.finishedImageLoad = false
140
+ this.imageLoadError = false
139
141
  imageLoader({ imageUrl: this.icon, returnsBase64: false })
140
142
  .then(() => {
141
143
  this.finishedImageLoad = true