@bytebrand/fe-ui-core 4.1.170 → 4.1.172

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.
Files changed (128) hide show
  1. package/common.ts +0 -5
  2. package/media/svg/common/arrow_breadcrumps.svg +2 -2
  3. package/media/svg/common/home.svg +8 -6
  4. package/media/svg/common/whyAutodeIconSet-F.svg +12 -8
  5. package/media/svg/common/whyAutodeIconSet-G.svg +8 -6
  6. package/media/svg/common/whyAutodeIconSet-Q.svg +15 -5
  7. package/media/svg/common/whyAutodeIconSet-R.svg +13 -8
  8. package/media/svg/infoBlocks/whyAutodeIconSet-F.svg +8 -8
  9. package/media/svg/infoBlocks/whyAutodeIconSet-G.svg +6 -7
  10. package/media/svg/infoBlocks/whyAutodeIconSet-Q.svg +11 -5
  11. package/media/svg/infoBlocks/whyAutodeIconSet-R.svg +9 -8
  12. package/package.json +1 -1
  13. package/source/components/AccordionWidget/AccordionWidget.styl +3 -0
  14. package/source/components/Alternative/DealerInfo.styl +1 -7
  15. package/source/components/Alternative/DealerInfo.tsx +38 -64
  16. package/source/components/Breadcrumbs/Breadcrumbs.styl +19 -31
  17. package/source/components/Breadcrumbs/Breadcrumbs.tsx +3 -3
  18. package/source/components/Breadcrumbs/FirstInfoBlock/FirstInfoBlock.styl +18 -11
  19. package/source/components/PriceRating/PriceRating.styl +0 -1
  20. package/source/components/SearchFilters/common/RangeControlled/RangeControlled.tsx +1 -2
  21. package/source/components/SearchPage/SearchTopBar/SearchTopBar.styl +3 -13
  22. package/source/components/SearchPage/SearchTopBar/SearchTopBar.tsx +3 -3
  23. package/source/components/Vehicle/VehicleFormattedPrice/VehicleFormattedPrice.styl +17 -23
  24. package/source/components/VehicleDetailedSidebar/partials/Properties.styl +4 -0
  25. package/source/components/VehicleDetailedSidebar/partials/Properties.tsx +1 -1
  26. package/source/components/VehicleSmallCard/VehicleData/VechiclePriceItem/VechiclePriceItem.styl +40 -54
  27. package/source/components/VehicleSmallCard/VehicleData/VechiclePriceItem/VechiclePriceItem.tsx +16 -38
  28. package/source/components/VehicleSmallCard/VehicleData/VehicleInfo/VehicleInfo.styl +18 -47
  29. package/source/components/VehicleSmallCard/VehicleData/VehicleInfo/VehicleInfo.tsx +6 -13
  30. package/source/components/VehicleSmallCard/VehicleData/VehiclePrice/VehiclePrice.styl +28 -48
  31. package/source/components/VehicleSmallCard/VehicleData/VehiclePrice/VehiclePrice.tsx +16 -50
  32. package/source/components/VehicleSmallCard/VehicleData/VehicleProperty/VehicleProperty.styl +8 -6
  33. package/source/components/VehicleSmallCard/VehicleData/VehicleTitle/VehicleTitle.styl +12 -31
  34. package/source/components/VehicleSmallCard/VehicleData/VehicleTitle/VehicleTitle.tsx +3 -8
  35. package/source/components/VehicleSmallCard/VehicleSmallCard.styl +19 -51
  36. package/source/components/VehicleSmallCard/VehicleSmallCard.tsx +9 -39
  37. package/source/components/_common/Badge/Badge.styl +7 -13
  38. package/source/components/_common/Badge/Badge.tsx +1 -1
  39. package/source/components/_common/Button/Button.styled.tsx +8 -13
  40. package/source/components/_common/Button/Button.tsx +1 -1
  41. package/source/components/_common/ExpansionPanel/ExpansionPanel.tsx +4 -14
  42. package/source/components/_common/IconSVG/IconSVG.story.js +1 -1
  43. package/source/components/_common/IconSVG/IconSVGConfig.tsx +1 -90
  44. package/source/components/_common/IconSVG/SVG/CloseIconSelect.tsx +1 -1
  45. package/source/components/_common/IconSVG/SVG/common/SliderEye.tsx +3 -2
  46. package/source/components/_common/IconSVG/SVG/common/StarRoundedCorners.tsx +1 -1
  47. package/source/components/_common/IconSVG/SVG/searchWidgets/drive/AllWheelDrive.tsx +2 -2
  48. package/source/components/_common/IconSVG/SVG/searchWidgets/drive/FrontWheelDrive.tsx +2 -2
  49. package/source/components/_common/IconSVG/SVG/searchWidgets/drive/RearWheelDrive.tsx +2 -2
  50. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelDiesel.tsx +14 -4
  51. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelPetrol.tsx +1 -1
  52. package/source/components/_common/IconSVG/SVG/settings/RemoveEye.tsx +1 -1
  53. package/source/components/_common/IconSVG/SVG/settings/RemoveEyeOff.tsx +1 -1
  54. package/source/components/_common/IconSVG/SVG/vehicle/CarAvailability.tsx +3 -3
  55. package/source/components/_common/IconSVG/SVG/vehicle/CheckoutChecked.tsx +2 -2
  56. package/source/components/_common/IconSVG/SVG/vehicle/Date.tsx +2 -2
  57. package/source/components/_common/IconSVG/SVG/vehicle/Door.tsx +7 -5
  58. package/source/components/_common/IconSVG/SVG/vehicle/FuelConsumption.tsx +1 -1
  59. package/source/components/_common/IconSVG/SVG/vehicle/NewCar.tsx +9 -7
  60. package/source/components/_common/IconSVG/SVG/vehicle/Ps.tsx +1 -1
  61. package/source/components/_common/IconSVG/SVG/vehicle/SelectorGearboxAutomatic.tsx +2 -2
  62. package/source/components/_common/MaterialAccordionGroup/MaterialAccordionGroup.styled.tsx +1 -17
  63. package/source/components/_common/MaterialAccordionGroup/MaterialAccordionGroup.tsx +4 -3
  64. package/source/components/_common/MaterialAutocomplete/MaterialAutocomplete.styled.tsx +3 -6
  65. package/source/components/_common/MaterialAutocomplete/MaterialAutocomplete.tsx +3 -28
  66. package/source/components/_common/MaterialSelect/MaterialSelect.styled.tsx +7 -0
  67. package/source/components/_common/MaterialSelect/MaterialSelect.tsx +9 -16
  68. package/source/components/_common/Modal/CookieModal.tsx +7 -10
  69. package/source/components/_common/Modal/Modal.styled.tsx +1 -2
  70. package/source/components/_common/Modal/modals/ManageCookieModal/ManageCookieModal.styl +3 -15
  71. package/source/components/_common/Modal/modals/ManageCookieModal/ManageCookieModal.tsx +3 -5
  72. package/source/components/_common/Modal/modals/PreviewCookieModal/PreviewCookieModal.styl +1 -11
  73. package/source/components/_common/Modal/modals/PreviewCookieModal/PreviewCookieModal.tsx +0 -2
  74. package/source/components/_common/TimePicker/TimePicker.styl +1 -3
  75. package/source/components/_common/TimePicker/TimePicker.tsx +2 -6
  76. package/source/components/_common/UserMenu/MaterialMenu.styled.tsx +1 -2
  77. package/source/components/_common/withStats/withStats.styl +87 -43
  78. package/source/components/_common/withStats/withStats.tsx +8 -17
  79. package/source/components/containers/SearchPage/FiltersContainer/FiltersContainer.styl +3 -7
  80. package/source/framework/constants/common.ts +3 -15
  81. package/source/framework/factories/BreadcrumbsFactory.tsx +8 -19
  82. package/source/framework/factories/FactoryTypes.d.ts +0 -1
  83. package/source/framework/types/types.ts +2 -4
  84. package/source/framework/utils/CommonUtils.ts +8 -20
  85. package/source/framework/vehiclesProps/decoratedProps.tsx +23 -19
  86. package/source/locales/data.ts +0 -2
  87. package/source/theme/priceReviewColors.styl +1 -3
  88. package/utils.ts +0 -16
  89. package/source/components/_common/IconSVG/SVG/common/AddressDashboard.tsx +0 -29
  90. package/source/components/_common/IconSVG/SVG/common/CallbackDashboard.tsx +0 -30
  91. package/source/components/_common/IconSVG/SVG/common/CloseGrey.tsx +0 -22
  92. package/source/components/_common/IconSVG/SVG/common/DashboardQuestionMark.tsx +0 -20
  93. package/source/components/_common/IconSVG/SVG/common/DeliveryDashboard.tsx +0 -25
  94. package/source/components/_common/IconSVG/SVG/common/EditPriceIcon.tsx +0 -20
  95. package/source/components/_common/IconSVG/SVG/common/HandingOverDashboard.tsx +0 -32
  96. package/source/components/_common/IconSVG/SVG/common/MenuGrey.tsx +0 -22
  97. package/source/components/_common/IconSVG/SVG/common/MyOrderIcon.tsx +0 -20
  98. package/source/components/_common/IconSVG/SVG/common/OrderReceivedDashboard.tsx +0 -27
  99. package/source/components/_common/IconSVG/SVG/common/PickupDashboard.tsx +0 -30
  100. package/source/components/_common/IconSVG/SVG/common/PreparationDashboard.tsx +0 -29
  101. package/source/components/_common/IconSVG/SVG/common/ProfileDashboard.tsx +0 -24
  102. package/source/components/_common/IconSVG/SVG/common/RegistrationDashboard.tsx +0 -31
  103. package/source/components/_common/IconSVG/SVG/flags/AT.tsx +0 -19
  104. package/source/components/_common/IconSVG/SVG/flags/BE.tsx +0 -20
  105. package/source/components/_common/IconSVG/SVG/flags/BG.tsx +0 -20
  106. package/source/components/_common/IconSVG/SVG/flags/CH.tsx +0 -22
  107. package/source/components/_common/IconSVG/SVG/flags/CZ.tsx +0 -18
  108. package/source/components/_common/IconSVG/SVG/flags/DE.tsx +0 -18
  109. package/source/components/_common/IconSVG/SVG/flags/DK.tsx +0 -18
  110. package/source/components/_common/IconSVG/SVG/flags/ES.tsx +0 -2585
  111. package/source/components/_common/IconSVG/SVG/flags/FI.tsx +0 -18
  112. package/source/components/_common/IconSVG/SVG/flags/FR.tsx +0 -20
  113. package/source/components/_common/IconSVG/SVG/flags/GB.tsx +0 -26
  114. package/source/components/_common/IconSVG/SVG/flags/HR.tsx +0 -135
  115. package/source/components/_common/IconSVG/SVG/flags/HU.tsx +0 -20
  116. package/source/components/_common/IconSVG/SVG/flags/IT.tsx +0 -20
  117. package/source/components/_common/IconSVG/SVG/flags/LI.tsx +0 -106
  118. package/source/components/_common/IconSVG/SVG/flags/LU.tsx +0 -18
  119. package/source/components/_common/IconSVG/SVG/flags/NL.tsx +0 -18
  120. package/source/components/_common/IconSVG/SVG/flags/NO.tsx +0 -20
  121. package/source/components/_common/IconSVG/SVG/flags/PL.tsx +0 -19
  122. package/source/components/_common/IconSVG/SVG/flags/RO.tsx +0 -20
  123. package/source/components/_common/IconSVG/SVG/flags/RU.tsx +0 -20
  124. package/source/components/_common/IconSVG/SVG/flags/SE.tsx +0 -20
  125. package/source/components/_common/IconSVG/SVG/flags/SI.tsx +0 -54
  126. package/source/components/_common/IconSVG/SVG/flags/SK.tsx +0 -35
  127. package/source/components/_common/IconSVG/SVG/flags/UA.tsx +0 -19
  128. package/source/components/_common/IconSVG/SVG/slider/360New.tsx +0 -20
@@ -1,27 +0,0 @@
1
- /* tslint:disable */
2
- import React from 'react';
3
-
4
- const OrderReceivedDashboard = (
5
- props: any
6
- ) => {
7
- const { disabled } = props;
8
- return (
9
- <svg
10
- fill={disabled ? '#D8E2FF' : '#005CCB'}
11
- id="Layer_2"
12
- xmlns="http://www.w3.org/2000/svg"
13
- viewBox="0 0 75.24 94.9"
14
- {...props}
15
- >
16
- <g id="Layer_1-2">
17
- <g>
18
- <path d="M54.83,36.01H20.41c-.88,0-1.6,.72-1.6,1.6s.72,1.6,1.6,1.6H54.83c.88,0,1.6-.71,1.6-1.6s-.72-1.6-1.6-1.6Zm0,14.75H20.41c-.88,0-1.6,.72-1.6,1.6s.72,1.6,1.6,1.6H54.83c.88,0,1.6-.71,1.6-1.6s-.72-1.6-1.6-1.6Zm-2.46,22.13h-9.57l-6.77-2.26c-.9-.3-1.88,.04-2.41,.83l-3.02,4.53-3.33-8.33c-.32-.8-1.08-1.31-1.94-1.31s-1.62,.51-1.94,1.31l-4.46,11.15c-.33,.82,.07,1.75,.89,2.08,.19,.08,.39,.12,.59,.12,.64,0,1.24-.38,1.49-1.01l3.43-8.58,3.08,7.71c.29,.72,.95,1.22,1.73,1.31,.77,.08,1.52-.27,1.96-.92l3.72-5.58,6.14,2.04c.21,.07,.43,.11,.66,.11h9.75c.88,0,1.6-.72,1.6-1.6s-.72-1.6-1.6-1.6Z"/>
19
- <path d="M53.7,0H5.66C2.54,0,0,2.54,0,5.66V89.24c0,3.12,2.54,5.66,5.66,5.66h63.92c3.12,0,5.66-2.54,5.66-5.66V21.54L53.7,0Zm18.34,89.24c0,1.36-1.11,2.46-2.46,2.46H5.66c-1.35,0-2.46-1.1-2.46-2.46V5.66c0-1.36,1.11-2.46,2.46-2.46H52.37v14.75c0,2.71,2.2,4.91,4.92,4.91h14.75V89.24Z"/>
20
- </g>
21
- </g>
22
- </svg>
23
- )
24
- }
25
-
26
- export default OrderReceivedDashboard;
27
- /* tslint:enable */
@@ -1,30 +0,0 @@
1
- /* tslint:disable */
2
- import React from 'react';
3
-
4
- const PickupDashboard = (
5
- props: any
6
- ) => {
7
- const { disabled } = props;
8
- return (
9
- <svg
10
- id="Layer_2"
11
- xmlns="http://www.w3.org/2000/svg"
12
- viewBox="0 0 89.31 97.92"
13
- fill={disabled ? '#D8E2FF' : '#005CCB'}
14
- {...props}
15
- >
16
- <g id="Layer_1-2">
17
- <g>
18
- <path d="M40.39,90.24c-.49,4.04-3.96,6.92-7.94,6.92h-4.9c-4.48,0-8.12-3.6-8.17-8.07H2.59c-.95,0-1.73-.77-1.73-1.73s.78-1.73,1.73-1.73H20.28c1.41,0,2.56,1.15,2.56,2.56v.79c0,2.61,2.11,4.72,4.71,4.72h4.9c2.32,0,4.24-1.66,4.5-3.88,1.5-12.32,2.49-32.96-1.66-48.08C17.88,46.25,2.01,47.42,1.85,47.44h-.13c-.9,0-1.66-.69-1.72-1.61-.07-.95,.65-1.78,1.6-1.85,.16-.01,15.77-1.17,32.88-5.6l-5.36-23.91c-.67-1.95-1.27-2.76-2.36-3.28-1.33-.64-3.62-.95-8.13-.95H2.59c-.95,0-1.73-.77-1.73-1.73s.78-1.73,1.73-1.73H18.63c4.44,0,7.49,.26,9.63,1.29,2.37,1.13,3.38,3.05,4.17,5.37l.03,.09,.02,.09,5.88,26.22c4.65,15.9,3.56,37.73,2.03,50.4Z"/>
19
- <circle cx="19.88" cy="60.21" r="6.27"/>
20
- <path d="M68.5,14.34c-1.65,1.65-3.63,2.47-5.94,2.47s-4.29-.82-5.94-2.47c-1.65-1.65-2.47-3.63-2.47-5.94s.82-4.29,2.47-5.94c1.65-1.65,3.63-2.47,5.94-2.47s4.29,.82,5.94,2.47c1.65,1.65,2.47,3.63,2.47,5.94s-.82,4.29-2.47,5.94Z"/>
21
- <path d="M70.6,18.97c-.34-.27-.72-.43-1.12-.5,.64,.24,1.23,.58,1.76,1l-.64-.5Z"/>
22
- <path d="M87.37,97.64c-.18,.04-.36,.06-.54,.06-1.13,0-2.15-.79-2.41-1.94l-8.44-38.21c-1.25,.52-2.43,.79-3.68,.85l-4.53,8.13c-.21,.37-.31,.79-.31,1.2v27.71c0,1.37-1.11,2.48-2.48,2.48s-2.47-1.11-2.47-2.48v-27.71c0-1.26,.32-2.5,.94-3.61l3.8-6.83-5.49-25.97c-7.18,11.24-14.99,13.13-17.54,13.44-.1,.01-.21,.02-.31,.02-1.23,0-2.29-.92-2.45-2.17-.17-1.36,.8-2.59,2.15-2.76,1.66-.21,10.12-1.98,17.16-17.02,.66-2.27,2.52-4.12,4.99-4.64,.46-.1,.93-.15,1.38-.15,.81,0,1.6,.15,2.33,.43h.01c.64,.24,1.23,.58,1.76,1,.03,.02,.05,.04,.07,.05l10.69,8.37c1.81,1.42,2.85,3.55,2.85,5.85v10.33c0,1.36-1.11,2.47-2.48,2.47s-2.47-1.11-2.47-2.47v-10.33c0-.77-.35-1.48-.95-1.95l-4.24-3.32,4.34,20.55c.12,.2,.2,.41,.25,.64l9.95,45.03c.3,1.33-.55,2.65-1.88,2.95Z"/>
23
- </g>
24
- </g>
25
- </svg>
26
- )
27
- }
28
-
29
- export default PickupDashboard;
30
- /* tslint:enable */
@@ -1,29 +0,0 @@
1
- /* tslint:disable */
2
- import React from 'react';
3
-
4
- const PreparationDashboard = (
5
- props: any
6
- ) => {
7
- const { disabled } = props;
8
- return (
9
- <svg
10
- fill={disabled ? '#D8E2FF' : '#005CCB'}
11
- id="Layer_2"
12
- xmlns="http://www.w3.org/2000/svg"
13
- viewBox="0 0 20.05 18.97"
14
- {...props}
15
- >
16
- <g id="Layer_1-2">
17
- <g>
18
- <path d="M19.54,1.5c-.34-.33-.77-.51-1.24-.51h-1.5c-.04-.07-.09-.15-.14-.23-.33-.5-.86-.76-1.44-.76s-1.1,.27-1.43,.76c-.05,.08-.09,.15-.13,.23h-1.52c-.47,0-.9,.18-1.23,.51-.15,.15-.27,.32-.34,.5H4.43c-.82,0-1.42,.05-1.85,.25-.5,.24-.71,.66-.86,1.1v.02s-.02,.03-.02,.03L.62,8.21C-.23,11.13-.04,15.09,.23,17.43c.11,.9,.88,1.54,1.76,1.54h.68c.88,0,1.62-.65,1.77-1.48H13.37c.16,.83,.89,1.48,1.77,1.48h.68c.88,0,1.65-.64,1.76-1.54,.14-1.19,.26-2.76,.22-4.43h.5c.47,0,.91-.18,1.24-.51,.33-.34,.51-.77,.51-1.24V2.74c0-.47-.18-.9-.51-1.24ZM2.67,3.65c.12-.34,.21-.43,.34-.49,.2-.1,.58-.16,1.42-.16h5.97v5.83c-2.91,.15-5.84-.17-8.67-.96l.94-4.22Zm13.92,13.67c-.05,.37-.37,.65-.77,.65h-.68c-.43,0-.8-.37-.8-.81,0-.37-.29-.67-.67-.67H4.14c-.38,0-.67,.3-.67,.67,0,.44-.36,.81-.8,.81h-.68c-.4,0-.72-.28-.76-.65-.26-2.22-.43-5.8,.26-8.48,2.91,.81,5.92,1.14,8.91,.99v1.42c0,.47,.17,.9,.51,1.24s.76,.51,1.23,.51h4.66c.03,1.62-.07,3.16-.21,4.32Zm2.46-6.07c0,.21-.07,.39-.22,.53-.14,.15-.32,.22-.53,.22h-6.16c-.2,0-.38-.07-.53-.22-.14-.14-.21-.32-.21-.53V2.74c0-.21,.07-.38,.21-.53,.15-.14,.33-.22,.53-.22h2.41c-.03-.09-.05-.18-.05-.27s.02-.18,.05-.27c.02-.04,.05-.09,.08-.13,.02-.04,.05-.08,.08-.11,.13-.14,.3-.21,.51-.21s.39,.07,.52,.2c.03,.04,.06,.07,.09,.12,.03,.03,.05,.07,.06,.11,.05,.09,.07,.19,.07,.29,0,.09-.03,.18-.07,.27h2.41c.21,0,.39,.08,.53,.22,.15,.15,.22,.32,.22,.53V11.25Z"/>
19
- <path d="M3.63,10.85c-.64,0-1.16,.51-1.16,1.15s.52,1.15,1.16,1.15,1.15-.51,1.15-1.15-.52-1.15-1.15-1.15Z"/>
20
- <path d="M17.32,4.82l-3.16,3.16-.99-1.32c-.17-.22-.48-.27-.7-.1-.22,.17-.27,.48-.1,.7l.94,1.25,.4,.53c.09,.12,.22,.19,.36,.2,.15,.01,.29-.04,.39-.14l1.05-1.05,2.52-2.52c.19-.2,.19-.51,0-.71-.2-.19-.51-.19-.71,0Z"/>
21
- <circle cx="15.23" cy="1.74" r=".39"/>
22
- </g>
23
- </g>
24
- </svg>
25
- )
26
- }
27
-
28
- export default PreparationDashboard;
29
- /* tslint:enable */
@@ -1,24 +0,0 @@
1
- /* tslint:disable */
2
- import React from 'react';
3
-
4
- const ProfileDashboard = (
5
- props: any
6
- ) => {
7
- return (
8
- <svg
9
- width="40"
10
- height="40"
11
- viewBox="0 0 40 40"
12
- fill="none"
13
- xmlns="http://www.w3.org/2000/svg"
14
- {...props}
15
- >
16
- <rect width="40" height="40" rx="8" fill="#666CFF"/>
17
- <rect width="40" height="40" rx="8" fill="white" fillOpacity="0.88"/>
18
- <path d="M20 13.9C21.16 13.9 22.1 14.84 22.1 16C22.1 17.16 21.16 18.1 20 18.1C18.84 18.1 17.9 17.16 17.9 16C17.9 14.84 18.84 13.9 20 13.9ZM20 22.9C22.97 22.9 26.1 24.36 26.1 25V26.1H13.9V25C13.9 24.36 17.03 22.9 20 22.9ZM20 12C17.79 12 16 13.79 16 16C16 18.21 17.79 20 20 20C22.21 20 24 18.21 24 16C24 13.79 22.21 12 20 12ZM20 21C17.33 21 12 22.34 12 25V28H28V25C28 22.34 22.67 21 20 21Z" fill="#005CCB"/>
19
- </svg>
20
- )
21
- }
22
-
23
- export default ProfileDashboard;
24
- /* tslint:enable */
@@ -1,31 +0,0 @@
1
- /* tslint:disable */
2
- import React from 'react';
3
-
4
- const RegistrationDashboard = (
5
- props: any
6
- ) => {
7
- const { disabled } = props;
8
- return (
9
- <svg
10
- fill={disabled ? '#D8E2FF' : '#005CCB'}
11
- id="Layer_2"
12
- xmlns="http://www.w3.org/2000/svg"
13
- viewBox="0 0 95.53 64.5"
14
- {...props}
15
- >
16
- <g id="Layer_1-2">
17
- <g>
18
- <path d="M77.07,61.55c-.33-.33-.74-.49-1.24-.49H7.39c-1.15,0-2.09-.37-2.83-1.11s-1.11-1.68-1.11-2.83V16.49c0-.49-.17-.9-.49-1.23-.33-.33-.74-.49-1.23-.49s-.91,.16-1.24,.49c-.32,.33-.49,.74-.49,1.23V57.12c0,2.13,.7,3.9,2.09,5.29,1.4,1.4,3.16,2.09,5.3,2.09H75.83c.5,0,.91-.16,1.24-.49,.32-.33,.49-.74,.49-1.23s-.17-.9-.49-1.23Z"/>
19
- <polygon points="25.5 30.45 25.67 30.45 25.67 30.75 25.5 30.45"/>
20
- <polygon points="25.67 17.52 25.39 17.52 25.67 17.28 25.67 17.52"/>
21
- <path d="M25.67,30.45v-12.93h4.53c.86,0,1.61,.18,2.23,.53s1.14,.82,1.54,1.43c.4,.58,.7,1.27,.88,2.06,.2,.77,.3,1.59,.3,2.45,0,1.15-.17,2.23-.52,3.22-.33,.97-.86,1.76-1.59,2.36-.74,.59-1.68,.88-2.84,.88h-4.53Z"/>
22
- <path d="M93.38,2.15c-1.44-1.43-3.18-2.15-5.23-2.15H20.68c-2.05,0-3.79,.72-5.23,2.15-1.43,1.44-2.15,3.18-2.15,5.23V43.82c0,2.14,.7,3.9,2.09,5.3,1.4,1.39,3.16,2.09,5.29,2.09H88.15c2.13,0,3.89-.7,5.29-2.09,1.39-1.4,2.09-3.16,2.09-5.3V7.38c0-2.05-.72-3.79-2.15-5.23ZM37.77,28.86c-.65,1.44-1.58,2.6-2.81,3.46-1.21,.86-2.7,1.29-4.48,1.29h-6.58c-.47,0-.88-.15-1.21-.46-.31-.33-.46-.74-.46-1.21v-15.9c0-.48,.15-.87,.46-1.18,.33-.33,.74-.5,1.21-.5h6.58c1.32,0,2.49,.25,3.52,.74,1.03,.5,1.89,1.2,2.58,2.09,.72,.88,1.25,1.91,1.6,3.08,.37,1.16,.55,2.4,.55,3.72,0,1.78-.32,3.4-.96,4.87Zm54.31,14.96c0,1.15-.36,2.1-1.1,2.83-.74,.74-1.69,1.11-2.83,1.11H45.02V3.45h43.13c1.14,0,2.09,.36,2.83,1.1s1.1,1.69,1.1,2.83V43.82Z"/>
23
- <path d="M62.86,30.86c-.31-.31-.71-.46-1.19-.46h-7.17v-14.36c0-.48-.18-.87-.53-1.18-.33-.33-.71-.5-1.15-.5-.52,0-.94,.17-1.27,.5-.33,.31-.49,.7-.49,1.18v15.9c0,.47,.15,.88,.47,1.21,.33,.31,.73,.46,1.21,.46h8.93c.48,0,.88-.14,1.19-.44,.33-.31,.49-.69,.49-1.15s-.16-.86-.49-1.16Zm7.27-11.33c-.27-.29-.68-.44-1.21-.44h-.36c-.53,0-.94,.15-1.23,.44-.28,.28-.42,.68-.42,1.21v.47c0,.53,.14,.94,.42,1.24,.29,.27,.7,.41,1.23,.41h.36c.53,0,.94-.14,1.21-.41,.3-.3,.44-.71,.44-1.24v-.47c0-.53-.14-.93-.44-1.21Zm0,10.76c-.27-.3-.68-.44-1.21-.44h-.36c-.53,0-.94,.14-1.23,.44-.28,.27-.42,.67-.42,1.21v.46c0,.54,.14,.95,.42,1.24,.29,.28,.7,.41,1.23,.41h.36c.53,0,.94-.13,1.21-.41,.3-.29,.44-.7,.44-1.24v-.46c0-.54-.14-.94-.44-1.21Zm15.8-5.86c-.42-.9-1.03-1.63-1.84-2.18-.74-.52-1.61-.81-2.6-.84l3.67-3.94c.18-.18,.34-.39,.47-.61,.13-.23,.19-.47,.19-.71,0-.48-.15-.87-.44-1.18-.27-.32-.7-.47-1.26-.47h-8.42c-.44,0-.81,.15-1.1,.44-.29,.27-.44,.62-.44,1.04s.15,.81,.44,1.1c.29,.3,.66,.44,1.1,.44h5.43l-4.25,4.51c-.2,.24-.36,.46-.47,.66-.09,.21-.13,.44-.13,.69,0,.41,.11,.75,.33,1.05,.24,.29,.57,.44,.99,.44,.33,0,.61-.04,.85-.11,.26-.09,.51-.18,.77-.25,.28-.07,.61-.11,1.02-.11,.53,0,1.02,.12,1.48,.36,.48,.24,.86,.58,1.13,1.04,.29,.46,.44,1.04,.44,1.74s-.16,1.36-.49,1.89c-.33,.52-.76,.92-1.27,1.21-.49,.28-1.03,.42-1.59,.42s-1.08-.1-1.52-.28c-.42-.18-.79-.39-1.1-.63-.24-.17-.46-.28-.66-.33-.18-.06-.36-.08-.52-.08-.46,0-.84,.19-1.16,.57-.29,.37-.44,.76-.44,1.19,0,.23,.07,.49,.2,.77,.14,.25,.42,.49,.82,.71,.48,.28,1.05,.5,1.71,.66,.66,.17,1.33,.25,2.01,.25,1.46,0,2.75-.27,3.85-.8,1.1-.53,1.95-1.29,2.55-2.28,.61-.99,.91-2.17,.91-3.52,0-1.03-.22-1.98-.66-2.86Z"/>
24
- </g>
25
- </g>
26
- </svg>
27
- )
28
- }
29
-
30
- export default RegistrationDashboard;
31
- /* tslint:enable */
@@ -1,19 +0,0 @@
1
- /* tslint:disable */
2
- import * as React from "react";
3
-
4
- const AT = (props: any) => (
5
- <svg
6
- xmlns="http://www.w3.org/2000/svg"
7
- id="flag-icons-at"
8
- viewBox="0 0 640 480"
9
- {...props}
10
- >
11
- <g fill-rule="evenodd">
12
- <path fill="#fff" d="M640 480H0V0h640z" />
13
- <path fill="#c8102e" d="M640 480H0V320h640zm0-319.9H0V.1h640z" />
14
- </g>
15
- </svg>
16
- );
17
-
18
- export default AT;
19
- /* tslint:enable */
@@ -1,20 +0,0 @@
1
- /* tslint:disable */
2
- import * as React from "react";
3
-
4
- const BE = (props: any) => (
5
- <svg
6
- xmlns="http://www.w3.org/2000/svg"
7
- id="flag-icons-be"
8
- viewBox="0 0 640 480"
9
- {...props}
10
- >
11
- <g fill-rule="evenodd" stroke-width="1pt">
12
- <path d="M0 0h213.3v480H0z" />
13
- <path fill="#ffd90c" d="M213.3 0h213.4v480H213.3z" />
14
- <path fill="#f31830" d="M426.7 0H640v480H426.7z" />
15
- </g>
16
- </svg>
17
- );
18
-
19
- export default BE;
20
- /* tslint:enable */
@@ -1,20 +0,0 @@
1
- /* tslint:disable */
2
- import * as React from "react";
3
-
4
- const BG = (props: any) => (
5
- <svg
6
- xmlns="http://www.w3.org/2000/svg"
7
- id="flag-icons-bg"
8
- viewBox="0 0 640 480"
9
- {...props}
10
- >
11
- <g fill-rule="evenodd" stroke-width="1pt">
12
- <path fill="#d62612" d="M0 320h640v160H0z" />
13
- <path fill="#fff" d="M0 0h640v160H0z" />
14
- <path fill="#00966e" d="M0 160h640v160H0z" />
15
- </g>
16
- </svg>
17
- );
18
-
19
- export default BG;
20
- /* tslint:enable */
@@ -1,22 +0,0 @@
1
- /* tslint:disable */
2
- import * as React from "react";
3
-
4
- const CH = (props: any) => (
5
- <svg
6
- xmlns="http://www.w3.org/2000/svg"
7
- id="flag-icons-ch"
8
- viewBox="0 0 640 480"
9
- {...props}
10
- >
11
- <g fill-rule="evenodd" stroke-width="1pt">
12
- <path fill="red" d="M0 0h640v480H0z" />
13
- <g fill="#fff">
14
- <path d="M170 195h300v90H170z" />
15
- <path d="M275 90h90v300h-90z" />
16
- </g>
17
- </g>
18
- </svg>
19
- );
20
-
21
- export default CH;
22
- /* tslint:enable */
@@ -1,18 +0,0 @@
1
- /* tslint:disable */
2
- import * as React from "react";
3
-
4
- const CZ = (props: any) => (
5
- <svg
6
- xmlns="http://www.w3.org/2000/svg"
7
- id="flag-icons-cz"
8
- viewBox="0 0 640 480"
9
- {...props}
10
- >
11
- <path fill="#fff" d="M0 0h640v240H0z" />
12
- <path fill="#d7141a" d="M0 240h640v240H0z" />
13
- <path fill="#11457e" d="M360 240 0 0v480z" />
14
- </svg>
15
- );
16
-
17
- export default CZ;
18
- /* tslint:enable */
@@ -1,18 +0,0 @@
1
- /* tslint:disable */
2
- import * as React from "react";
3
-
4
- const DE = (props: any) => (
5
- <svg
6
- xmlns="http://www.w3.org/2000/svg"
7
- id="flag-icons-de"
8
- viewBox="0 0 640 480"
9
- {...props}
10
- >
11
- <path fill="#ffce00" d="M0 320h640v160H0z" />
12
- <path d="M0 0h640v160H0z" />
13
- <path fill="#d00" d="M0 160h640v160H0z" />
14
- </svg>
15
- );
16
-
17
- export default DE;
18
- /* tslint:enable */
@@ -1,18 +0,0 @@
1
- /* tslint:disable */
2
- import * as React from "react";
3
-
4
- const DK = (props: any) => (
5
- <svg
6
- xmlns="http://www.w3.org/2000/svg"
7
- id="flag-icons-dk"
8
- viewBox="0 0 640 480"
9
- {...props}
10
- >
11
- <path fill="#c8102e" d="M0 0h640.1v480H0z" />
12
- <path fill="#fff" d="M205.7 0h68.6v480h-68.6z" />
13
- <path fill="#fff" d="M0 205.7h640.1v68.6H0z" />
14
- </svg>
15
- );
16
-
17
- export default DK;
18
- /* tslint:enable */