@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.
package/dist/css/psui_styles.css
CHANGED
|
@@ -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
|
@@ -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: {
|