@policystudio/policy-studio-ui-vue 1.0.46 → 1.0.47

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.
@@ -18493,9 +18493,6 @@ html {
18493
18493
  color: #798490;
18494
18494
  color: rgba(121, 132, 144, var(--text-opacity));
18495
18495
  display: flex;
18496
- --bg-opacity: 1;
18497
- background-color: #F3F6F9;
18498
- background-color: rgba(243, 246, 249, var(--bg-opacity));
18499
18496
  }
18500
18497
 
18501
18498
  .psui-el-radio.disabled .psui-el-checkmark {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@policystudio/policy-studio-ui-vue",
3
- "version": "1.0.46",
3
+ "version": "1.0.47",
4
4
  "description": "Policy Studio UI",
5
5
  "main": "src/index.js",
6
6
  "author": "Policy Studio Team",
@@ -1,7 +1,7 @@
1
1
  @layer components {
2
2
 
3
3
  .psui-el-radio {
4
- @apply psui-relative psui-text-gray-50 psui-flex psui-bg-gray-10;
4
+ @apply psui-relative psui-text-gray-50 psui-flex;
5
5
 
6
6
  &.disabled {
7
7
  .psui-el-checkmark {
@@ -11,6 +11,11 @@ export const typeOptions = [
11
11
  'warning',
12
12
  'error',
13
13
  'default',
14
+ 'solid-info',
15
+ 'solid-success',
16
+ 'solid-warning',
17
+ 'solid-error',
18
+ 'solid-default'
14
19
  ]
15
20
  export default {
16
21
  name: 'PsMiniTag',
@@ -28,7 +33,6 @@ export default {
28
33
  */
29
34
  message: {
30
35
  type: String,
31
- required: true,
32
36
  },
33
37
  },
34
38
  computed: {