cax-design-system 2.7.7 → 2.7.9
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/esm2022/dropdown/dropdown.mjs +3 -3
- package/esm2022/inputtext/inputtext.component.mjs +2 -2
- package/esm2022/multiselect/multiselect.mjs +3 -4
- package/esm2022/sidebar/sidebar.mjs +2 -2
- package/esm2022/treeselect/treeselect.mjs +2 -2
- package/fesm2022/cax-design-system-dropdown.mjs +2 -2
- package/fesm2022/cax-design-system-dropdown.mjs.map +1 -1
- package/fesm2022/cax-design-system-inputtext.mjs +2 -2
- package/fesm2022/cax-design-system-inputtext.mjs.map +1 -1
- package/fesm2022/cax-design-system-multiselect.mjs +2 -3
- package/fesm2022/cax-design-system-multiselect.mjs.map +1 -1
- package/fesm2022/cax-design-system-sidebar.mjs +1 -1
- package/fesm2022/cax-design-system-sidebar.mjs.map +1 -1
- package/fesm2022/cax-design-system-treeselect.mjs +2 -2
- package/fesm2022/cax-design-system-treeselect.mjs.map +1 -1
- package/package.json +313 -313
- package/resources/cax.min.scss +1 -1
- package/resources/cax.scss +1 -1
- package/resources/components/inputtext/inputtext.scss +0 -1
- package/resources/components/multiselect/multiselect.scss +3 -2
- package/resources/components/treeselect/treeselect.scss +3 -2
package/resources/cax.scss
CHANGED
|
@@ -543,7 +543,6 @@
|
|
|
543
543
|
.cax-input-icon-right {
|
|
544
544
|
position: relative;
|
|
545
545
|
display: inline-block;
|
|
546
|
-
margin-bottom: 0.3rem;
|
|
547
546
|
}
|
|
548
547
|
|
|
549
548
|
.cax-input-icon-left > i,
|
|
@@ -9432,6 +9431,7 @@ cax-inputmask.cax-inputmask-clearable .cax-inputmask-clear-icon {
|
|
|
9432
9431
|
font-size: 14px;
|
|
9433
9432
|
font-weight: 500;
|
|
9434
9433
|
color: var(--grey-900);
|
|
9434
|
+
line-height: 20px;
|
|
9435
9435
|
}
|
|
9436
9436
|
.cax-input-filled .cax-dropdown {
|
|
9437
9437
|
background: #27272a;
|
|
@@ -4,13 +4,14 @@
|
|
|
4
4
|
flex-direction: column;
|
|
5
5
|
align-items: flex-start;
|
|
6
6
|
}
|
|
7
|
-
|
|
7
|
+
|
|
8
8
|
.cax-dropdown-container label {
|
|
9
9
|
margin-bottom: 8px;
|
|
10
10
|
font-size: 14px;
|
|
11
11
|
font-weight: 500;
|
|
12
|
+
line-height: 20px;
|
|
12
13
|
}
|
|
13
|
-
|
|
14
|
+
|
|
14
15
|
.cax-dropdown-container label.left-aligned {
|
|
15
16
|
text-align: left;
|
|
16
17
|
}
|
|
@@ -4,13 +4,14 @@
|
|
|
4
4
|
flex-direction: column;
|
|
5
5
|
align-items: flex-start;
|
|
6
6
|
}
|
|
7
|
-
|
|
7
|
+
|
|
8
8
|
.cax-dropdown-container label {
|
|
9
9
|
margin-bottom: 8px;
|
|
10
10
|
font-size: 14px;
|
|
11
11
|
font-weight: 500;
|
|
12
|
+
line-height: 20px;
|
|
12
13
|
}
|
|
13
|
-
|
|
14
|
+
|
|
14
15
|
.cax-dropdown-container label.left-aligned {
|
|
15
16
|
text-align: left;
|
|
16
17
|
}
|