@policystudio/policy-studio-ui-vue 1.1.90-beta.57 → 1.1.90-beta.58

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.
@@ -1042,6 +1042,9 @@ video {
1042
1042
  --tw-text-opacity: 1;
1043
1043
  color: rgb(52 64 74/var(--tw-text-opacity));
1044
1044
  }
1045
+ .psui-el-tab-header.layout-policy-design button > div {
1046
+ margin-right: 0.25rem;
1047
+ }
1045
1048
  .psui-el-tab-header.layout-policy-design button > div {
1046
1049
  --tw-text-opacity: 1;
1047
1050
  color: rgb(121 132 144/var(--tw-text-opacity));
@@ -1050,9 +1053,6 @@ video {
1050
1053
  line-height: 120%;
1051
1054
  font-size: 14px;
1052
1055
  }
1053
- .psui-el-tab-header.layout-policy-design button > span {
1054
- margin-left: 0.25rem;
1055
- }
1056
1056
  .psui-el-tab-header.layout-policy-design button > span {
1057
1057
  font-weight: 700;
1058
1058
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@policystudio/policy-studio-ui-vue",
3
- "version": "1.1.90-beta.57",
3
+ "version": "1.1.90-beta.58",
4
4
  "description": "Policy Studio UI",
5
5
  "author": "Policy Studio Team",
6
6
  "scripts": {
@@ -57,13 +57,13 @@
57
57
  }
58
58
 
59
59
  > div {
60
- @apply psui-text-gray-50;
60
+ @apply psui-text-gray-50 psui-mr-1;
61
61
  }
62
62
 
63
63
  > span {
64
64
  line-height: 120%;
65
65
  font-size: 14px;
66
- @apply psui-text-gray-60 psui-ml-1 psui-font-bold;
66
+ @apply psui-text-gray-60 psui-font-bold;
67
67
  }
68
68
  }
69
69
  }