@policystudio/policy-studio-ui-vue 1.1.90-beta.54 → 1.1.90-beta.55

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.
@@ -969,6 +969,11 @@ video {
969
969
  --tw-bg-opacity: 1;
970
970
  background-color: rgb(230 236 242/var(--tw-bg-opacity));
971
971
  }
972
+ .psui-el-tab-header.layout-policy-design > :not([hidden]) ~ :not([hidden]) {
973
+ --tw-space-x-reverse: 0;
974
+ margin-right: calc(0.5rem * var(--tw-space-x-reverse));
975
+ margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
976
+ }
972
977
  .psui-el-tab-header.layout-policy-design button {
973
978
  padding: 8px 0px 10px 0px;
974
979
  margin-right: 8px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@policystudio/policy-studio-ui-vue",
3
- "version": "1.1.90-beta.54",
3
+ "version": "1.1.90-beta.55",
4
4
  "description": "Policy Studio UI",
5
5
  "author": "Policy Studio Team",
6
6
  "scripts": {
@@ -22,6 +22,7 @@
22
22
 
23
23
  /* Layout Policy Design */
24
24
  &.layout-policy-design {
25
+ @apply psui-space-x-2;
25
26
 
26
27
  button {
27
28
  padding: 8px 0px 10px 0px;