@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/icons/ONPE/IconElectionsRegionalesYMunicipales/index.d.ts +2 -0
- package/dist/icons-onpe.d.ts +3 -1
- package/dist/icons-onpe.esm.js +1 -1
- package/dist/icons-onpe.js +1 -1
- package/dist/icons.d.ts +3 -1
- package/dist/icons.esm.js +1 -1
- package/dist/icons.js +1 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
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
|
-
|
|
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 };
|