@policystudio/policy-studio-ui-vue 1.1.90-rc.3 → 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;
@@ -676,7 +676,7 @@ video {
676
676
  }
677
677
  .psui-el-chips.type-checkbox input:checked + label, .psui-el-chips.type-radio input:checked + label {
678
678
  --tw-bg-opacity: 1;
679
- background-color: rgb(224, 239, 246, var(--tw-bg-opacity, 1));
679
+ background-color: rgb(236, 247, 251, var(--tw-bg-opacity, 1));
680
680
  }
681
681
  .psui-el-chips.type-checkbox input:checked + label, .psui-el-chips.type-radio input:checked + label {
682
682
  font-weight: 700;
@@ -742,7 +742,7 @@ video {
742
742
  }
743
743
  .psui-el-chips.type-checkbox label:hover:before, .psui-el-chips.type-radio label:hover:before {
744
744
  --tw-text-opacity: 1;
745
- color: rgb(100, 181, 206, var(--tw-text-opacity, 1));
745
+ color: rgb(49, 143, 172, var(--tw-text-opacity, 1));
746
746
  }
747
747
  .psui-el-chips.type-checkbox input:checked + label:before {
748
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.3",
3
+ "version": "1.1.90-rc.4",
4
4
  "description": "Policy Studio UI",
5
5
  "author": "Policy Studio Team",
6
6
  "scripts": {
@@ -17,7 +17,7 @@
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 {
@@ -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
  }