@posiwise/core-styles 0.0.29 → 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.29",
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
  }
@@ -836,7 +847,7 @@
836
847
  .view-all {
837
848
  font-size: 1.5rem;
838
849
  font-weight: 600;
839
- color: black !important;
850
+ color: var(--titles) !important;
840
851
  text-decoration: none;
841
852
  margin-bottom: 2.5rem;
842
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 {