@policystudio/policy-studio-ui-vue 1.2.0-access.20 → 1.2.0-access.22
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.
|
@@ -1595,12 +1595,24 @@ video {
|
|
|
1595
1595
|
/* Layout OnlyText (alias: TextOnly) */
|
|
1596
1596
|
/* Layout Caution (alias: Destructive) */
|
|
1597
1597
|
}
|
|
1598
|
+
.psui-el-button span {
|
|
1599
|
+
display: flex;
|
|
1600
|
+
}
|
|
1598
1601
|
.psui-el-button span {
|
|
1599
1602
|
flex-shrink: 0;
|
|
1600
1603
|
}
|
|
1604
|
+
.psui-el-button span {
|
|
1605
|
+
align-items: center;
|
|
1606
|
+
}
|
|
1607
|
+
.psui-el-button span {
|
|
1608
|
+
padding-top: 1px;
|
|
1609
|
+
}
|
|
1601
1610
|
.psui-el-button span {
|
|
1602
1611
|
text-align: right;
|
|
1603
1612
|
}
|
|
1613
|
+
.psui-el-button span {
|
|
1614
|
+
vertical-align: middle;
|
|
1615
|
+
}
|
|
1604
1616
|
.psui-el-button span {
|
|
1605
1617
|
font-family: inherit;
|
|
1606
1618
|
}
|
|
@@ -4869,10 +4881,13 @@ video {
|
|
|
4869
4881
|
padding-right: 4px;
|
|
4870
4882
|
}
|
|
4871
4883
|
.psui-el-mini-tag span {
|
|
4872
|
-
padding-top:
|
|
4884
|
+
padding-top: 2px;
|
|
4873
4885
|
}
|
|
4874
4886
|
.psui-el-mini-tag span {
|
|
4875
|
-
padding-bottom:
|
|
4887
|
+
padding-bottom: 1px;
|
|
4888
|
+
}
|
|
4889
|
+
.psui-el-mini-tag span {
|
|
4890
|
+
vertical-align: middle;
|
|
4876
4891
|
}
|
|
4877
4892
|
.psui-el-mini-tag span {
|
|
4878
4893
|
font-size: 12px;
|
|
@@ -4883,9 +4898,6 @@ video {
|
|
|
4883
4898
|
.psui-el-mini-tag span {
|
|
4884
4899
|
line-height: 16px;
|
|
4885
4900
|
}
|
|
4886
|
-
.psui-el-mini-tag span {
|
|
4887
|
-
letter-spacing: 0.5px;
|
|
4888
|
-
}
|
|
4889
4901
|
.psui-el-mini-tag-layout-info {
|
|
4890
4902
|
border-width: 1px;
|
|
4891
4903
|
}
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
@apply psui-flex psui-items-center psui-content-center psui-font-bold psui-transition-all psui-ease-in-out psui-duration-[130ms] psui-no-underline psui-cursor-pointer;
|
|
4
4
|
|
|
5
5
|
span {
|
|
6
|
-
@apply psui-font-semibold psui-flex-shrink-0 psui-leading-[130%] psui-font-[inherit] psui-text-right;
|
|
6
|
+
@apply psui-flex psui-items-center psui-font-semibold psui-flex-shrink-0 psui-leading-[130%] psui-font-[inherit] psui-text-right psui-pt-[1px] psui-align-middle;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
&:focus {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
@apply psui-flex psui-flex-row psui-items-center psui-rounded psui-w-fit;
|
|
4
4
|
|
|
5
5
|
span {
|
|
6
|
-
@apply psui-w-full psui-font-semibold psui-pt-[
|
|
6
|
+
@apply psui-w-full psui-font-semibold psui-pt-[2px] psui-pb-[1px] psui-px-[4px] psui-text-[12px] psui-leading-[16px] psui-align-middle;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
&-layout {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
@layer components{
|
|
2
|
-
|
|
1
|
+
@layer components {
|
|
3
2
|
.psui-el-toggle {
|
|
4
3
|
@apply psui-flex psui-bg-gray-10 psui-items-center;
|
|
5
4
|
padding: 2px;
|
|
@@ -9,7 +8,7 @@
|
|
|
9
8
|
button {
|
|
10
9
|
@apply transition-default psui-inline-flex psui-text-14 psui-bg-gray-10 psui-text-blue-60 psui-outline-none psui-align-middle;
|
|
11
10
|
border-radius: 4px;
|
|
12
|
-
padding:1px 8px;
|
|
11
|
+
padding: 1px 8px;
|
|
13
12
|
|
|
14
13
|
&.status-active {
|
|
15
14
|
@apply psui-bg-blue-60 psui-text-white psui-font-bold psui-shadow-elevation-10;
|
|
@@ -21,7 +20,5 @@
|
|
|
21
20
|
}
|
|
22
21
|
}
|
|
23
22
|
}
|
|
24
|
-
|
|
25
23
|
}
|
|
26
|
-
|
|
27
|
-
}
|
|
24
|
+
}
|