@policystudio/policy-studio-ui-vue 1.1.49 → 1.1.50

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.
@@ -3012,8 +3012,8 @@ video {
3012
3012
 
3013
3013
  .psui-el-switch.disabled .psui-el-switch-button {
3014
3014
  --bg-opacity: 1;
3015
- background-color: #E6ECF2;
3016
- background-color: rgba(230, 236, 242, var(--bg-opacity));
3015
+ background-color: #D6DDE5;
3016
+ background-color: rgba(214, 221, 229, var(--bg-opacity));
3017
3017
  }
3018
3018
 
3019
3019
  .psui-el-switch.size-big {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@policystudio/policy-studio-ui-vue",
3
- "version": "1.1.49",
3
+ "version": "1.1.50",
4
4
  "description": "Policy Studio UI",
5
5
  "main": "src/index.js",
6
6
  "author": "Policy Studio Team",
@@ -5,7 +5,7 @@
5
5
  &.disabled {
6
6
  pointer-events: none;
7
7
  .psui-el-switch-button {
8
- @apply psui-bg-gray-20;
8
+ @apply psui-bg-gray-30;
9
9
  }
10
10
  }
11
11