@onpe/ui 1.2.48 → 1.2.50

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
@@ -94,15 +94,20 @@ interface ModalDnieVersionsProps {
94
94
  isOpen: boolean;
95
95
  onClose: () => void;
96
96
  className?: string;
97
+ iconDnie1: ReactNode;
98
+ iconDnie2: ReactNode;
99
+ iconDnie3: ReactNode;
97
100
  }
98
- declare const ModalDnieVersions: ({ isOpen, onClose, className }: ModalDnieVersionsProps) => react_jsx_runtime.JSX.Element;
101
+ declare const ModalDnieVersions: ({ isOpen, onClose, className, iconDnie1, iconDnie2, iconDnie3, }: ModalDnieVersionsProps) => react_jsx_runtime.JSX.Element;
99
102
 
100
103
  interface ModalNfcProps {
101
104
  isOpen: boolean;
102
105
  onClose: () => void;
103
106
  className?: string;
107
+ iconNfc1: ReactNode;
108
+ iconNfc2: ReactNode;
104
109
  }
105
- declare const ModalNfc: ({ isOpen, onClose, className }: ModalNfcProps) => react_jsx_runtime.JSX.Element;
110
+ declare const ModalNfc: ({ isOpen, onClose, className, iconNfc1, iconNfc2 }: ModalNfcProps) => react_jsx_runtime.JSX.Element;
106
111
 
107
112
  declare const IconClose: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
108
113
 
@@ -120,8 +125,6 @@ declare const IconHome: ({ ...props }: SVGProps<SVGSVGElement>) => react_jsx_run
120
125
 
121
126
  declare const IconInfo: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
122
127
 
123
- declare const IconMobileNfc: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
124
-
125
128
  declare const IconChromeColor: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
126
129
 
127
130
  declare const IconChrome: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
@@ -148,15 +151,5 @@ declare const IconVotoDigital: (props: SVGProps<SVGSVGElement>) => react_jsx_run
148
151
 
149
152
  declare const IconElectionsGeneral: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
150
153
 
151
- declare const IconDnie1: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
152
-
153
- declare const IconDnie2: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
154
-
155
- declare const IconDnie3: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
156
-
157
- declare const IconNfc: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
158
-
159
- declare const IconPersonOnpe: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
160
-
161
- export { BrowserRecommended, Button, Footer, IconAndroid, IconApple, IconCheck, IconChrome, IconChromeColor, IconClose, IconCloseRadius, IconDnie1, IconDnie2, IconDnie3, IconEdge, IconEdgeColor, IconElectionsGeneral, IconHome, IconInfo, IconMobileNfc, IconMozilla, IconMozillaColor, IconNfc, IconPersonOnpe, IconSafari, IconSafariColor, IconSpinnerDesktop, IconSpinnerMobile, IconVotoDigital, IconWarning, IconWindow, Modal, ModalBrowserIncompatible, ModalConfirm, ModalDnieVersions, ModalLoading, ModalNfc, ModalSystemIncompatible, Overlay, Portal, Show };
154
+ export { BrowserRecommended, Button, Footer, IconAndroid, IconApple, IconCheck, IconChrome, IconChromeColor, IconClose, IconCloseRadius, IconEdge, IconEdgeColor, IconElectionsGeneral, IconHome, IconInfo, IconMozilla, IconMozillaColor, IconSafari, IconSafariColor, IconSpinnerDesktop, IconSpinnerMobile, IconVotoDigital, IconWarning, IconWindow, Modal, ModalBrowserIncompatible, ModalConfirm, ModalDnieVersions, ModalLoading, ModalNfc, ModalSystemIncompatible, Overlay, Portal, Show };
162
155
  export type { ButtonProps, FooterProps, ModalBrowserIncompatibleProps, ModalConfirmProps, ModalDnieVersionsProps, ModalLoadingProps, ModalNfcProps, ModalProps, ModalSystemIncompatibleProps, OverlayProps, PortalProps, ShowProps };