@policystudio/policy-studio-ui-vue 1.1.90-beta.87 → 1.1.90-beta.88

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.
@@ -729,6 +729,9 @@ video {
729
729
  --tw-text-opacity: 1;
730
730
  color: rgb(81, 94, 106, var(--tw-text-opacity, 1));
731
731
  }
732
+ .psui-el-chips.type-checkbox label:before, .psui-el-chips.type-radio label:before {
733
+ margin-right: 0.25rem;
734
+ }
732
735
  .psui-el-chips.type-checkbox label:before, .psui-el-chips.type-radio label:before {
733
736
  display: inline-block;
734
737
  }
@@ -748,7 +751,6 @@ video {
748
751
  content: "";
749
752
  font-family: "Material Icons Round";
750
753
  font-size: 18px;
751
- margin-right: 4px;
752
754
  }
753
755
  .psui-el-chips.type-checkbox label:hover, .psui-el-chips.type-radio label:hover {
754
756
  --tw-bg-opacity: 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@policystudio/policy-studio-ui-vue",
3
- "version": "1.1.90-beta.87",
3
+ "version": "1.1.90-beta.88",
4
4
  "description": "Policy Studio UI",
5
5
  "author": "Policy Studio Team",
6
6
  "scripts": {
@@ -91,11 +91,10 @@
91
91
  label {
92
92
 
93
93
  &:before {
94
- @apply psui-inline-block psui-text-gray-50 psui-cursor-pointer psui-transition-all;
94
+ @apply psui-inline-block psui-mr-1 psui-text-gray-50 psui-cursor-pointer psui-transition-all;
95
95
  content: '';
96
96
  font-family: 'Material Icons Round';
97
97
  font-size: 18px;
98
- margin-right: 4px;
99
98
  }
100
99
 
101
100
  &:hover {