@policystudio/policy-studio-ui-vue 1.1.31 → 1.1.32

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.
@@ -1141,6 +1141,10 @@ video {
1141
1141
  color: rgba(49, 143, 172, var(--text-opacity));
1142
1142
  }
1143
1143
 
1144
+ .psui-el-accordion-item-title {
1145
+ margin-right: auto;
1146
+ }
1147
+
1144
1148
  .psui-el-accordion-item-icon {
1145
1149
  font-family: 'Material Icons Round';
1146
1150
  font-weight: normal;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@policystudio/policy-studio-ui-vue",
3
- "version": "1.1.31",
3
+ "version": "1.1.32",
4
4
  "description": "Policy Studio UI",
5
5
  "main": "src/index.js",
6
6
  "author": "Policy Studio Team",
@@ -31,7 +31,10 @@
31
31
  }
32
32
  }
33
33
  }
34
+ }
34
35
 
36
+ &-title {
37
+ @apply psui-mr-auto;
35
38
  }
36
39
 
37
40
  &-icon {
@@ -77,7 +80,6 @@
77
80
  .psui-el-accordion-item {
78
81
  &.status-opened .psui-el-accordion-item-header {
79
82
  .psui-el-accordion-item-header-wrapper {
80
-
81
83
  .psui-el-accordion-item-icon {
82
84
  @apply psui-text-blue-60;
83
85
  }
@@ -88,7 +90,6 @@
88
90
  }
89
91
  }
90
92
 
91
-
92
93
  .psui-el-accordion-item-content {
93
94
  @apply psui-list-none psui-text-gray-60 psui-mb-5;
94
95
  }