@onpe/ui 1.2.92 → 1.2.93

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.
@@ -783,7 +783,7 @@ body.onpe-modal-open {
783
783
  .onpe-not-recommended-icon {
784
784
  width: 40px;
785
785
  height: 35px;
786
- color: var(--onpe-ui-dark-gray); /* text-brand-black - usando dark-gray como equivalente */
786
+ color: var(--onpe-ui-black); /* text-brand-black - usando dark-gray como equivalente */
787
787
  }
788
788
 
789
789
  .onpe-not-recommended-message {
@@ -783,7 +783,7 @@ body.onpe-modal-open {
783
783
  .onpe-not-recommended-icon {
784
784
  width: 40px;
785
785
  height: 35px;
786
- color: var(--onpe-ui-dark-gray); /* text-brand-black - usando dark-gray como equivalente */
786
+ color: var(--onpe-ui-black); /* text-brand-black - usando dark-gray como equivalente */
787
787
  }
788
788
 
789
789
  .onpe-not-recommended-message {
package/dist/index.css CHANGED
@@ -783,7 +783,7 @@ body.onpe-modal-open {
783
783
  .onpe-not-recommended-icon {
784
784
  width: 40px;
785
785
  height: 35px;
786
- color: var(--onpe-ui-dark-gray); /* text-brand-black - usando dark-gray como equivalente */
786
+ color: var(--onpe-ui-black); /* text-brand-black - usando dark-gray como equivalente */
787
787
  }
788
788
 
789
789
  .onpe-not-recommended-message {
@@ -783,7 +783,7 @@ body.onpe-modal-open {
783
783
  .onpe-not-recommended-icon {
784
784
  width: 40px;
785
785
  height: 35px;
786
- color: var(--onpe-ui-dark-gray); /* text-brand-black - usando dark-gray como equivalente */
786
+ color: var(--onpe-ui-black); /* text-brand-black - usando dark-gray como equivalente */
787
787
  }
788
788
 
789
789
  .onpe-not-recommended-message {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onpe/ui",
3
- "version": "1.2.92",
3
+ "version": "1.2.93",
4
4
  "type": "module",
5
5
  "description": "Librería de componentes UI para ONPE - Componentes e Iconos",
6
6
  "main": "dist/index.js",