@onpe/ui 1.3.43 → 1.3.44

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.d.ts CHANGED
@@ -187,5 +187,7 @@ declare const IconElectionsGeneral: (props: SVGProps<SVGSVGElement>) => react_js
187
187
 
188
188
  declare const IconLogoONPE: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
189
189
 
190
- export { BrowserRecommended, Button, FaceBookIcon, Footer, IconAndroid, IconApple, IconCheck, IconChrome, IconChromeColor, IconClose, IconCloseRadius, IconEdge, IconEdgeColor, IconElectionsGeneral, IconHome, IconHuawei, IconInfo, IconLogoONPE, IconMozilla, IconMozillaColor, IconSafari, IconSafariColor, IconSpinnerDesktop, IconSpinnerMobile, IconVotoDigital, IconWarning, IconWindow, InstagramIcon, Modal, ModalBrowserIncompatible, ModalConfirm, ModalDnieVersions, ModalLoading, ModalNfc, ModalSystemIncompatible, NotRecommended, Overlay, Portal, Show, TikTokIcon, WhatsappIcon, XIcon, YoutubeIcon };
190
+ declare const IconElectionsRegionalesYMunicipales: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
191
+
192
+ export { BrowserRecommended, Button, FaceBookIcon, Footer, IconAndroid, IconApple, IconCheck, IconChrome, IconChromeColor, IconClose, IconCloseRadius, IconEdge, IconEdgeColor, IconElectionsGeneral, IconElectionsRegionalesYMunicipales, IconHome, IconHuawei, IconInfo, IconLogoONPE, IconMozilla, IconMozillaColor, IconSafari, IconSafariColor, IconSpinnerDesktop, IconSpinnerMobile, IconVotoDigital, IconWarning, IconWindow, InstagramIcon, Modal, ModalBrowserIncompatible, ModalConfirm, ModalDnieVersions, ModalLoading, ModalNfc, ModalSystemIncompatible, NotRecommended, Overlay, Portal, Show, TikTokIcon, WhatsappIcon, XIcon, YoutubeIcon };
191
193
  export type { ButtonProps, FooterProps, ModalBrowserIncompatibleProps, ModalConfirmProps, ModalDnieVersionsProps, ModalLoadingProps, ModalNfcProps, ModalProps, ModalSystemIncompatibleProps, NotRecommendedProps, OverlayProps, PortalProps, ShowProps };