ca-components 1.2.11 → 1.2.12
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/assets/scss/input-dropdown.scss +3 -3
- package/esm2022/lib/components/ca-input-dropdown/ca-input-dropdown.component.mjs +4 -4
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper-item/ca-input-dropdown-load-broker-shipper-item.component.mjs +3 -3
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher-item/ca-input-dropdown-load-dispatcher-item.component.mjs +6 -3
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher.component.mjs +1 -1
- package/fesm2022/ca-components.mjs +11 -8
- package/fesm2022/ca-components.mjs.map +1 -1
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher-item/ca-input-dropdown-load-dispatcher-item.component.d.ts +2 -1
- package/package.json +1 -1
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
|
|
122
122
|
//------------------------ Default Template ------------------------
|
|
123
123
|
.dropdown-option {
|
|
124
|
-
padding:
|
|
124
|
+
padding: 0;
|
|
125
125
|
height: 26px;
|
|
126
126
|
font-size: 14px;
|
|
127
127
|
font-weight: 400;
|
|
@@ -388,7 +388,7 @@
|
|
|
388
388
|
}
|
|
389
389
|
|
|
390
390
|
//------------------------ Trucks, Trailers, Colors Template ------------------------
|
|
391
|
-
|
|
391
|
+
.svg-text-template {
|
|
392
392
|
display: flex;
|
|
393
393
|
align-items: center;
|
|
394
394
|
|
|
@@ -1495,7 +1495,7 @@
|
|
|
1495
1495
|
display: flex;
|
|
1496
1496
|
align-items: center;
|
|
1497
1497
|
gap: 6px;
|
|
1498
|
-
line-height:
|
|
1498
|
+
line-height: 26px;
|
|
1499
1499
|
|
|
1500
1500
|
.load-broker-status {
|
|
1501
1501
|
position: relative;
|