@annalib/anna-core 15.0.10 → 15.0.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/esm2020/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-checkbox-filter/anna-column-checkbox-filter.component.mjs +2 -2
- package/esm2020/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-date-range-filter/anna-column-date-range-filter.component.mjs +2 -2
- package/esm2020/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-time-filter/anna-column-time-filter.component.mjs +2 -2
- package/esm2020/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +5 -3
- package/fesm2015/annalib-anna-core.mjs +10 -8
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +10 -8
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
- package/src/lib/anna-common-scss/_filters.scss +2 -0
package/package.json
CHANGED
|
@@ -436,6 +436,7 @@ section.min-maxContainer {
|
|
|
436
436
|
&:disabled {
|
|
437
437
|
opacity: 0.5;
|
|
438
438
|
color: $charcoal;
|
|
439
|
+
font-weight: normal;
|
|
439
440
|
}
|
|
440
441
|
&.align-center {
|
|
441
442
|
text-align: center;
|
|
@@ -464,6 +465,7 @@ section.min-maxContainer {
|
|
|
464
465
|
&:disabled {
|
|
465
466
|
opacity: 0.5;
|
|
466
467
|
color: $charcoal;
|
|
468
|
+
font-weight: normal;
|
|
467
469
|
}
|
|
468
470
|
&.align-center {
|
|
469
471
|
text-align: center;
|