general-library-union 3.1.40 → 3.1.41

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": "general-library-union",
3
- "version": "3.1.40",
3
+ "version": "3.1.41",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -4697,6 +4697,7 @@ background: var(--color-75) !important;
4697
4697
 
4698
4698
  .elemento-clickeable span {
4699
4699
  font-size: 0.87rem;
4700
+ color: #232323;
4700
4701
  }
4701
4702
 
4702
4703
 
@@ -5716,6 +5716,8 @@ background: var(--color-75) !important;
5716
5716
  .elemento-clickeable {
5717
5717
  display: table;
5718
5718
  margin: 0;
5719
+ background: transparent;
5720
+ border: none;
5719
5721
  }
5720
5722
 
5721
5723
  button.elemento-clickeable:focus-visible {
@@ -5731,6 +5733,7 @@ button.elemento-clickeable:focus-visible {
5731
5733
 
5732
5734
  .elemento-clickeable span {
5733
5735
  font-size: 0.87rem;
5736
+ color: #fff;
5734
5737
  }
5735
5738
 
5736
5739
  .elemento-seleccionado {