@policystudio/policy-studio-ui-vue 1.1.90-beta.68 → 1.1.90-beta.69
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.
|
@@ -3511,6 +3511,18 @@ video {
|
|
|
3511
3511
|
--tw-text-opacity: 1;
|
|
3512
3512
|
color: rgb(184, 115, 5, var(--tw-text-opacity, 1));
|
|
3513
3513
|
}
|
|
3514
|
+
.psui-el-dialog.theme-gray {
|
|
3515
|
+
--tw-bg-opacity: 1;
|
|
3516
|
+
background-color: rgb(243, 246, 249, var(--tw-bg-opacity, 1));
|
|
3517
|
+
}
|
|
3518
|
+
.psui-el-dialog.theme-gray {
|
|
3519
|
+
--tw-text-opacity: 1;
|
|
3520
|
+
color: rgb(121, 132, 144, var(--tw-text-opacity, 1));
|
|
3521
|
+
}
|
|
3522
|
+
.psui-el-dialog.theme-gray .psui-el-dialog-message {
|
|
3523
|
+
--tw-text-opacity: 1;
|
|
3524
|
+
color: rgb(52, 64, 74, var(--tw-text-opacity, 1));
|
|
3525
|
+
}
|
|
3514
3526
|
|
|
3515
3527
|
.psui-el-dotloader {
|
|
3516
3528
|
display: flex;
|
package/package.json
CHANGED
|
@@ -40,7 +40,7 @@ const props = defineProps({
|
|
|
40
40
|
theme: {
|
|
41
41
|
type: String,
|
|
42
42
|
default: 'informative',
|
|
43
|
-
validator: (value) => ['informative', 'success', 'alert'].includes(value),
|
|
43
|
+
validator: (value) => ['informative', 'success', 'alert', 'disabled'].includes(value),
|
|
44
44
|
},
|
|
45
45
|
/**
|
|
46
46
|
* It set the which will be displayed when component is rendered.
|