@drivy/cobalt 0.22.0 → 0.23.0

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 (359) hide show
  1. package/components/Buttons/ButtonComponent.js +1 -2
  2. package/components/Buttons/ButtonComponent.js.map +1 -1
  3. package/components/Buttons/ButtonsGroup.js +1 -5
  4. package/components/Buttons/ButtonsGroup.js.map +1 -1
  5. package/components/EmptyState/index.js +2 -2
  6. package/components/EmptyState/index.js.map +1 -1
  7. package/components/Form/Stepper.js +3 -3
  8. package/components/Form/Stepper.js.map +1 -1
  9. package/components/Rating/RatingCompact.js +4 -2
  10. package/components/Rating/RatingCompact.js.map +1 -1
  11. package/components/Rating/index.js +1 -4
  12. package/components/Rating/index.js.map +1 -1
  13. package/index.js +3 -3
  14. package/package.json +15 -14
  15. package/styles/components.scss +1 -1
  16. package/types/components/Accordion/ToggleIcon.d.ts +1 -1
  17. package/types/components/Accordion/index.d.ts +6 -6
  18. package/types/components/Alerter/Alert.d.ts +2 -2
  19. package/types/components/Alerter/index.d.ts +4 -4
  20. package/types/components/Buttons/ButtonComponent.d.ts +2 -2
  21. package/types/components/Buttons/DefaultButton/index.d.ts +3 -3
  22. package/types/components/Buttons/GhostButton/index.d.ts +3 -3
  23. package/types/components/Buttons/InversedButton/index.d.ts +3 -3
  24. package/types/components/Buttons/helpers.d.ts +2 -2
  25. package/types/components/Buttons/index.d.ts +1 -1
  26. package/types/components/Calendar/CalendarRangePicker/CalendarRangePicker.d.ts +1 -1
  27. package/types/components/Calendar/CalendarRangePicker/CalendarRangePickerDay.d.ts +1 -1
  28. package/types/components/Calendar/CalendarRangePicker/CalendarRangePickerMonth.d.ts +1 -1
  29. package/types/components/Calendar/CalendarView/CalendarViewMonth.d.ts +1 -1
  30. package/types/components/Calendar/CalendarView/index.d.ts +1 -1
  31. package/types/components/Calendar/CalendarView/types.d.ts +7 -7
  32. package/types/components/Card/index.d.ts +3 -3
  33. package/types/components/Cell/index.d.ts +4 -4
  34. package/types/components/EmptyState/index.d.ts +3 -3
  35. package/types/components/Flash/index.d.ts +1 -1
  36. package/types/components/Form/Autocomplete/index.d.ts +1 -1
  37. package/types/components/Form/CheckablePill.d.ts +1 -1
  38. package/types/components/Form/Checkmark.d.ts +2 -2
  39. package/types/components/Form/ComposedField.d.ts +1 -1
  40. package/types/components/Form/Fieldset.d.ts +1 -1
  41. package/types/components/Form/RadioWithDetails.d.ts +1 -1
  42. package/types/components/Form/Select.d.ts +1 -1
  43. package/types/components/Form/Slider.d.ts +3 -3
  44. package/types/components/Form/Stepper.d.ts +2 -2
  45. package/types/components/Form/TextArea.d.ts +1 -1
  46. package/types/components/Form/TextInput.d.ts +2 -2
  47. package/types/components/Form/ToggleSwitch.d.ts +2 -2
  48. package/types/components/Form/field.d.ts +1 -1
  49. package/types/components/Form/form.d.ts +1 -1
  50. package/types/components/Helper/index.d.ts +1 -1
  51. package/types/components/HorizontalList/index.d.ts +2 -2
  52. package/types/components/Icon/__generated__/AccountDetailsIcon.d.ts +1 -1
  53. package/types/components/Icon/__generated__/AddPictureIcon.d.ts +1 -1
  54. package/types/components/Icon/__generated__/AirConditioningIcon.d.ts +1 -1
  55. package/types/components/Icon/__generated__/AirportIcon.d.ts +1 -1
  56. package/types/components/Icon/__generated__/AndroidIcon.d.ts +1 -1
  57. package/types/components/Icon/__generated__/AntiqueIcon.d.ts +1 -1
  58. package/types/components/Icon/__generated__/ArrowLeftCircleFilledIcon.d.ts +1 -1
  59. package/types/components/Icon/__generated__/ArrowLeftIcon.d.ts +1 -1
  60. package/types/components/Icon/__generated__/ArrowRightCircleFilledIcon.d.ts +1 -1
  61. package/types/components/Icon/__generated__/ArrowRightCircleIcon.d.ts +1 -1
  62. package/types/components/Icon/__generated__/ArrowRightIcon.d.ts +1 -1
  63. package/types/components/Icon/__generated__/AudioInputIcon.d.ts +1 -1
  64. package/types/components/Icon/__generated__/BabySeatIcon.d.ts +1 -1
  65. package/types/components/Icon/__generated__/BatteryIcon.d.ts +1 -1
  66. package/types/components/Icon/__generated__/BellIcon.d.ts +1 -1
  67. package/types/components/Icon/__generated__/BikeRackIcon.d.ts +1 -1
  68. package/types/components/Icon/__generated__/BinIcon.d.ts +1 -1
  69. package/types/components/Icon/__generated__/BluetoothIcon.d.ts +1 -1
  70. package/types/components/Icon/__generated__/BriefcaseIcon.d.ts +1 -1
  71. package/types/components/Icon/__generated__/BulbIcon.d.ts +1 -1
  72. package/types/components/Icon/__generated__/CableIcon.d.ts +1 -1
  73. package/types/components/Icon/__generated__/CabrioletIcon.d.ts +1 -1
  74. package/types/components/Icon/__generated__/CalendarCheckIcon.d.ts +1 -1
  75. package/types/components/Icon/__generated__/CalendarClockIcon.d.ts +1 -1
  76. package/types/components/Icon/__generated__/CalendarEndIcon.d.ts +1 -1
  77. package/types/components/Icon/__generated__/CalendarIcon.d.ts +1 -1
  78. package/types/components/Icon/__generated__/CalendarStartIcon.d.ts +1 -1
  79. package/types/components/Icon/__generated__/CameraAddIcon.d.ts +1 -1
  80. package/types/components/Icon/__generated__/CameraIcon.d.ts +1 -1
  81. package/types/components/Icon/__generated__/CampervanIcon.d.ts +1 -1
  82. package/types/components/Icon/__generated__/CarAddIcon.d.ts +1 -1
  83. package/types/components/Icon/__generated__/CarCheckIcon.d.ts +1 -1
  84. package/types/components/Icon/__generated__/CarDamagesIcon.d.ts +1 -1
  85. package/types/components/Icon/__generated__/CarDrivyOpenIcon.d.ts +1 -1
  86. package/types/components/Icon/__generated__/CarGroupIcon.d.ts +1 -1
  87. package/types/components/Icon/__generated__/CarIcon.d.ts +1 -1
  88. package/types/components/Icon/__generated__/CarLockIcon.d.ts +1 -1
  89. package/types/components/Icon/__generated__/CarPlayIcon.d.ts +1 -1
  90. package/types/components/Icon/__generated__/CarReturnIcon.d.ts +1 -1
  91. package/types/components/Icon/__generated__/CarSearchIcon.d.ts +1 -1
  92. package/types/components/Icon/__generated__/CarTypeAntiqueIcon.d.ts +1 -1
  93. package/types/components/Icon/__generated__/CarTypeCabrioletIcon.d.ts +1 -1
  94. package/types/components/Icon/__generated__/CarTypeCampervanIcon.d.ts +1 -1
  95. package/types/components/Icon/__generated__/CarTypeCityIcon.d.ts +1 -1
  96. package/types/components/Icon/__generated__/CarTypeConvertibleIcon.d.ts +1 -1
  97. package/types/components/Icon/__generated__/CarTypeCoupeIcon.d.ts +1 -1
  98. package/types/components/Icon/__generated__/CarTypeFamilyIcon.d.ts +1 -1
  99. package/types/components/Icon/__generated__/CarTypeFourFourIcon.d.ts +1 -1
  100. package/types/components/Icon/__generated__/CarTypeMinibusIcon.d.ts +1 -1
  101. package/types/components/Icon/__generated__/CarTypeSedanIcon.d.ts +1 -1
  102. package/types/components/Icon/__generated__/CarTypeUtilityIcon.d.ts +1 -1
  103. package/types/components/Icon/__generated__/CardIcon.d.ts +1 -1
  104. package/types/components/Icon/__generated__/CdPlayerIcon.d.ts +1 -1
  105. package/types/components/Icon/__generated__/CertificateIcon.d.ts +1 -1
  106. package/types/components/Icon/__generated__/ChainsIcon.d.ts +1 -1
  107. package/types/components/Icon/__generated__/CheckCircleFilledIcon.d.ts +1 -1
  108. package/types/components/Icon/__generated__/CheckCircleIcon.d.ts +1 -1
  109. package/types/components/Icon/__generated__/CheckIcon.d.ts +1 -1
  110. package/types/components/Icon/__generated__/ChecklistIcon.d.ts +1 -1
  111. package/types/components/Icon/__generated__/ChevronDownIcon.d.ts +1 -1
  112. package/types/components/Icon/__generated__/ChevronLeftIcon.d.ts +1 -1
  113. package/types/components/Icon/__generated__/ChevronRightIcon.d.ts +1 -1
  114. package/types/components/Icon/__generated__/ChevronUpIcon.d.ts +1 -1
  115. package/types/components/Icon/__generated__/CircledArrowRightIcon.d.ts +1 -1
  116. package/types/components/Icon/__generated__/CityIcon.d.ts +1 -1
  117. package/types/components/Icon/__generated__/CleaningIcon.d.ts +1 -1
  118. package/types/components/Icon/__generated__/ClockAlertIcon.d.ts +1 -1
  119. package/types/components/Icon/__generated__/ClockBackwardsIcon.d.ts +1 -1
  120. package/types/components/Icon/__generated__/ClockForwardsIcon.d.ts +1 -1
  121. package/types/components/Icon/__generated__/ClockIcon.d.ts +1 -1
  122. package/types/components/Icon/__generated__/CloseCircleFilledIcon.d.ts +1 -1
  123. package/types/components/Icon/__generated__/CloseIcon.d.ts +1 -1
  124. package/types/components/Icon/__generated__/ConnectCarIcon.d.ts +1 -1
  125. package/types/components/Icon/__generated__/ContactMailIcon.d.ts +1 -1
  126. package/types/components/Icon/__generated__/ContactPhoneIcon.d.ts +1 -1
  127. package/types/components/Icon/__generated__/ContextualPaperclipIcon.d.ts +1 -1
  128. package/types/components/Icon/__generated__/ContextualQuestionIcon.d.ts +1 -1
  129. package/types/components/Icon/__generated__/ContextualWarningCircleFilledIcon.d.ts +1 -1
  130. package/types/components/Icon/__generated__/ContextualWarningCircleIcon.d.ts +1 -1
  131. package/types/components/Icon/__generated__/ConvertibleIcon.d.ts +1 -1
  132. package/types/components/Icon/__generated__/CopyIcon.d.ts +1 -1
  133. package/types/components/Icon/__generated__/CoupeIcon.d.ts +1 -1
  134. package/types/components/Icon/__generated__/CreditCardAddIcon.d.ts +1 -1
  135. package/types/components/Icon/__generated__/CreditCardErrorIcon.d.ts +1 -1
  136. package/types/components/Icon/__generated__/CreditCardIcon.d.ts +1 -1
  137. package/types/components/Icon/__generated__/CruiseControlIcon.d.ts +1 -1
  138. package/types/components/Icon/__generated__/DashcamIcon.d.ts +1 -1
  139. package/types/components/Icon/__generated__/DirectionsIcon.d.ts +1 -1
  140. package/types/components/Icon/__generated__/DocumentIcon.d.ts +1 -1
  141. package/types/components/Icon/__generated__/DotHorizontalIcon.d.ts +1 -1
  142. package/types/components/Icon/__generated__/DotVerticalIcon.d.ts +1 -1
  143. package/types/components/Icon/__generated__/DotsHorizontalIcon.d.ts +1 -1
  144. package/types/components/Icon/__generated__/DotsVerticalIcon.d.ts +1 -1
  145. package/types/components/Icon/__generated__/DownloadIcon.d.ts +1 -1
  146. package/types/components/Icon/__generated__/EarningIcon.d.ts +1 -1
  147. package/types/components/Icon/__generated__/EarthIcon.d.ts +1 -1
  148. package/types/components/Icon/__generated__/EditIcon.d.ts +1 -1
  149. package/types/components/Icon/__generated__/ElectricIcon.d.ts +1 -1
  150. package/types/components/Icon/__generated__/EvBatteryIcon.d.ts +1 -1
  151. package/types/components/Icon/__generated__/EvCableIcon.d.ts +1 -1
  152. package/types/components/Icon/__generated__/EvChargerIcon.d.ts +1 -1
  153. package/types/components/Icon/__generated__/ExternalLinkIcon.d.ts +1 -1
  154. package/types/components/Icon/__generated__/EyeClosedIcon.d.ts +1 -1
  155. package/types/components/Icon/__generated__/EyeIcon.d.ts +1 -1
  156. package/types/components/Icon/__generated__/EyeOpenedIcon.d.ts +1 -1
  157. package/types/components/Icon/__generated__/FaceRecognitionIcon.d.ts +1 -1
  158. package/types/components/Icon/__generated__/FacebookIcon.d.ts +1 -1
  159. package/types/components/Icon/__generated__/FamilyIcon.d.ts +1 -1
  160. package/types/components/Icon/__generated__/FileFilledIcon.d.ts +1 -1
  161. package/types/components/Icon/__generated__/FilterIcon.d.ts +1 -1
  162. package/types/components/Icon/__generated__/FiltersIcon.d.ts +1 -1
  163. package/types/components/Icon/__generated__/FlagIcon.d.ts +1 -1
  164. package/types/components/Icon/__generated__/FourByFourIcon.d.ts +1 -1
  165. package/types/components/Icon/__generated__/FuelTankIcon.d.ts +1 -1
  166. package/types/components/Icon/__generated__/GeolocationIcon.d.ts +1 -1
  167. package/types/components/Icon/__generated__/GiftIcon.d.ts +1 -1
  168. package/types/components/Icon/__generated__/GpsIcon.d.ts +1 -1
  169. package/types/components/Icon/__generated__/GraphUpIcon.d.ts +1 -1
  170. package/types/components/Icon/__generated__/HealingIcon.d.ts +1 -1
  171. package/types/components/Icon/__generated__/HeartIcon.d.ts +1 -1
  172. package/types/components/Icon/__generated__/HitchIcon.d.ts +1 -1
  173. package/types/components/Icon/__generated__/HomeIcon.d.ts +1 -1
  174. package/types/components/Icon/__generated__/IdCardIcon.d.ts +1 -1
  175. package/types/components/Icon/__generated__/IncidentIcon.d.ts +1 -1
  176. package/types/components/Icon/__generated__/InfoCircleFilledIcon.d.ts +1 -1
  177. package/types/components/Icon/__generated__/InfoCircleIcon.d.ts +1 -1
  178. package/types/components/Icon/__generated__/InfoFilledIcon.d.ts +1 -1
  179. package/types/components/Icon/__generated__/InfoIcon.d.ts +1 -1
  180. package/types/components/Icon/__generated__/InstantIcon.d.ts +1 -1
  181. package/types/components/Icon/__generated__/InvoiceIcon.d.ts +1 -1
  182. package/types/components/Icon/__generated__/KeyConnectIcon.d.ts +1 -1
  183. package/types/components/Icon/__generated__/KeyIcon.d.ts +1 -1
  184. package/types/components/Icon/__generated__/LicenceCheckIcon.d.ts +1 -1
  185. package/types/components/Icon/__generated__/LicenceIcon.d.ts +1 -1
  186. package/types/components/Icon/__generated__/LicencePaperIcon.d.ts +1 -1
  187. package/types/components/Icon/__generated__/LifeBuoyIcon.d.ts +1 -1
  188. package/types/components/Icon/__generated__/LinkedinIcon.d.ts +1 -1
  189. package/types/components/Icon/__generated__/LoadingIcon.d.ts +1 -1
  190. package/types/components/Icon/__generated__/LocalityIcon.d.ts +1 -1
  191. package/types/components/Icon/__generated__/LocationIcon.d.ts +1 -1
  192. package/types/components/Icon/__generated__/LocationMapIcon.d.ts +1 -1
  193. package/types/components/Icon/__generated__/LocationParkingIcon.d.ts +1 -1
  194. package/types/components/Icon/__generated__/LocationPinIcon.d.ts +1 -1
  195. package/types/components/Icon/__generated__/LockCheckIcon.d.ts +1 -1
  196. package/types/components/Icon/__generated__/LockedIcon.d.ts +1 -1
  197. package/types/components/Icon/__generated__/LoginIcon.d.ts +1 -1
  198. package/types/components/Icon/__generated__/LogoutIcon.d.ts +1 -1
  199. package/types/components/Icon/__generated__/MailCheckIcon.d.ts +1 -1
  200. package/types/components/Icon/__generated__/MailIcon.d.ts +1 -1
  201. package/types/components/Icon/__generated__/MapAltIcon.d.ts +1 -1
  202. package/types/components/Icon/__generated__/MapIcon.d.ts +1 -1
  203. package/types/components/Icon/__generated__/MeetDriverIcon.d.ts +1 -1
  204. package/types/components/Icon/__generated__/MeetOwnerIcon.d.ts +1 -1
  205. package/types/components/Icon/__generated__/MenuListIcon.d.ts +1 -1
  206. package/types/components/Icon/__generated__/MessagesIcon.d.ts +1 -1
  207. package/types/components/Icon/__generated__/MileageIcon.d.ts +1 -1
  208. package/types/components/Icon/__generated__/MinibusIcon.d.ts +1 -1
  209. package/types/components/Icon/__generated__/MinusCircleFilledIcon.d.ts +1 -1
  210. package/types/components/Icon/__generated__/MinusIcon.d.ts +1 -1
  211. package/types/components/Icon/__generated__/MiscGiftIcon.d.ts +1 -1
  212. package/types/components/Icon/__generated__/NearbyDeviceIcon.d.ts +1 -1
  213. package/types/components/Icon/__generated__/NotificationIcon.d.ts +1 -1
  214. package/types/components/Icon/__generated__/Number1CircleIcon.d.ts +1 -1
  215. package/types/components/Icon/__generated__/Number2CircleIcon.d.ts +1 -1
  216. package/types/components/Icon/__generated__/Number3CircleIcon.d.ts +1 -1
  217. package/types/components/Icon/__generated__/Number4CircleIcon.d.ts +1 -1
  218. package/types/components/Icon/__generated__/Number5CircleIcon.d.ts +1 -1
  219. package/types/components/Icon/__generated__/OkHandIcon.d.ts +1 -1
  220. package/types/components/Icon/__generated__/OptionAirConditioningIcon.d.ts +1 -1
  221. package/types/components/Icon/__generated__/OptionAndroidAutoIcon.d.ts +1 -1
  222. package/types/components/Icon/__generated__/OptionAppleCarplayIcon.d.ts +1 -1
  223. package/types/components/Icon/__generated__/OptionAudioInputIcon.d.ts +1 -1
  224. package/types/components/Icon/__generated__/OptionBabySeatIcon.d.ts +1 -1
  225. package/types/components/Icon/__generated__/OptionBikeRackIcon.d.ts +1 -1
  226. package/types/components/Icon/__generated__/OptionBluetoothAudioIcon.d.ts +1 -1
  227. package/types/components/Icon/__generated__/OptionCdPlayerIcon.d.ts +1 -1
  228. package/types/components/Icon/__generated__/OptionChainsIcon.d.ts +1 -1
  229. package/types/components/Icon/__generated__/OptionCruiseControlIcon.d.ts +1 -1
  230. package/types/components/Icon/__generated__/OptionDashcamIcon.d.ts +1 -1
  231. package/types/components/Icon/__generated__/OptionGpsIcon.d.ts +1 -1
  232. package/types/components/Icon/__generated__/OptionHasTrailerIcon.d.ts +1 -1
  233. package/types/components/Icon/__generated__/OptionHitchIcon.d.ts +1 -1
  234. package/types/components/Icon/__generated__/OptionRoofBoxIcon.d.ts +1 -1
  235. package/types/components/Icon/__generated__/OptionSkiRackIcon.d.ts +1 -1
  236. package/types/components/Icon/__generated__/OptionSnowTireIcon.d.ts +1 -1
  237. package/types/components/Icon/__generated__/OptionWheelchairAccessibleIcon.d.ts +1 -1
  238. package/types/components/Icon/__generated__/PaperclipIcon.d.ts +1 -1
  239. package/types/components/Icon/__generated__/ParkingIcon.d.ts +1 -1
  240. package/types/components/Icon/__generated__/PassportIcon.d.ts +1 -1
  241. package/types/components/Icon/__generated__/PaymentsIcon.d.ts +1 -1
  242. package/types/components/Icon/__generated__/PencilIcon.d.ts +1 -1
  243. package/types/components/Icon/__generated__/PeopleUserIcon.d.ts +1 -1
  244. package/types/components/Icon/__generated__/PerformanceIcon.d.ts +1 -1
  245. package/types/components/Icon/__generated__/PhoneIcon.d.ts +1 -1
  246. package/types/components/Icon/__generated__/PhoneLinkIcon.d.ts +1 -1
  247. package/types/components/Icon/__generated__/PhotosIcon.d.ts +1 -1
  248. package/types/components/Icon/__generated__/PigIcon.d.ts +1 -1
  249. package/types/components/Icon/__generated__/PinIcon.d.ts +1 -1
  250. package/types/components/Icon/__generated__/PlugIcon.d.ts +1 -1
  251. package/types/components/Icon/__generated__/PlusCircleFilledIcon.d.ts +1 -1
  252. package/types/components/Icon/__generated__/PlusIcon.d.ts +1 -1
  253. package/types/components/Icon/__generated__/PositionIcon.d.ts +1 -1
  254. package/types/components/Icon/__generated__/PricingFlatIcon.d.ts +1 -1
  255. package/types/components/Icon/__generated__/PricingVariableIcon.d.ts +1 -1
  256. package/types/components/Icon/__generated__/ProfilePictureIcon.d.ts +1 -1
  257. package/types/components/Icon/__generated__/QuestionCircleFilledIcon.d.ts +1 -1
  258. package/types/components/Icon/__generated__/QuestionCircleIcon.d.ts +1 -1
  259. package/types/components/Icon/__generated__/QuestionIcon.d.ts +1 -1
  260. package/types/components/Icon/__generated__/RaceFlagIcon.d.ts +1 -1
  261. package/types/components/Icon/__generated__/RefreshIcon.d.ts +1 -1
  262. package/types/components/Icon/__generated__/ReorderIcon.d.ts +1 -1
  263. package/types/components/Icon/__generated__/ReplacementCarIcon.d.ts +1 -1
  264. package/types/components/Icon/__generated__/ReplyIcon.d.ts +1 -1
  265. package/types/components/Icon/__generated__/ResetIcon.d.ts +1 -1
  266. package/types/components/Icon/__generated__/RideIcon.d.ts +1 -1
  267. package/types/components/Icon/__generated__/RoofBoxIcon.d.ts +1 -1
  268. package/types/components/Icon/__generated__/SealCheckIcon.d.ts +1 -1
  269. package/types/components/Icon/__generated__/SearchCarIcon.d.ts +1 -1
  270. package/types/components/Icon/__generated__/SearchIcon.d.ts +1 -1
  271. package/types/components/Icon/__generated__/SearchPeopleIcon.d.ts +1 -1
  272. package/types/components/Icon/__generated__/SedanIcon.d.ts +1 -1
  273. package/types/components/Icon/__generated__/ServiceBatteryIcon.d.ts +1 -1
  274. package/types/components/Icon/__generated__/ServiceCleaningIcon.d.ts +1 -1
  275. package/types/components/Icon/__generated__/ServiceFuelIcon.d.ts +1 -1
  276. package/types/components/Icon/__generated__/ServiceHealingIcon.d.ts +1 -1
  277. package/types/components/Icon/__generated__/ServiceLockedIcon.d.ts +1 -1
  278. package/types/components/Icon/__generated__/ServiceTollsIcon.d.ts +1 -1
  279. package/types/components/Icon/__generated__/ServiceUnlockedIcon.d.ts +1 -1
  280. package/types/components/Icon/__generated__/SettingsIcon.d.ts +1 -1
  281. package/types/components/Icon/__generated__/ShareAndroidIcon.d.ts +1 -1
  282. package/types/components/Icon/__generated__/ShareIcon.d.ts +1 -1
  283. package/types/components/Icon/__generated__/ShareIosIcon.d.ts +1 -1
  284. package/types/components/Icon/__generated__/ShieldCheckIcon.d.ts +1 -1
  285. package/types/components/Icon/__generated__/ShieldIcon.d.ts +1 -1
  286. package/types/components/Icon/__generated__/ShopIcon.d.ts +1 -1
  287. package/types/components/Icon/__generated__/SkiRackIcon.d.ts +1 -1
  288. package/types/components/Icon/__generated__/SliderIcon.d.ts +1 -1
  289. package/types/components/Icon/__generated__/SmartphoneIcon.d.ts +1 -1
  290. package/types/components/Icon/__generated__/SnowTireIcon.d.ts +1 -1
  291. package/types/components/Icon/__generated__/SocialFacebookIcon.d.ts +1 -1
  292. package/types/components/Icon/__generated__/SocialLinkedinIcon.d.ts +1 -1
  293. package/types/components/Icon/__generated__/SocialTwitterIcon.d.ts +1 -1
  294. package/types/components/Icon/__generated__/SocialWhatsappIcon.d.ts +1 -1
  295. package/types/components/Icon/__generated__/StarHalfIcon.d.ts +1 -1
  296. package/types/components/Icon/__generated__/StarIcon.d.ts +1 -1
  297. package/types/components/Icon/__generated__/StarsIcon.d.ts +1 -1
  298. package/types/components/Icon/__generated__/SubwayIcon.d.ts +1 -1
  299. package/types/components/Icon/__generated__/SuitcaseIcon.d.ts +1 -1
  300. package/types/components/Icon/__generated__/SupportIcon.d.ts +1 -1
  301. package/types/components/Icon/__generated__/SuvIcon.d.ts +1 -1
  302. package/types/components/Icon/__generated__/SynchIcon.d.ts +1 -1
  303. package/types/components/Icon/__generated__/TagIcon.d.ts +1 -1
  304. package/types/components/Icon/__generated__/TimeAlertIcon.d.ts +1 -1
  305. package/types/components/Icon/__generated__/TimeBackwardsIcon.d.ts +1 -1
  306. package/types/components/Icon/__generated__/TimeCalendarIcon.d.ts +1 -1
  307. package/types/components/Icon/__generated__/TimeForwardIcon.d.ts +1 -1
  308. package/types/components/Icon/__generated__/TollsIcon.d.ts +1 -1
  309. package/types/components/Icon/__generated__/TrailerIcon.d.ts +1 -1
  310. package/types/components/Icon/__generated__/TrainIcon.d.ts +1 -1
  311. package/types/components/Icon/__generated__/TriangleDownIcon.d.ts +1 -1
  312. package/types/components/Icon/__generated__/TriangleRightIcon.d.ts +1 -1
  313. package/types/components/Icon/__generated__/TriangleUpIcon.d.ts +1 -1
  314. package/types/components/Icon/__generated__/TwitterIcon.d.ts +1 -1
  315. package/types/components/Icon/__generated__/TwoPeopleIcon.d.ts +1 -1
  316. package/types/components/Icon/__generated__/UnfoldIcon.d.ts +1 -1
  317. package/types/components/Icon/__generated__/UnlockedIcon.d.ts +1 -1
  318. package/types/components/Icon/__generated__/UserCheckIcon.d.ts +1 -1
  319. package/types/components/Icon/__generated__/UserIcon.d.ts +1 -1
  320. package/types/components/Icon/__generated__/UserQuestionIcon.d.ts +1 -1
  321. package/types/components/Icon/__generated__/UserShieldIcon.d.ts +1 -1
  322. package/types/components/Icon/__generated__/UserSwitchIcon.d.ts +1 -1
  323. package/types/components/Icon/__generated__/UtilityVanLargeIcon.d.ts +1 -1
  324. package/types/components/Icon/__generated__/UtilityVanMediumIcon.d.ts +1 -1
  325. package/types/components/Icon/__generated__/UtilityVanSmallIcon.d.ts +1 -1
  326. package/types/components/Icon/__generated__/VerifiedSealIcon.d.ts +1 -1
  327. package/types/components/Icon/__generated__/WalkIcon.d.ts +1 -1
  328. package/types/components/Icon/__generated__/WalletIcon.d.ts +1 -1
  329. package/types/components/Icon/__generated__/WarningCircleFilledIcon.d.ts +1 -1
  330. package/types/components/Icon/__generated__/WarningCircleIcon.d.ts +1 -1
  331. package/types/components/Icon/__generated__/WhatsappIcon.d.ts +1 -1
  332. package/types/components/Icon/__generated__/WheelIcon.d.ts +1 -1
  333. package/types/components/Icon/__generated__/WheelchairIcon.d.ts +1 -1
  334. package/types/components/Icon/__generated__/WrenchIcon.d.ts +1 -1
  335. package/types/components/Icon/__generated__/YingyangIcon.d.ts +1 -1
  336. package/types/components/Icon/index.d.ts +2 -2
  337. package/types/components/Modal/ModalFooter.d.ts +1 -1
  338. package/types/components/Modal/index.d.ts +1 -1
  339. package/types/components/PhotoDropzone/index.d.ts +1 -1
  340. package/types/components/Popover/index.d.ts +1 -1
  341. package/types/components/Rating/RatingCompact.d.ts +2 -1
  342. package/types/components/Rating/RatingIcons.d.ts +2 -2
  343. package/types/components/Rating/RatingInput.d.ts +1 -1
  344. package/types/components/Rating/RatingLabel.d.ts +1 -1
  345. package/types/components/Rating/index.d.ts +2 -3
  346. package/types/components/Tabs/index.d.ts +2 -2
  347. package/types/hooks/useBreakpoint.d.ts +1 -1
  348. package/types/index.d.ts +1 -1
  349. package/components/Button/Button.js +0 -33
  350. package/components/Button/Button.js.map +0 -1
  351. package/components/Button/Link.js +0 -33
  352. package/components/Button/Link.js.map +0 -1
  353. package/components/Button/index.js +0 -9
  354. package/components/Button/index.js.map +0 -1
  355. package/styles/components/Button/index.scss +0 -2
  356. package/styles/components/Button/legacy.scss +0 -348
  357. package/types/components/Button/Button.d.ts +0 -28
  358. package/types/components/Button/Link.d.ts +0 -28
  359. package/types/components/Button/index.d.ts +0 -75
@@ -1,10 +1,10 @@
1
1
  import React from "react";
2
- import { Button } from "../Button";
2
+ import DefaultButton from "../Buttons/DefaultButton";
3
3
  export interface EmptyStateProps {
4
4
  children?: React.ReactNode;
5
5
  title: string;
6
- action?: typeof Button;
7
- secondaryAction?: typeof Button;
6
+ action?: typeof DefaultButton;
7
+ secondaryAction?: typeof DefaultButton;
8
8
  image: string;
9
9
  }
10
10
  export declare const EmptyState: ({ title, children, action, secondaryAction, image, }: EmptyStateProps) => JSX.Element;
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- export declare type FlashStatus = "info" | "success" | "error";
2
+ export type FlashStatus = "info" | "success" | "error";
3
3
  export interface FlashProps {
4
4
  children: React.ReactNode;
5
5
  status: FlashStatus;
@@ -4,7 +4,7 @@ import { FormElement } from "../form";
4
4
  export interface AutocompleteItem {
5
5
  [x: string]: any;
6
6
  }
7
- declare type Props = {
7
+ type Props = {
8
8
  icon?: IconSources;
9
9
  items: (AutocompleteItem | string)[];
10
10
  minQueryLength?: number;
@@ -1,7 +1,7 @@
1
1
  import React from "react";
2
2
  import { IconSources } from "../Icon";
3
3
  import { FormElement } from "./form";
4
- declare type Props = {
4
+ type Props = {
5
5
  type?: "checkbox" | "radio";
6
6
  icon?: IconSources;
7
7
  value: string;
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
2
  import { FormElement } from "./form";
3
- declare type Props = {
3
+ type Props = {
4
4
  label: string | JSX.Element;
5
5
  type?: "checkbox" | "radio";
6
6
  hint?: string;
@@ -13,7 +13,7 @@ export declare const Radio: {
13
13
  ({ label, ...props }: Props): JSX.Element;
14
14
  displayName: string;
15
15
  };
16
- declare type ChoiceListProps = {
16
+ type ChoiceListProps = {
17
17
  children: React.ReactNode | (() => React.ReactNode);
18
18
  };
19
19
  declare const wrappedChoiceList: React.ComponentClass<ChoiceListProps & {
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
2
  import { FormElement } from "./form";
3
- declare type Props = {
3
+ type Props = {
4
4
  id?: string;
5
5
  children: React.ReactNode;
6
6
  } & FormElement;
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- declare type Props = {
2
+ type Props = {
3
3
  legend: string;
4
4
  children: React.ReactNode;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- export declare type RadioWithDetailsPropsType = {
2
+ export type RadioWithDetailsPropsType = {
3
3
  icon?: JSX.Element;
4
4
  title: string;
5
5
  description: string;
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
2
  import { FormElement } from "./form";
3
- declare type Props = {
3
+ type Props = {
4
4
  children: any;
5
5
  forwardedRef?: React.Ref<HTMLSelectElement>;
6
6
  } & FormElement & React.SelectHTMLAttributes<HTMLSelectElement>;
@@ -1,8 +1,8 @@
1
1
  import React from "react";
2
2
  import { FormElement } from "./form";
3
3
  import { SliderProps as ReachSliderProps } from "@reach/slider";
4
- declare type NativeEventType = "onPointerDown" | "onPointerUp" | "onMouseDown" | "onMouseMove" | "onMouseUp" | "onTouchStart" | "onTouchMove" | "onTouchEnd";
5
- export declare type SliderPropsType = {
4
+ type NativeEventType = "onPointerDown" | "onPointerUp" | "onMouseDown" | "onMouseMove" | "onMouseUp" | "onTouchStart" | "onTouchMove" | "onTouchEnd";
5
+ export type SliderPropsType = {
6
6
  /**
7
7
  * mandatory for A11y
8
8
  */
@@ -87,7 +87,7 @@ declare const wrappedComponent: React.ComponentClass<{
87
87
  Raw: React.ComponentType<SliderPropsType>;
88
88
  };
89
89
  export default wrappedComponent;
90
- declare type SliderValueMetaProps = {
90
+ type SliderValueMetaProps = {
91
91
  children: React.ReactNode;
92
92
  };
93
93
  export declare const SliderValueMeta: ({ children }: SliderValueMetaProps) => JSX.Element;
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
2
  import { FormElement } from "./form";
3
- declare type Props = {
3
+ type Props = {
4
4
  value: number;
5
5
  name?: string;
6
6
  disabled?: boolean;
@@ -29,7 +29,7 @@ declare const wrappedComponent: React.ComponentClass<{
29
29
  Raw: React.ComponentType<Props>;
30
30
  };
31
31
  export { wrappedComponent as Stepper };
32
- declare type StepperMetaProps = {
32
+ type StepperMetaProps = {
33
33
  children: React.ReactNode;
34
34
  };
35
35
  declare const StepperMeta: ({ children }: StepperMetaProps) => JSX.Element;
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
2
  import { FormElement } from "./form";
3
- declare type Props = {
3
+ type Props = {
4
4
  maxLength?: number;
5
5
  className?: string;
6
6
  inputClassName?: string;
@@ -1,8 +1,8 @@
1
1
  import React from "react";
2
2
  import { IconSources } from "../Icon";
3
3
  import { FormElement } from "./form";
4
- export declare type TextInputType = "text" | "email" | "number" | "password" | "search" | "tel" | "url" | "date" | "datetime-local" | "month" | "time" | "week" | "currency";
5
- declare type Props = {
4
+ export type TextInputType = "text" | "email" | "number" | "password" | "search" | "tel" | "url" | "date" | "datetime-local" | "month" | "time" | "week" | "currency";
5
+ type Props = {
6
6
  type?: TextInputType;
7
7
  icon?: IconSources;
8
8
  forwardedRef?: React.Ref<HTMLInputElement>;
@@ -1,7 +1,7 @@
1
1
  import React from "react";
2
2
  import { FormElement } from "./form";
3
- declare type Position = "left" | "right";
4
- declare type Props = {
3
+ type Position = "left" | "right";
4
+ type Props = {
5
5
  large?: boolean | undefined;
6
6
  label?: string;
7
7
  position?: Position;
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
2
  import { FormElement } from "./form";
3
- declare type InjectedProps = {
3
+ type InjectedProps = {
4
4
  id?: string;
5
5
  label?: string;
6
6
  hint?: string;
@@ -1,4 +1,4 @@
1
- export declare type FormElementStatus = "success" | "error";
1
+ export type FormElementStatus = "success" | "error";
2
2
  export interface FormElement {
3
3
  status?: FormElementStatus;
4
4
  }
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
2
  import DefaultButton from "../Buttons/DefaultButton";
3
- declare type HelperPropsType = {
3
+ type HelperPropsType = {
4
4
  children?: React.ReactNode;
5
5
  className?: string;
6
6
  title: string;
@@ -1,12 +1,12 @@
1
1
  import React from "react";
2
2
  import { CobaltBreakpointType } from "../../hooks/useBreakpoint";
3
- export declare type HorizontalListPropsType = {
3
+ export type HorizontalListPropsType = {
4
4
  children?: React.ReactNode;
5
5
  className?: string;
6
6
  fitFrom?: Exclude<CobaltBreakpointType, "over">;
7
7
  };
8
8
  export default function HorizontalList({ className, fitFrom, children, }: HorizontalListPropsType): JSX.Element;
9
- declare type HorizontalScrollerPaddingBlockProps = {
9
+ type HorizontalScrollerPaddingBlockProps = {
10
10
  className?: string;
11
11
  };
12
12
  export declare function HorizontalListPaddingBlock({ className, }: HorizontalScrollerPaddingBlockProps): JSX.Element;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { IconColorsType } from "../";
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  color?: IconColorsType;
5
5
  size?: 16 | 20 | 24 | 32;
6
6
  contained?: boolean;