@policystudio/policy-studio-ui-vue 1.0.38 → 1.0.39
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
|
@@ -18727,9 +18727,6 @@ html {
|
|
|
18727
18727
|
--text-opacity: 1;
|
|
18728
18728
|
color: #798490;
|
|
18729
18729
|
color: rgba(121, 132, 144, var(--text-opacity));
|
|
18730
|
-
--bg-opacity: 1;
|
|
18731
|
-
background-color: #F3F6F9;
|
|
18732
|
-
background-color: rgba(243, 246, 249, var(--bg-opacity));
|
|
18733
18730
|
}
|
|
18734
18731
|
|
|
18735
18732
|
.psui-el-checkbox.disabled .psui-el-checkmark {
|
|
@@ -18778,7 +18775,7 @@ html {
|
|
|
18778
18775
|
display: flex;
|
|
18779
18776
|
cursor: pointer;
|
|
18780
18777
|
align-items: center;
|
|
18781
|
-
height:
|
|
18778
|
+
height: 100%;
|
|
18782
18779
|
}
|
|
18783
18780
|
|
|
18784
18781
|
.psui-el-checkbox.size-small .psui-el-checkmark span {
|
|
@@ -18827,7 +18824,7 @@ html {
|
|
|
18827
18824
|
display: flex;
|
|
18828
18825
|
cursor: pointer;
|
|
18829
18826
|
align-items: center;
|
|
18830
|
-
height:
|
|
18827
|
+
height: 100%;
|
|
18831
18828
|
}
|
|
18832
18829
|
|
|
18833
18830
|
.psui-el-checkbox.size-big .psui-el-checkmark span {
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@policystudio/policy-studio-ui-vue",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.39",
|
|
4
4
|
"description": "Policy Studio UI",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"author": "Policy Studio Team",
|
|
7
|
-
"url": "https://
|
|
7
|
+
"url": "https://github.com/Policy-Studio/policy-studio-ui-vue",
|
|
8
8
|
"license": "MIT",
|
|
9
9
|
"keywords": [
|
|
10
10
|
"vue",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@layer components {
|
|
2
2
|
|
|
3
3
|
.psui-el-checkbox {
|
|
4
|
-
@apply psui-relative psui-text-gray-50
|
|
4
|
+
@apply psui-relative psui-text-gray-50;
|
|
5
5
|
|
|
6
6
|
&.disabled {
|
|
7
7
|
.psui-el-checkmark {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
}
|
|
39
39
|
.psui-el-checkmark {
|
|
40
40
|
@apply psui-flex psui-cursor-pointer psui-items-center;
|
|
41
|
-
height:
|
|
41
|
+
height: 100%;
|
|
42
42
|
|
|
43
43
|
span {
|
|
44
44
|
margin-left: 8px;
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
}
|
|
78
78
|
.psui-el-checkmark {
|
|
79
79
|
@apply psui-flex psui-cursor-pointer psui-items-center;
|
|
80
|
-
height:
|
|
80
|
+
height: 100%;
|
|
81
81
|
|
|
82
82
|
span {
|
|
83
83
|
margin-left: 8px;
|