@annalib/anna-core 11.2.24 → 11.2.25

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annalib/anna-core",
3
- "version": "11.2.24",
3
+ "version": "11.2.25",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "^2.0.3",
6
6
  "@angular/common": "^14.3.0",
@@ -355,6 +355,12 @@ section.min-maxContainer {
355
355
  background-color: white;
356
356
  width: $fs-45;
357
357
  }
358
+
359
+ input.numberInput:focus{
360
+ box-shadow: none;
361
+ border-color:#c2cfd6;
362
+ }
363
+
358
364
  .dot {
359
365
  color: #cbcbcb;
360
366
  position: relative;
@@ -644,4 +650,19 @@ input.error-border{
644
650
  .slider-placeholder{
645
651
  height: 14px
646
652
  }
647
- //end of slider css
653
+ //end of slider css
654
+
655
+ //DatePicker css
656
+ ::ng-deep .filter-calendar{
657
+
658
+ select.form-select:focus{
659
+ border-color: rgb(194, 207, 214);
660
+ box-shadow: none;
661
+ }
662
+
663
+ select.form-select{
664
+ background-color: white;
665
+ }
666
+
667
+ }
668
+