@posiwise/core-styles 0.0.28 → 0.0.30

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": "@posiwise/core-styles",
3
- "version": "0.0.28",
3
+ "version": "0.0.30",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -461,10 +461,21 @@
461
461
  }
462
462
  }
463
463
  }
464
+ .p-multiselect-header .p-checkbox .p-checkbox-box.p-highlight {
465
+ background: var(--first) !important;
466
+ border-color: var(--first);
467
+ }
468
+
469
+ .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
470
+ box-shadow: 0 0 0 0.2rem var(--first) (255, 0, 0, 0.5); // Adjusted to red
471
+ border-color: var(--first); // Red border
472
+ }
473
+
464
474
  .p-multiselect-item {
465
475
  .p-checkbox {
466
476
  .p-checkbox-box.p-highlight {
467
477
  background: var(--first);
478
+ border-color: var(--first);
468
479
  }
469
480
  }
470
481
  }
@@ -638,6 +649,16 @@
638
649
  border-width: 0 !important;
639
650
  }
640
651
 
652
+ .dropdown-menu .dropdown-item.active {
653
+ background-color: var(--tabs_bg) !important;
654
+ color: var(--tabs_text) !important;
655
+ }
656
+
657
+ .dropdown-menu .dropdown-item:focus {
658
+ background-color: var(--tabs_bg) !important;
659
+ color: var(--tabs_text) !important;
660
+ }
661
+
641
662
  .p-dropdown-panel {
642
663
  .p-dropdown-items {
643
664
  .p-dropdown-item {
@@ -807,6 +828,11 @@
807
828
  }
808
829
  }
809
830
 
831
+ ::ng-deep .dropdown-item.active {
832
+ background-color: red !important;
833
+ color: white !important;
834
+ }
835
+
810
836
  .product-header-color {
811
837
  color: rgb(24, 37, 39) !important;
812
838
  }
@@ -821,7 +847,7 @@
821
847
  .view-all {
822
848
  font-size: 1.5rem;
823
849
  font-weight: 600;
824
- color: black !important;
850
+ color: var(--titles) !important;
825
851
  text-decoration: none;
826
852
  margin-bottom: 2.5rem;
827
853
 
@@ -454,7 +454,7 @@
454
454
  }
455
455
 
456
456
  .bg-cyan-8 {
457
- background-color: map-get($cyan, lighten-4);
457
+ background-color: map-get($cyan, lighten-2);
458
458
  }
459
459
 
460
460
  .bg-cyan-9 {