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

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.
@@ -601,7 +601,7 @@ video {
601
601
  }
602
602
  .psui-el-chips label:focus, .psui-el-chips label:active {
603
603
  --tw-bg-opacity: 1;
604
- background-color: rgb(224, 239, 246, var(--tw-bg-opacity, 1));
604
+ background-color: rgb(236, 247, 251, var(--tw-bg-opacity, 1));
605
605
  }
606
606
  .psui-el-chips label:focus, .psui-el-chips label:active {
607
607
  --tw-text-opacity: 1;
@@ -615,6 +615,9 @@ video {
615
615
  --tw-bg-opacity: 1;
616
616
  background-color: rgb(236, 247, 251, var(--tw-bg-opacity, 1));
617
617
  }
618
+ .psui-el-chips label.checked {
619
+ font-weight: 700;
620
+ }
618
621
  .psui-el-chips label.checked {
619
622
  --tw-text-opacity: 1;
620
623
  color: rgb(0, 70, 95, var(--tw-text-opacity, 1));
@@ -673,7 +676,7 @@ video {
673
676
  }
674
677
  .psui-el-chips.type-checkbox input:checked + label, .psui-el-chips.type-radio input:checked + label {
675
678
  --tw-bg-opacity: 1;
676
- background-color: rgb(224, 239, 246, var(--tw-bg-opacity, 1));
679
+ background-color: rgb(236, 247, 251, var(--tw-bg-opacity, 1));
677
680
  }
678
681
  .psui-el-chips.type-checkbox input:checked + label, .psui-el-chips.type-radio input:checked + label {
679
682
  font-weight: 700;
@@ -739,7 +742,7 @@ video {
739
742
  }
740
743
  .psui-el-chips.type-checkbox label:hover:before, .psui-el-chips.type-radio label:hover:before {
741
744
  --tw-text-opacity: 1;
742
- color: rgb(100, 181, 206, var(--tw-text-opacity, 1));
745
+ color: rgb(49, 143, 172, var(--tw-text-opacity, 1));
743
746
  }
744
747
  .psui-el-chips.type-checkbox input:checked + label:before {
745
748
  content: "check_box";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@policystudio/policy-studio-ui-vue",
3
- "version": "1.1.90-rc.2",
3
+ "version": "1.1.90-rc.4",
4
4
  "description": "Policy Studio UI",
5
5
  "author": "Policy Studio Team",
6
6
  "scripts": {
@@ -17,11 +17,11 @@
17
17
 
18
18
  &:focus,
19
19
  &:active {
20
- @apply psui-text-blue-60 psui-bg-blue-20;
20
+ @apply psui-text-blue-60 psui-bg-blue-10;
21
21
  }
22
22
 
23
23
  &.checked {
24
- @apply psui-text-blue-70 psui-bg-blue-10 psui-border-blue-60;
24
+ @apply psui-text-blue-70 psui-bg-blue-10 psui-border-blue-60 psui-font-bold;
25
25
  }
26
26
 
27
27
  &.icon-position-right {
@@ -55,7 +55,7 @@
55
55
 
56
56
  &:checked {
57
57
  + label {
58
- @apply psui-text-blue-70 psui-bg-blue-20 psui-border-blue-60 psui-font-bold;
58
+ @apply psui-text-blue-70 psui-bg-blue-10 psui-border-blue-60 psui-font-bold;
59
59
 
60
60
  &.layout-disabled {
61
61
  @apply psui-bg-gray-20 psui-text-gray-40 psui-cursor-default;
@@ -89,7 +89,7 @@
89
89
  &:hover {
90
90
  @apply psui-text-blue-60 psui-bg-gray-10;
91
91
  &:before {
92
- @apply psui-text-blue-50;
92
+ @apply psui-text-blue-60;
93
93
  }
94
94
  }
95
95
  }