@onpe/ui 1.2.92 → 1.2.94

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/dist/index.css CHANGED
@@ -733,7 +733,7 @@ body.onpe-modal-open {
733
733
  .onpe-not-recommended-wrapper {
734
734
  position: fixed;
735
735
  right: 20px; /* right-5 = 1.25rem = 20px */
736
- bottom: 40px; /* bottom-10 = 2.5rem = 40px */
736
+ bottom: 40px; /* bottom-10 = 2.5rem = 40px - valor por defecto, puede ser sobrescrito por prop */
737
737
  z-index: 99;
738
738
  }
739
739
 
@@ -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.d.ts CHANGED
@@ -89,8 +89,9 @@ declare const ModalSystemIncompatible: ({ isOpen, onClose, className, zIndexLeve
89
89
  interface NotRecommendedProps {
90
90
  isOpenBrowserError?: boolean;
91
91
  isOpenDeviceError?: boolean;
92
+ bottom?: number | string;
92
93
  }
93
- declare const NotRecommended: ({ isOpenBrowserError, isOpenDeviceError, }: NotRecommendedProps) => react_jsx_runtime.JSX.Element;
94
+ declare const NotRecommended: ({ isOpenBrowserError, isOpenDeviceError, bottom, }: NotRecommendedProps) => react_jsx_runtime.JSX.Element;
94
95
 
95
96
  interface FooterProps extends react__default.HTMLAttributes<HTMLDivElement> {
96
97
  showBrowserInfo?: boolean;
@@ -733,7 +733,7 @@ body.onpe-modal-open {
733
733
  .onpe-not-recommended-wrapper {
734
734
  position: fixed;
735
735
  right: 20px; /* right-5 = 1.25rem = 20px */
736
- bottom: 40px; /* bottom-10 = 2.5rem = 40px */
736
+ bottom: 40px; /* bottom-10 = 2.5rem = 40px - valor por defecto, puede ser sobrescrito por prop */
737
737
  z-index: 99;
738
738
  }
739
739
 
@@ -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 {