@policystudio/policy-studio-ui-vue 1.1.90-rc.1 → 1.1.90-rc.2

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.
@@ -622,6 +622,9 @@ video {
622
622
  .psui-el-chips label.icon-position-right {
623
623
  flex-direction: row-reverse;
624
624
  }
625
+ .psui-el-chips label.icon-position-right {
626
+ padding: 5px 6px 5px 8px;
627
+ }
625
628
  .psui-el-chips label.icon-position-right .psui-el-chips-icon {
626
629
  margin-left: 0.25rem;
627
630
  }
@@ -672,9 +675,12 @@ video {
672
675
  --tw-bg-opacity: 1;
673
676
  background-color: rgb(224, 239, 246, var(--tw-bg-opacity, 1));
674
677
  }
678
+ .psui-el-chips.type-checkbox input:checked + label, .psui-el-chips.type-radio input:checked + label {
679
+ font-weight: 700;
680
+ }
675
681
  .psui-el-chips.type-checkbox input:checked + label, .psui-el-chips.type-radio input:checked + label {
676
682
  --tw-text-opacity: 1;
677
- color: rgb(49, 143, 172, var(--tw-text-opacity, 1));
683
+ color: rgb(0, 70, 95, var(--tw-text-opacity, 1));
678
684
  }
679
685
  .psui-el-chips.type-checkbox input:checked + label.layout-disabled, .psui-el-chips.type-radio input:checked + label.layout-disabled {
680
686
  cursor: default;
@@ -696,7 +702,11 @@ video {
696
702
  }
697
703
  .psui-el-chips.type-checkbox input:checked + label:before, .psui-el-chips.type-radio input:checked + label:before {
698
704
  --tw-text-opacity: 1;
699
- color: rgb(100, 181, 206, var(--tw-text-opacity, 1));
705
+ color: rgb(49, 143, 172, var(--tw-text-opacity, 1));
706
+ }
707
+ .psui-el-chips.type-checkbox input:checked + label:hover, .psui-el-chips.type-radio input:checked + label:hover {
708
+ --tw-text-opacity: 1;
709
+ color: rgb(49, 143, 172, var(--tw-text-opacity, 1));
700
710
  }
701
711
  .psui-el-chips.type-checkbox label:before, .psui-el-chips.type-radio label:before {
702
712
  display: inline-block;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@policystudio/policy-studio-ui-vue",
3
- "version": "1.1.90-rc.1",
3
+ "version": "1.1.90-rc.2",
4
4
  "description": "Policy Studio UI",
5
5
  "author": "Policy Studio Team",
6
6
  "scripts": {
@@ -26,6 +26,7 @@
26
26
 
27
27
  &.icon-position-right {
28
28
  @apply psui-flex-row-reverse;
29
+ padding: 5px 6px 5px 8px;
29
30
 
30
31
  .psui-el-chips-icon {
31
32
  @apply psui-ml-1;
@@ -54,7 +55,7 @@
54
55
 
55
56
  &:checked {
56
57
  + label {
57
- @apply psui-text-blue-60 psui-bg-blue-20 psui-border-blue-60;
58
+ @apply psui-text-blue-70 psui-bg-blue-20 psui-border-blue-60 psui-font-bold;
58
59
 
59
60
  &.layout-disabled {
60
61
  @apply psui-bg-gray-20 psui-text-gray-40 psui-cursor-default;
@@ -65,7 +66,11 @@
65
66
  }
66
67
 
67
68
  &:before {
68
- @apply psui-text-blue-50;
69
+ @apply psui-text-blue-60;
70
+ }
71
+
72
+ &:hover {
73
+ @apply psui-text-blue-60;
69
74
  }
70
75
  }
71
76
  }