@egov3/graphics 1.0.51 → 1.0.53

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.cts CHANGED
@@ -363,5 +363,52 @@ declare const Icons: {
363
363
  ServicesOutline: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
364
364
  };
365
365
  };
366
+ declare const Graphics: {
367
+ Illustrations: {
368
+ FaceId: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
369
+ InternetNotAvailable: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
370
+ Language: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
371
+ Notifications: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
372
+ RegistrationSuccess: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
373
+ ServerError: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
374
+ ServerTechnicalWorks: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
375
+ ServerUpdate: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
376
+ ServiceNotAvailable: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
377
+ ServiceNotAvailableGov: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
378
+ SignError: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
379
+ SignSuccess: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
380
+ Theme: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
381
+ TouchId: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
382
+ Verification: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
383
+ VerificationError: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
384
+ VerificationSuccess: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
385
+ };
386
+ Documents: {
387
+ BachelorsDiploma: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
388
+ Birth: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
389
+ CarDocument: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
390
+ CarInsurance: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
391
+ Driverlicense: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
392
+ Education: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
393
+ Marriage: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
394
+ MastersDiploma: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
395
+ NationalFund: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
396
+ Passport: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
397
+ PersonalID: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
398
+ };
399
+ Wallet: {
400
+ BachelorsDiploma: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
401
+ Birth: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
402
+ CarDocument: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
403
+ CarInsurance: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
404
+ Driverlicense: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
405
+ Education: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
406
+ Marriage: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
407
+ MastersDiploma: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
408
+ NationalFund: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
409
+ Passport: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
410
+ PersonalID: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
411
+ };
412
+ };
366
413
 
367
- export { Icons as default };
414
+ export { Graphics, Icons };
package/dist/index.d.ts CHANGED
@@ -363,5 +363,52 @@ declare const Icons: {
363
363
  ServicesOutline: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
364
364
  };
365
365
  };
366
+ declare const Graphics: {
367
+ Illustrations: {
368
+ FaceId: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
369
+ InternetNotAvailable: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
370
+ Language: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
371
+ Notifications: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
372
+ RegistrationSuccess: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
373
+ ServerError: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
374
+ ServerTechnicalWorks: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
375
+ ServerUpdate: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
376
+ ServiceNotAvailable: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
377
+ ServiceNotAvailableGov: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
378
+ SignError: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
379
+ SignSuccess: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
380
+ Theme: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
381
+ TouchId: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
382
+ Verification: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
383
+ VerificationError: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
384
+ VerificationSuccess: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
385
+ };
386
+ Documents: {
387
+ BachelorsDiploma: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
388
+ Birth: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
389
+ CarDocument: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
390
+ CarInsurance: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
391
+ Driverlicense: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
392
+ Education: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
393
+ Marriage: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
394
+ MastersDiploma: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
395
+ NationalFund: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
396
+ Passport: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
397
+ PersonalID: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
398
+ };
399
+ Wallet: {
400
+ BachelorsDiploma: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
401
+ Birth: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
402
+ CarDocument: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
403
+ CarInsurance: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
404
+ Driverlicense: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
405
+ Education: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
406
+ Marriage: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
407
+ MastersDiploma: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
408
+ NationalFund: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
409
+ Passport: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
410
+ PersonalID: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
411
+ };
412
+ };
366
413
 
367
- export { Icons as default };
414
+ export { Graphics, Icons };