glints-aries 4.0.149 → 4.0.152

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 (476) hide show
  1. package/es/Display/Accordion/Accordion.js +4 -3
  2. package/es/Display/Accordion/AccordionPanel.d.ts +2 -2
  3. package/es/Display/Accordion/AccordionPanel.js +2 -1
  4. package/es/Display/Collapsible/Collapsible.js +2 -1
  5. package/es/Display/Collapsible/Collapsible.stories.js +2 -1
  6. package/es/Display/Gallery/GalleryStyle.js +5 -5
  7. package/es/Display/Modal/Modal.js +2 -1
  8. package/es/Display/Modal/Modal.stories.js +2 -1
  9. package/es/Display/Modal/ModalStyle.js +6 -6
  10. package/es/Display/PointingModal/PointingModal.d.ts +2 -2
  11. package/es/Display/PointingModal/PointingModal.js +2 -1
  12. package/es/Display/PointingModal/PointingModalBody.d.ts +2 -2
  13. package/es/Display/PointingModal/PointingModalBody.js +2 -1
  14. package/es/Display/PointingModal/PointingModalFooter.js +2 -1
  15. package/es/Display/PointingModal/PointingModalHeader.d.ts +2 -2
  16. package/es/Display/PointingModal/PointingModalHeader.js +2 -1
  17. package/es/Display/PointingModal/PointingModalItem.d.ts +2 -2
  18. package/es/Display/PointingModal/PointingModalItem.js +2 -1
  19. package/es/Display/PointingModal/PointingModalStyle.js +6 -6
  20. package/es/Display/Slider/Slider.d.ts +1 -1
  21. package/es/Display/Slider/Slider.js +2 -1
  22. package/es/Display/Swipeable/SwipeableItem.d.ts +2 -2
  23. package/es/Display/Swipeable/SwipeableItem.js +2 -1
  24. package/es/Display/Swipeable/SwipeableStyle.js +3 -3
  25. package/es/Display/Tabs/TabPane.d.ts +2 -2
  26. package/es/Display/Tabs/TabPane.js +2 -1
  27. package/es/Display/Tabs/TabsStyle.js +4 -4
  28. package/es/Display/Tooltip/Tooltip.js +2 -1
  29. package/es/Display/Tooltip/Tooltip.stories.js +5 -3
  30. package/es/Display/Tooltip/TooltipStyle.d.ts +1 -2
  31. package/es/General/Alert/AlertStyle.js +4 -4
  32. package/es/General/Badge/Badge.d.ts +2 -2
  33. package/es/General/Badge/Badge.js +2 -1
  34. package/es/General/Badge/Badge.stories.js +1 -1
  35. package/es/General/Badge/BadgeStyle.js +1 -1
  36. package/es/General/Brand/Brand.d.ts +2 -2
  37. package/es/General/Brand/Brand.js +2 -1
  38. package/es/General/Brand/BrandStyle.js +2 -2
  39. package/es/General/Button/Button.js +2 -1
  40. package/es/General/Button/ButtonStyle.js +11 -11
  41. package/es/General/Button/GhostButton.d.ts +32 -5
  42. package/es/General/Button/GhostButton.js +2 -1
  43. package/es/General/Button/LinkButton.d.ts +28 -5
  44. package/es/General/Button/LinkButton.js +2 -1
  45. package/es/General/Button/SolidButton.d.ts +32 -5
  46. package/es/General/Button/SolidButton.js +2 -1
  47. package/es/General/Button/SolidShadowButton.d.ts +31 -5
  48. package/es/General/Button/SolidShadowButton.js +2 -1
  49. package/es/General/Divider/Divider.js +2 -1
  50. package/es/General/Heading/Heading.js +2 -1
  51. package/es/General/Heading/Heading.stories.js +2 -1
  52. package/es/General/Icon/Icon.js +2 -1
  53. package/es/General/Icon/IconStyle.js +1 -1
  54. package/es/General/Icon/components/MessageOutlineIcon.d.ts +4 -0
  55. package/es/General/Icon/components/MessageOutlineIcon.js +14 -0
  56. package/es/General/Icon/components/MessageOutlineIncomingIcon.d.ts +4 -0
  57. package/es/General/Icon/components/MessageOutlineIncomingIcon.js +20 -0
  58. package/es/General/Icon/components/index.d.ts +2 -0
  59. package/es/General/Icon/components/index.js +2 -0
  60. package/es/General/Loading/LoadingStyle.js +2 -2
  61. package/es/General/ProfilePicture/ProfilePicture.d.ts +2 -2
  62. package/es/General/ProfilePicture/ProfilePicture.js +2 -1
  63. package/es/General/ProfilePicture/ProfilePictureStyle.js +2 -2
  64. package/es/General/Tag/ActionTags/AddTag.js +1 -1
  65. package/es/General/Tag/ActionTags/ResetTag.js +1 -1
  66. package/es/General/Tag/BasicTag.d.ts +2 -2
  67. package/es/General/Tag/BasicTag.js +2 -1
  68. package/es/General/Tag/Tag.js +2 -1
  69. package/es/General/Typography/Paragraph.js +2 -1
  70. package/es/General/Typography/Title.js +2 -1
  71. package/es/Input/Checkbox/Checkbox.js +2 -1
  72. package/es/Input/Checkbox/CheckboxStyle.js +1 -1
  73. package/es/Input/Datepicker/Datepicker.d.ts +1 -1
  74. package/es/Input/Datepicker/DatepickerStyle.js +12 -12
  75. package/es/Input/DownshiftSelect/Select.js +4 -3
  76. package/es/Input/DownshiftSelect/Select.stories.js +8 -8
  77. package/es/Input/DownshiftSelect/SelectStyle.js +16 -16
  78. package/es/Input/NumberInput/NumberInput.d.ts +2 -2
  79. package/es/Input/PhoneNumberInput/PhoneNumberInput.js +4 -3
  80. package/es/Input/RadioButton/RadioButton.d.ts +1 -1
  81. package/es/Input/RadioButton/RadioButton.js +2 -1
  82. package/es/Input/Select/Select.d.ts +2 -2
  83. package/es/Input/Select/Select.js +13 -12
  84. package/es/Input/Select/SelectItem.d.ts +2 -2
  85. package/es/Input/Select/SelectItem.js +2 -1
  86. package/es/Input/Select/SelectList.js +2 -1
  87. package/es/Input/Select/SelectStyle.js +7 -7
  88. package/es/Input/TextField/TextField.d.ts +65 -3
  89. package/es/Input/TextField/TextField.js +6 -4
  90. package/es/Input/TextField/TextField.stories.d.ts +1 -0
  91. package/es/Input/TextField/TextField.stories.js +6 -0
  92. package/es/Input/TextField/TextFieldStyle.d.ts +1 -0
  93. package/es/Input/TextField/TextFieldStyle.js +7 -3
  94. package/es/Input/Textarea/Textarea.js +3 -2
  95. package/es/Input/ToggleSwitch/Styles.js +2 -2
  96. package/es/Input/ToggleSwitch/ToggleSwitch.js +2 -1
  97. package/es/Layout/Box/constants.js +2 -2
  98. package/es/Layout/Box/index.js +1 -1
  99. package/es/Layout/Box/types.js +1 -0
  100. package/es/Layout/Flex/Flex.stories.js +2 -2
  101. package/es/Layout/Flex/FlexStoryStyle.js +2 -2
  102. package/es/Layout/Flex/index.d.ts +3 -1
  103. package/es/Layout/Flex/index.js +2 -1
  104. package/es/Layout/Grid/Col.js +2 -1
  105. package/es/Layout/Grid/Row.js +2 -1
  106. package/es/Navigation/Breadcrumb/Breadcrumb.d.ts +2 -2
  107. package/es/Navigation/Breadcrumb/Breadcrumb.js +2 -1
  108. package/es/Navigation/Breadcrumb/BreadcrumbItem.d.ts +2 -2
  109. package/es/Navigation/Breadcrumb/BreadcrumbItem.js +2 -1
  110. package/es/Navigation/Breadcrumb/BreadcrumbStyle.js +2 -2
  111. package/es/Navigation/Drawer/Drawer.d.ts +1 -1
  112. package/es/Navigation/Drawer/Drawer.js +3 -2
  113. package/es/Navigation/Dropdown/Dropdown.js +2 -1
  114. package/es/Navigation/Dropdown/DropdownItem.d.ts +2 -2
  115. package/es/Navigation/Dropdown/DropdownItem.js +2 -1
  116. package/es/Utils/Icon/IconLibrary.d.ts +2 -0
  117. package/es/Utils/Icon/IconLibrary.js +16 -0
  118. package/es/Utils/Shadow/ShadowsStoriesHelpers.js +2 -2
  119. package/es/index.d.ts +2 -0
  120. package/es/index.js +2 -0
  121. package/lib/Display/Accordion/Accordion.js +9 -5
  122. package/lib/Display/Accordion/Accordion.stories.js +1 -1
  123. package/lib/Display/Accordion/AccordionPanel.d.ts +2 -2
  124. package/lib/Display/Accordion/AccordionPanel.js +7 -3
  125. package/lib/Display/Accordion/AccordionStyle.js +5 -3
  126. package/lib/Display/Collapsible/Collapsible.js +7 -3
  127. package/lib/Display/Collapsible/Collapsible.stories.js +3 -2
  128. package/lib/Display/Collapsible/CollapsibleStyle.js +5 -3
  129. package/lib/Display/Gallery/Gallery.js +4 -2
  130. package/lib/Display/Gallery/Gallery.stories.js +1 -1
  131. package/lib/Display/Gallery/GalleryStyle.js +6 -6
  132. package/lib/Display/Modal/Modal.js +7 -3
  133. package/lib/Display/Modal/Modal.stories.js +8 -4
  134. package/lib/Display/Modal/ModalStyle.js +7 -7
  135. package/lib/Display/PointingModal/PointingModal.d.ts +2 -2
  136. package/lib/Display/PointingModal/PointingModal.js +7 -3
  137. package/lib/Display/PointingModal/PointingModal.stories.js +1 -1
  138. package/lib/Display/PointingModal/PointingModalBody.d.ts +2 -2
  139. package/lib/Display/PointingModal/PointingModalBody.js +7 -3
  140. package/lib/Display/PointingModal/PointingModalFooter.js +7 -3
  141. package/lib/Display/PointingModal/PointingModalHeader.d.ts +2 -2
  142. package/lib/Display/PointingModal/PointingModalHeader.js +7 -3
  143. package/lib/Display/PointingModal/PointingModalItem.d.ts +2 -2
  144. package/lib/Display/PointingModal/PointingModalItem.js +7 -3
  145. package/lib/Display/PointingModal/PointingModalStyle.js +7 -7
  146. package/lib/Display/Popover/Popover.js +4 -2
  147. package/lib/Display/Popover/Popover.stories.js +1 -1
  148. package/lib/Display/Popover/PopoverStyle.js +5 -3
  149. package/lib/Display/Slider/LeftArrow.js +4 -2
  150. package/lib/Display/Slider/RightArrow.js +4 -2
  151. package/lib/Display/Slider/Slider.d.ts +1 -1
  152. package/lib/Display/Slider/Slider.js +6 -3
  153. package/lib/Display/Slider/Slider.stories.js +1 -1
  154. package/lib/Display/Slider/SliderItem.js +4 -2
  155. package/lib/Display/Slider/SliderStyle.js +5 -3
  156. package/lib/Display/Swipeable/Swipeable.js +4 -2
  157. package/lib/Display/Swipeable/Swipeable.stories.js +1 -1
  158. package/lib/Display/Swipeable/SwipeableItem.d.ts +2 -2
  159. package/lib/Display/Swipeable/SwipeableItem.js +7 -3
  160. package/lib/Display/Swipeable/SwipeableStyle.js +4 -4
  161. package/lib/Display/Tabs/TabPane.d.ts +2 -2
  162. package/lib/Display/Tabs/TabPane.js +7 -3
  163. package/lib/Display/Tabs/Tabs.js +4 -2
  164. package/lib/Display/Tabs/Tabs.stories.js +1 -1
  165. package/lib/Display/Tabs/TabsStyle.js +5 -5
  166. package/lib/Display/Tooltip/Tooltip.js +7 -3
  167. package/lib/Display/Tooltip/Tooltip.stories.js +6 -4
  168. package/lib/Display/Tooltip/TooltipStyle.d.ts +1 -2
  169. package/lib/General/Alert/Alert.js +4 -2
  170. package/lib/General/Alert/Alert.stories.js +5 -3
  171. package/lib/General/Alert/AlertStyle.js +9 -7
  172. package/lib/General/Badge/Badge.d.ts +2 -2
  173. package/lib/General/Badge/Badge.js +7 -3
  174. package/lib/General/Badge/Badge.stories.js +2 -2
  175. package/lib/General/Badge/BadgeStyle.js +1 -1
  176. package/lib/General/Brand/Brand.d.ts +2 -2
  177. package/lib/General/Brand/Brand.js +7 -3
  178. package/lib/General/Brand/Brand.stories.js +1 -1
  179. package/lib/General/Brand/BrandStyle.js +2 -2
  180. package/lib/General/Button/Button.js +4 -2
  181. package/lib/General/Button/Button.stories.js +1 -1
  182. package/lib/General/Button/ButtonStyle.js +12 -12
  183. package/lib/General/Button/GhostButton.d.ts +32 -5
  184. package/lib/General/Button/GhostButton.js +7 -3
  185. package/lib/General/Button/LinkButton.d.ts +28 -5
  186. package/lib/General/Button/LinkButton.js +7 -3
  187. package/lib/General/Button/SolidButton.d.ts +32 -5
  188. package/lib/General/Button/SolidButton.js +7 -3
  189. package/lib/General/Button/SolidShadowButton.d.ts +31 -5
  190. package/lib/General/Button/SolidShadowButton.js +7 -3
  191. package/lib/General/Divider/Divider.js +3 -1
  192. package/lib/General/Divider/Divider.stories.js +5 -3
  193. package/lib/General/Heading/Heading.js +3 -1
  194. package/lib/General/Heading/Heading.stories.js +3 -2
  195. package/lib/General/Icon/Icon.js +8 -4
  196. package/lib/General/Icon/IconStoriesHelpers.js +5 -3
  197. package/lib/General/Icon/IconStyle.js +1 -1
  198. package/lib/General/Icon/LegacyIcon.js +4 -2
  199. package/lib/General/Icon/components/AddCircleOutlineIcon.js +4 -2
  200. package/lib/General/Icon/components/AddCircleSolidIcon.js +4 -2
  201. package/lib/General/Icon/components/AddIcon.js +4 -2
  202. package/lib/General/Icon/components/ArrowBackDoubleIcon.js +4 -2
  203. package/lib/General/Icon/components/ArrowBackIcon.js +4 -2
  204. package/lib/General/Icon/components/ArrowBackSolidIcon.js +4 -2
  205. package/lib/General/Icon/components/ArrowDownCircleOutlineIcon.js +4 -2
  206. package/lib/General/Icon/components/ArrowDownIcon.js +4 -2
  207. package/lib/General/Icon/components/ArrowDownSolidIcon.js +4 -2
  208. package/lib/General/Icon/components/ArrowNextDoubleIcon.js +4 -2
  209. package/lib/General/Icon/components/ArrowNextIcon.js +4 -2
  210. package/lib/General/Icon/components/ArrowNextSolidIcon.js +4 -2
  211. package/lib/General/Icon/components/ArrowRoundBackIcon.js +4 -2
  212. package/lib/General/Icon/components/ArrowRoundForwardIcon.js +4 -2
  213. package/lib/General/Icon/components/ArrowUpIcon.js +4 -2
  214. package/lib/General/Icon/components/ArrowUpSolidIcon.js +4 -2
  215. package/lib/General/Icon/components/AsteriskSolidIcon.js +4 -2
  216. package/lib/General/Icon/components/AttachmentIcon.js +4 -2
  217. package/lib/General/Icon/components/BehanceIcon.js +4 -2
  218. package/lib/General/Icon/components/BellIcon.js +4 -2
  219. package/lib/General/Icon/components/BookmarkIcon.js +4 -2
  220. package/lib/General/Icon/components/BookmarkOutlineIcon.js +4 -2
  221. package/lib/General/Icon/components/BookmarkRoundedOutlineIcon.js +4 -2
  222. package/lib/General/Icon/components/BoxWithHandleSolidIcon.js +4 -2
  223. package/lib/General/Icon/components/BriefcaseSolidIcon.js +4 -2
  224. package/lib/General/Icon/components/BuildingSolidIcon.js +4 -2
  225. package/lib/General/Icon/components/BulletListIcon.js +4 -2
  226. package/lib/General/Icon/components/CalendarIcon.js +4 -2
  227. package/lib/General/Icon/components/CameraIcon.js +4 -2
  228. package/lib/General/Icon/components/ChecklistIcon.js +4 -2
  229. package/lib/General/Icon/components/CheckmarkIcon.js +4 -2
  230. package/lib/General/Icon/components/CheckmarkSolidIcon.js +4 -2
  231. package/lib/General/Icon/components/CheckmarkThickIcon.js +4 -2
  232. package/lib/General/Icon/components/CircleAndCheckIcon.js +4 -2
  233. package/lib/General/Icon/components/CircleIcon.js +4 -2
  234. package/lib/General/Icon/components/ClipboardCheckOutlineIcon.js +4 -2
  235. package/lib/General/Icon/components/ClipboardIcon.js +4 -2
  236. package/lib/General/Icon/components/ClockIcon.js +4 -2
  237. package/lib/General/Icon/components/CloseCircleSolidIcon.js +4 -2
  238. package/lib/General/Icon/components/CloseIcon.js +4 -2
  239. package/lib/General/Icon/components/CloudDownloadIcon.js +4 -2
  240. package/lib/General/Icon/components/CloudUploadIcon.js +4 -2
  241. package/lib/General/Icon/components/CodepenIcon.js +4 -2
  242. package/lib/General/Icon/components/CommunityIcon.js +4 -2
  243. package/lib/General/Icon/components/CompassIcon.js +4 -2
  244. package/lib/General/Icon/components/ConnectionIcon.js +4 -2
  245. package/lib/General/Icon/components/CopyIcon.js +4 -2
  246. package/lib/General/Icon/components/CopyLinkIcon.js +4 -2
  247. package/lib/General/Icon/components/CopyOutlinedIcon.js +4 -2
  248. package/lib/General/Icon/components/CurrencyIcon.js +4 -2
  249. package/lib/General/Icon/components/DeleteIcon.js +4 -2
  250. package/lib/General/Icon/components/DiscountSolidIcon.js +4 -2
  251. package/lib/General/Icon/components/DocumentCheckIcon.js +4 -2
  252. package/lib/General/Icon/components/DotIcon.js +4 -2
  253. package/lib/General/Icon/components/DoubleCheckmarkIcon.js +4 -2
  254. package/lib/General/Icon/components/DoveIcon.js +4 -2
  255. package/lib/General/Icon/components/DownloadIcon.js +4 -2
  256. package/lib/General/Icon/components/DragArrowIcon.js +4 -2
  257. package/lib/General/Icon/components/DragStripesIcon.js +4 -2
  258. package/lib/General/Icon/components/EditIcon.js +4 -2
  259. package/lib/General/Icon/components/EditOutlineIcon.js +4 -2
  260. package/lib/General/Icon/components/ExclamationIcon.js +4 -2
  261. package/lib/General/Icon/components/ExitFullScreenIcon.js +4 -2
  262. package/lib/General/Icon/components/ExternalLinkIcon.js +4 -2
  263. package/lib/General/Icon/components/EyeIcon.js +4 -2
  264. package/lib/General/Icon/components/EyeSlashedIcon.js +4 -2
  265. package/lib/General/Icon/components/EyeSolidIcon.js +4 -2
  266. package/lib/General/Icon/components/FacebookIcon.js +4 -2
  267. package/lib/General/Icon/components/FileAlternateIcon.js +4 -2
  268. package/lib/General/Icon/components/FileIcon.js +4 -2
  269. package/lib/General/Icon/components/FilePreviewIcon.js +4 -2
  270. package/lib/General/Icon/components/FileSolidIcon.js +4 -2
  271. package/lib/General/Icon/components/FilterIcon.js +4 -2
  272. package/lib/General/Icon/components/FlagIcon.js +4 -2
  273. package/lib/General/Icon/components/FolderIcon.js +4 -2
  274. package/lib/General/Icon/components/FullScreenIcon.js +4 -2
  275. package/lib/General/Icon/components/GithubIcon.js +4 -2
  276. package/lib/General/Icon/components/GlobeIcon.js +4 -2
  277. package/lib/General/Icon/components/GraduationHatIcon.js +4 -2
  278. package/lib/General/Icon/components/GroupIcon.js +4 -2
  279. package/lib/General/Icon/components/GuaranteeIcon.js +4 -2
  280. package/lib/General/Icon/components/HandIcon.js +4 -2
  281. package/lib/General/Icon/components/HandShakeIcon.js +4 -2
  282. package/lib/General/Icon/components/HeartIcon.js +4 -2
  283. package/lib/General/Icon/components/HeartSolidIcon.js +4 -2
  284. package/lib/General/Icon/components/HelpIcon.js +4 -2
  285. package/lib/General/Icon/components/HomeIcon.js +4 -2
  286. package/lib/General/Icon/components/HourglassIcon.js +4 -2
  287. package/lib/General/Icon/components/ImageIcon.js +4 -2
  288. package/lib/General/Icon/components/InfoIcon.js +4 -2
  289. package/lib/General/Icon/components/InfoSolidIcon.js +4 -2
  290. package/lib/General/Icon/components/InstagramIcon.js +4 -2
  291. package/lib/General/Icon/components/JobOutlineIcon.js +4 -2
  292. package/lib/General/Icon/components/JobSearchIcon.js +4 -2
  293. package/lib/General/Icon/components/LightbulbIcon.js +4 -2
  294. package/lib/General/Icon/components/LightningOutlineIcon.js +4 -2
  295. package/lib/General/Icon/components/LineIcon.js +4 -2
  296. package/lib/General/Icon/components/LinkedinIcon.js +4 -2
  297. package/lib/General/Icon/components/LoadingIcon.js +4 -2
  298. package/lib/General/Icon/components/LocationIcon.js +4 -2
  299. package/lib/General/Icon/components/LockSolidIcon.js +4 -2
  300. package/lib/General/Icon/components/MailIcon.js +4 -2
  301. package/lib/General/Icon/components/MailSolidIcon.js +4 -2
  302. package/lib/General/Icon/components/MedalIcon.js +4 -2
  303. package/lib/General/Icon/components/MenuHalfIcon.js +4 -2
  304. package/lib/General/Icon/components/MenuIcon.js +4 -2
  305. package/lib/General/Icon/components/MessageOutlineIcon.d.ts +4 -0
  306. package/lib/General/Icon/components/MessageOutlineIcon.js +27 -0
  307. package/lib/General/Icon/components/MessageOutlineIncomingIcon.d.ts +4 -0
  308. package/lib/General/Icon/components/MessageOutlineIncomingIcon.js +33 -0
  309. package/lib/General/Icon/components/MicIcon.js +4 -2
  310. package/lib/General/Icon/components/MicOffIcon.js +4 -2
  311. package/lib/General/Icon/components/MinusCircleIcon.js +4 -2
  312. package/lib/General/Icon/components/MinusCircleSolidIcon.js +4 -2
  313. package/lib/General/Icon/components/MinusIcon.js +4 -2
  314. package/lib/General/Icon/components/MoreHorizontalIcon.js +4 -2
  315. package/lib/General/Icon/components/MoreIcon.js +4 -2
  316. package/lib/General/Icon/components/NameTagIcon.js +4 -2
  317. package/lib/General/Icon/components/NotificationIcon.js +4 -2
  318. package/lib/General/Icon/components/NumberListIcon.js +4 -2
  319. package/lib/General/Icon/components/OnlineIcon.js +4 -2
  320. package/lib/General/Icon/components/PdfIcon.js +4 -2
  321. package/lib/General/Icon/components/PdfOutlineIcon.js +4 -2
  322. package/lib/General/Icon/components/PhoneIcon.js +4 -2
  323. package/lib/General/Icon/components/PowerIcon.js +4 -2
  324. package/lib/General/Icon/components/PuzzleIcon.js +4 -2
  325. package/lib/General/Icon/components/QuestionOutlineIcon.js +4 -2
  326. package/lib/General/Icon/components/QuotationIcon.js +4 -2
  327. package/lib/General/Icon/components/RefreshSolidIcon.js +4 -2
  328. package/lib/General/Icon/components/ReplyIcon.js +4 -2
  329. package/lib/General/Icon/components/ResumeOutlineIcon.js +4 -2
  330. package/lib/General/Icon/components/RotateIcon.js +4 -2
  331. package/lib/General/Icon/components/RssIcon.js +4 -2
  332. package/lib/General/Icon/components/SalaryIcon.js +4 -2
  333. package/lib/General/Icon/components/SaveSolidIcon.js +4 -2
  334. package/lib/General/Icon/components/SearchIcon.js +4 -2
  335. package/lib/General/Icon/components/SendIcon.js +4 -2
  336. package/lib/General/Icon/components/SettingIcon.js +4 -2
  337. package/lib/General/Icon/components/SettingSolidIcon.js +4 -2
  338. package/lib/General/Icon/components/ShareArrowIcon.js +4 -2
  339. package/lib/General/Icon/components/ShareArrowOutlineIcon.js +4 -2
  340. package/lib/General/Icon/components/ShareIcon.js +4 -2
  341. package/lib/General/Icon/components/ShareOutlineIcon.js +4 -2
  342. package/lib/General/Icon/components/ShareScreenIcon.js +4 -2
  343. package/lib/General/Icon/components/ShieldCheckIcon.js +4 -2
  344. package/lib/General/Icon/components/SpeakerIcon.js +4 -2
  345. package/lib/General/Icon/components/SpeechBubbleIcon.js +4 -2
  346. package/lib/General/Icon/components/SpeechBubbleOutlineIcon.js +4 -2
  347. package/lib/General/Icon/components/SpinnerIcon.js +4 -2
  348. package/lib/General/Icon/components/StackIcon.js +4 -2
  349. package/lib/General/Icon/components/StarCircleIcon.js +4 -2
  350. package/lib/General/Icon/components/StarIcon.js +4 -2
  351. package/lib/General/Icon/components/StarOutlineIcon.js +4 -2
  352. package/lib/General/Icon/components/TagIcon.js +4 -2
  353. package/lib/General/Icon/components/TaskIcon.js +4 -2
  354. package/lib/General/Icon/components/TelegramIcon.js +4 -2
  355. package/lib/General/Icon/components/ThumbsUpIcon.js +4 -2
  356. package/lib/General/Icon/components/ThumbsUpOutlineIcon.js +4 -2
  357. package/lib/General/Icon/components/TicketSolidIcon.js +4 -2
  358. package/lib/General/Icon/components/TieIcon.js +4 -2
  359. package/lib/General/Icon/components/TrashIcon.js +4 -2
  360. package/lib/General/Icon/components/TvPlayIcon.js +4 -2
  361. package/lib/General/Icon/components/TwitterIcon.js +4 -2
  362. package/lib/General/Icon/components/UploadIcon.js +4 -2
  363. package/lib/General/Icon/components/UpvoteIcon.js +4 -2
  364. package/lib/General/Icon/components/UserCogIcon.js +4 -2
  365. package/lib/General/Icon/components/UserIcon.js +4 -2
  366. package/lib/General/Icon/components/UserWrenchIcon.js +4 -2
  367. package/lib/General/Icon/components/VideoIcon.js +4 -2
  368. package/lib/General/Icon/components/VideoOffIcon.js +4 -2
  369. package/lib/General/Icon/components/ViewIcon.js +4 -2
  370. package/lib/General/Icon/components/VimeoIcon.js +4 -2
  371. package/lib/General/Icon/components/WarningCircleSolidIcon.js +4 -2
  372. package/lib/General/Icon/components/WarningIcon.js +4 -2
  373. package/lib/General/Icon/components/WarningOutlineIcon.js +4 -2
  374. package/lib/General/Icon/components/WarningSolidIcon.js +4 -2
  375. package/lib/General/Icon/components/WhatsappIcon.js +4 -2
  376. package/lib/General/Icon/components/YoutubeIcon.js +4 -2
  377. package/lib/General/Icon/components/ZaloIcon.js +4 -2
  378. package/lib/General/Icon/components/index.d.ts +2 -0
  379. package/lib/General/Icon/components/index.js +10 -2
  380. package/lib/General/Loading/Loading.stories.js +5 -3
  381. package/lib/General/Loading/LoadingStyle.js +6 -4
  382. package/lib/General/ProfilePicture/ProfilePicture.d.ts +2 -2
  383. package/lib/General/ProfilePicture/ProfilePicture.js +7 -3
  384. package/lib/General/ProfilePicture/ProfilePicture.stories.js +1 -1
  385. package/lib/General/ProfilePicture/ProfilePictureStyle.js +3 -3
  386. package/lib/General/Tag/ActionTags/AddTag.js +1 -1
  387. package/lib/General/Tag/ActionTags/ResetTag.js +1 -1
  388. package/lib/General/Tag/BasicTag.d.ts +2 -2
  389. package/lib/General/Tag/BasicTag.js +7 -3
  390. package/lib/General/Tag/Tag.js +7 -3
  391. package/lib/General/Tag/Tag.stories.js +1 -1
  392. package/lib/General/Tag/TagStyle.js +1 -1
  393. package/lib/General/Typography/Paragraph.js +7 -3
  394. package/lib/General/Typography/Paragraph.stories.js +1 -1
  395. package/lib/General/Typography/ParagraphStyles.js +1 -1
  396. package/lib/General/Typography/Title.js +7 -3
  397. package/lib/General/Typography/Title.stories.js +1 -1
  398. package/lib/General/Typography/TitleStyles.js +1 -1
  399. package/lib/General/Typography/Typography.js +4 -2
  400. package/lib/Input/Checkbox/Checkbox.js +7 -3
  401. package/lib/Input/Checkbox/Checkbox.stories.js +5 -3
  402. package/lib/Input/Checkbox/CheckboxStyle.js +1 -1
  403. package/lib/Input/Datepicker/Datepicker.d.ts +1 -1
  404. package/lib/Input/Datepicker/Datepicker.js +4 -2
  405. package/lib/Input/Datepicker/DatepickerStyle.js +13 -13
  406. package/lib/Input/DownshiftSelect/Select.js +10 -6
  407. package/lib/Input/DownshiftSelect/Select.stories.js +13 -11
  408. package/lib/Input/DownshiftSelect/SelectStyle.js +17 -17
  409. package/lib/Input/NumberInput/NumberInput.d.ts +2 -2
  410. package/lib/Input/NumberInput/NumberInput.js +4 -2
  411. package/lib/Input/NumberInput/NumberInput.stories.js +5 -3
  412. package/lib/Input/PhoneNumberInput/PhoneNumberInput.js +9 -5
  413. package/lib/Input/PhoneNumberInput/PhoneNumberInput.stories.js +5 -3
  414. package/lib/Input/PhoneNumberInput/PhoneNumberInputStyles.js +5 -3
  415. package/lib/Input/RadioButton/RadioButton.d.ts +1 -1
  416. package/lib/Input/RadioButton/RadioButton.js +7 -3
  417. package/lib/Input/RadioButton/RadioButton.stories.js +1 -1
  418. package/lib/Input/RadioButton/RadioButtonStyle.js +5 -3
  419. package/lib/Input/SearchFilter/SearchFilterStyle.js +1 -1
  420. package/lib/Input/Select/Select.d.ts +2 -2
  421. package/lib/Input/Select/Select.js +18 -14
  422. package/lib/Input/Select/Select.stories.js +1 -1
  423. package/lib/Input/Select/SelectItem.d.ts +2 -2
  424. package/lib/Input/Select/SelectItem.js +7 -3
  425. package/lib/Input/Select/SelectList.js +7 -3
  426. package/lib/Input/Select/SelectStyle.js +8 -8
  427. package/lib/Input/TextField/TextField.d.ts +65 -3
  428. package/lib/Input/TextField/TextField.js +11 -6
  429. package/lib/Input/TextField/TextField.stories.d.ts +1 -0
  430. package/lib/Input/TextField/TextField.stories.js +12 -3
  431. package/lib/Input/TextField/TextFieldStyle.d.ts +1 -0
  432. package/lib/Input/TextField/TextFieldStyle.js +11 -4
  433. package/lib/Input/Textarea/Textarea.js +3 -2
  434. package/lib/Input/Textarea/Textarea.stories.js +5 -3
  435. package/lib/Input/Textarea/TextareaStyle.js +1 -1
  436. package/lib/Input/ToggleSwitch/Styles.js +3 -3
  437. package/lib/Input/ToggleSwitch/ToggleSwitch.js +7 -3
  438. package/lib/Input/ToggleSwitch/ToggleSwitch.stories.js +1 -1
  439. package/lib/Layout/Box/Box.stories.js +5 -3
  440. package/lib/Layout/Box/BoxStoryStyle.js +1 -1
  441. package/lib/Layout/Box/constants.js +2 -2
  442. package/lib/Layout/Box/index.js +6 -4
  443. package/lib/Layout/Flex/Flex.stories.js +7 -5
  444. package/lib/Layout/Flex/FlexStoryStyle.js +3 -3
  445. package/lib/Layout/Flex/index.d.ts +3 -1
  446. package/lib/Layout/Flex/index.js +8 -4
  447. package/lib/Layout/GlintsContainer/GlintsContainer.js +5 -3
  448. package/lib/Layout/Grid/Col.js +7 -3
  449. package/lib/Layout/Grid/Row.js +7 -3
  450. package/lib/Navigation/Breadcrumb/Breadcrumb.d.ts +2 -2
  451. package/lib/Navigation/Breadcrumb/Breadcrumb.js +7 -3
  452. package/lib/Navigation/Breadcrumb/Breadcrumb.stories.js +1 -1
  453. package/lib/Navigation/Breadcrumb/BreadcrumbItem.d.ts +2 -2
  454. package/lib/Navigation/Breadcrumb/BreadcrumbItem.js +7 -3
  455. package/lib/Navigation/Breadcrumb/BreadcrumbStyle.js +3 -3
  456. package/lib/Navigation/Drawer/Drawer.d.ts +1 -1
  457. package/lib/Navigation/Drawer/Drawer.js +8 -4
  458. package/lib/Navigation/Drawer/Drawer.stories.js +5 -3
  459. package/lib/Navigation/Drawer/DrawerStyle.js +4 -2
  460. package/lib/Navigation/Dropdown/Dropdown.js +7 -3
  461. package/lib/Navigation/Dropdown/Dropdown.stories.js +1 -1
  462. package/lib/Navigation/Dropdown/DropdownItem.d.ts +2 -2
  463. package/lib/Navigation/Dropdown/DropdownItem.js +7 -3
  464. package/lib/Navigation/Dropdown/DropdownStyle.js +1 -1
  465. package/lib/Utils/Colors.js +1 -1
  466. package/lib/Utils/ColorsStoriesHelpers.js +1 -1
  467. package/lib/Utils/DelayedUnmount.js +4 -2
  468. package/lib/Utils/Icon/IconLibrary.d.ts +2 -0
  469. package/lib/Utils/Icon/IconLibrary.js +20 -2
  470. package/lib/Utils/Icon/generateIcons.js +4 -2
  471. package/lib/Utils/Shadow/ShadowsStoriesHelpers.js +3 -3
  472. package/lib/Utils/StyleConfig.js +1 -1
  473. package/lib/index.d.ts +2 -0
  474. package/lib/index.js +11 -3
  475. package/lib/stories/story-components/AriesStatus.js +4 -2
  476. package/package.json +31 -35
@@ -10,7 +10,7 @@ export declare const isFilled: (type: textFieldType, value: any) => boolean;
10
10
  * internal text field input. */
11
11
  export declare const TextField: React.FunctionComponent<Props>;
12
12
  export declare type textFieldType = 'text' | 'password' | 'number';
13
- export interface Props extends React.ComponentPropsWithoutRef<typeof TextFieldInput> {
13
+ export declare type Props = React.ComponentPropsWithoutRef<typeof TextFieldInput> & {
14
14
  type: textFieldType;
15
15
  /** Placeholder for the text field. */
16
16
  label: string;
@@ -28,6 +28,68 @@ export interface Props extends React.ComponentPropsWithoutRef<typeof TextFieldIn
28
28
  forwardedRef?: React.RefObject<HTMLInputElement>;
29
29
  /** Icon at the start of the input element. */
30
30
  startIcon?: React.ReactNode;
31
- }
32
- declare const _default: React.ForwardRefExoticComponent<Pick<Props, string | number> & React.RefAttributes<HTMLInputElement>>;
31
+ /** Icon at the end of the input element. */
32
+ endIcon?: React.ReactNode;
33
+ };
34
+ declare const _default: React.ForwardRefExoticComponent<(Pick<Pick<{
35
+ [x: string]: any;
36
+ [x: number]: any;
37
+ [x: symbol]: any;
38
+ } & {
39
+ theme?: any;
40
+ } & {
41
+ as?: string | React.ComponentType<any>;
42
+ forwardedAs?: string | React.ComponentType<any>;
43
+ }, string | number | symbol> & {
44
+ type: textFieldType;
45
+ /** Placeholder for the text field. */
46
+ label: string;
47
+ disabled?: boolean;
48
+ className?: string;
49
+ removeFloatingLabel?: boolean;
50
+ /** If true, removes the input content with clear icon. Works for type "text" only. */
51
+ allowClear?: boolean;
52
+ /** Minimum value of the "number" type input */
53
+ min?: number;
54
+ /** Maximum value of the "number" type input. */
55
+ max?: number;
56
+ /** Step value for the "number" type input */
57
+ step?: number;
58
+ forwardedRef?: React.RefObject<HTMLInputElement>;
59
+ /** Icon at the start of the input element. */
60
+ startIcon?: React.ReactNode;
61
+ /** Icon at the end of the input element. */
62
+ endIcon?: React.ReactNode;
63
+ }, string | number | symbol> | Pick<Pick<{
64
+ [x: string]: any;
65
+ [x: number]: any;
66
+ [x: symbol]: any;
67
+ } & {
68
+ theme?: any;
69
+ } & {
70
+ children?: React.ReactNode;
71
+ } & {
72
+ as?: string | React.ComponentType<any>;
73
+ forwardedAs?: string | React.ComponentType<any>;
74
+ }, string | number | symbol> & {
75
+ type: textFieldType;
76
+ /** Placeholder for the text field. */
77
+ label: string;
78
+ disabled?: boolean;
79
+ className?: string;
80
+ removeFloatingLabel?: boolean;
81
+ /** If true, removes the input content with clear icon. Works for type "text" only. */
82
+ allowClear?: boolean;
83
+ /** Minimum value of the "number" type input */
84
+ min?: number;
85
+ /** Maximum value of the "number" type input. */
86
+ max?: number;
87
+ /** Step value for the "number" type input */
88
+ step?: number;
89
+ forwardedRef?: React.RefObject<HTMLInputElement>;
90
+ /** Icon at the start of the input element. */
91
+ startIcon?: React.ReactNode;
92
+ /** Icon at the end of the input element. */
93
+ endIcon?: React.ReactNode;
94
+ }, string | number | symbol>) & React.RefAttributes<HTMLInputElement>>;
33
95
  export default _default;
@@ -1,9 +1,10 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
3
+ var _excluded = ["value", "status", "onKeyDown", "disableTyping", "small", "type", "label", "disabled", "className", "removeFloatingLabel", "allowClear", "forwardedRef", "onChange", "startIcon", "endIcon"];
3
4
  import * as React from 'react';
4
5
  import classNames from 'classnames';
5
6
  import { EyeIcon, EyeSlashedIcon, CloseCircleSolidIcon } from '../../General/Icon/components';
6
- import { TextFieldContainer, TextFieldInput, TextFieldLabel, IconContainer, StartIconContainer } from './TextFieldStyle';
7
+ import { TextFieldContainer, TextFieldInput, TextFieldLabel, IconContainer, StartIconContainer, EndIconContainer } from './TextFieldStyle';
7
8
  export var isFilled = function isFilled(type, value) {
8
9
  if (value === undefined || value === null) return false;
9
10
  if (type === 'number') return !isNaN(parseInt(value));
@@ -35,7 +36,8 @@ export var TextField = function TextField(_ref) {
35
36
  forwardedRef = _ref.forwardedRef,
36
37
  onChange = _ref.onChange,
37
38
  startIcon = _ref.startIcon,
38
- restProps = _objectWithoutPropertiesLoose(_ref, ["value", "status", "onKeyDown", "disableTyping", "small", "type", "label", "disabled", "className", "removeFloatingLabel", "allowClear", "forwardedRef", "onChange", "startIcon"]);
39
+ endIcon = _ref.endIcon,
40
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded);
39
41
 
40
42
  var _React$useState = React.useState(false),
41
43
  floating = _React$useState[0],
@@ -74,7 +76,7 @@ export var TextField = function TextField(_ref) {
74
76
  }, /*#__PURE__*/React.createElement(TextFieldInput, _extends({
75
77
  ref: forwardedRef,
76
78
  type: inputType,
77
- placeholder: removeFloatingLabel && label,
79
+ placeholder: removeFloatingLabel ? label : undefined,
78
80
  status: status,
79
81
  disabled: disabled,
80
82
  onChange: onChange,
@@ -99,7 +101,7 @@ export var TextField = function TextField(_ref) {
99
101
  onClick: handleShowPassword
100
102
  }, inputType === 'password' ? /*#__PURE__*/React.createElement(EyeSlashedIcon, {
101
103
  "data-testid": "invisible-icon"
102
- }) : /*#__PURE__*/React.createElement(EyeIcon, null)));
104
+ }) : /*#__PURE__*/React.createElement(EyeIcon, null)), endIcon && /*#__PURE__*/React.createElement(EndIconContainer, null, endIcon));
103
105
  };
104
106
 
105
107
  var forwardRef = function forwardRef(props, ref) {
@@ -5,4 +5,5 @@ export declare const Interactive: any;
5
5
  export declare const TextFieldWithClearIcon: any;
6
6
  export declare const Disabled: any;
7
7
  export declare const TextFieldWithStartIcon: any;
8
+ export declare const TextFieldWithEndIcon: any;
8
9
  export declare const PasswordField: any;
@@ -47,6 +47,12 @@ TextFieldWithStartIcon.args = {
47
47
  type: 'text',
48
48
  startIcon: /*#__PURE__*/React.createElement(SearchIcon, null)
49
49
  };
50
+ export var TextFieldWithEndIcon = Template.bind({});
51
+ TextFieldWithEndIcon.args = {
52
+ label: 'Description',
53
+ type: 'text',
54
+ endIcon: /*#__PURE__*/React.createElement(SearchIcon, null)
55
+ };
50
56
  export var PasswordField = Template.bind({});
51
57
  PasswordField.args = {
52
58
  label: 'Description',
@@ -1,5 +1,6 @@
1
1
  export declare const IconContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
2
2
  export declare const StartIconContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
3
+ export declare const EndIconContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
3
4
  export declare const TextFieldContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
4
5
  export declare const TextFieldLabel: import("styled-components").StyledComponent<"label", any, TextFieldLabelProps, never>;
5
6
  declare type statusType = 'success' | 'error';
@@ -9,13 +9,17 @@ export var StartIconContainer = styled.div.withConfig({
9
9
  displayName: "TextFieldStyle__StartIconContainer",
10
10
  componentId: "sc-5sd02x-1"
11
11
  })(["position:absolute;display:flex;left:16px;svg{fill:#666666;}"]);
12
+ export var EndIconContainer = styled.div.withConfig({
13
+ displayName: "TextFieldStyle__EndIconContainer",
14
+ componentId: "sc-5sd02x-2"
15
+ })(["position:absolute;display:flex;right:16px;svg{fill:#666666;}"]);
12
16
  export var TextFieldContainer = styled.div.withConfig({
13
17
  displayName: "TextFieldStyle__TextFieldContainer",
14
- componentId: "sc-5sd02x-2"
18
+ componentId: "sc-5sd02x-3"
15
19
  })(["position:relative;display:flex;align-items:center;flex-grow:1;"]);
16
20
  export var TextFieldLabel = styled.label.withConfig({
17
21
  displayName: "TextFieldStyle__TextFieldLabel",
18
- componentId: "sc-5sd02x-3"
22
+ componentId: "sc-5sd02x-4"
19
23
  })(["position:absolute;left:", ";margin-right:1px;overflow:hidden;color:#666666;transition:all .2s;pointer-events:none;font-weight:400;font-size:", ";", " ", " ", ""], function (_ref) {
20
24
  var small = _ref.small;
21
25
  return small ? '16px' : '22px';
@@ -44,7 +48,7 @@ export var TextFieldLabel = styled.label.withConfig({
44
48
  });
45
49
  export var TextFieldInput = styled.input.withConfig({
46
50
  displayName: "TextFieldStyle__TextFieldInput",
47
- componentId: "sc-5sd02x-4"
51
+ componentId: "sc-5sd02x-5"
48
52
  })(["position:relative;width:100%;outline:none;font-size:", ";padding:", ";border:unset;border-radius:", ";transition:all .5s;background-color:", ";", " ", " &:hover{transition:all .5s;background-color:", ";~ ", "{color:#666666;}}&:focus{background-color:", ";", " ~ ", "{padding:0 5px;top:1em;transform:", ";transition:all .2s;font-size:12px;right:auto;background-color:", ";}}&:disabled{cursor:not-allowed;background:", ";+ ", "{background:transparent;color:", ";}}"], function (_ref6) {
49
53
  var small = _ref6.small;
50
54
  return small ? '14px' : '16px';
@@ -1,5 +1,6 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
3
+ var _excluded = ["label", "value", "status", "disabled", "className", "onBlur", "onChange", "forwardedRef", "removeFloatingLabel", "small"];
3
4
  import React from 'react';
4
5
  import classNames from 'classnames';
5
6
  import isFunction from 'lodash/isFunction';
@@ -31,7 +32,7 @@ export var Textarea = function Textarea(_ref) {
31
32
  removeFloatingLabel = _ref$removeFloatingLa === void 0 ? false : _ref$removeFloatingLa,
32
33
  _ref$small = _ref.small,
33
34
  small = _ref$small === void 0 ? false : _ref$small,
34
- restProps = _objectWithoutPropertiesLoose(_ref, ["label", "value", "status", "disabled", "className", "onBlur", "onChange", "forwardedRef", "removeFloatingLabel", "small"]);
35
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded);
35
36
 
36
37
  var _React$useState = React.useState(false),
37
38
  floating = _React$useState[0],
@@ -77,7 +78,7 @@ export var Textarea = function Textarea(_ref) {
77
78
  className: classNames('aries-textarea', className)
78
79
  }, /*#__PURE__*/React.createElement(TextareaInput, _extends({
79
80
  ref: textareaInputRef,
80
- placeholder: removeFloatingLabel && label,
81
+ placeholder: removeFloatingLabel ? label : undefined,
81
82
  rows: rows,
82
83
  status: status,
83
84
  disabled: disabled,
@@ -8,14 +8,14 @@ var DEFAULTS = {
8
8
  };
9
9
  var Toggle = styled.button.withConfig({
10
10
  displayName: "Styles__Toggle",
11
- componentId: "bsue54-0"
11
+ componentId: "sc-bsue54-0"
12
12
  })(["cursor:pointer;display:flex;align-items:center;overflow:hidden;position:relative;transform:translate3d(0,0,0);background-color:", ";height:25px;width:56px;border-radius:14px;padding:0px;border:none;"], function (_ref) {
13
13
  var active = _ref.active;
14
14
  return active ? DEFAULTS.activeBackgroundColor : DEFAULTS.inactiveBackgroundColor;
15
15
  });
16
16
  var ToggleBall = styled.div.withConfig({
17
17
  displayName: "Styles__ToggleBall",
18
- componentId: "bsue54-1"
18
+ componentId: "sc-bsue54-1"
19
19
  })(["display:flex;justify-content:center;align-items:center;border-radius:50%;transition:transform 0.3s cubic-bezier(1,0.19,0.15,0.7);transition-delay:0.1s;background-color:", ";height:19px;width:19px;margin:3px;transform:", ";&:active{background-color:", ";}"], DEFAULTS.inactiveBallColor, function (props) {
20
20
  return props.active ? "translateX(31px)" : 'translateX(0px)';
21
21
  }, DEFAULTS.activeBallColor);
@@ -1,5 +1,6 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
3
+ var _excluded = ["active", "defaultActive", "iconOptions", "onChange", "className"];
3
4
  import * as React from 'react';
4
5
  import classNames from 'classnames';
5
6
  import { SecondaryColor, Greyscale } from '../../Utils/Colors';
@@ -13,7 +14,7 @@ export var ToggleSwitch = function ToggleSwitch(_ref) {
13
14
  iconOptions = _ref.iconOptions,
14
15
  onChange = _ref.onChange,
15
16
  className = _ref.className,
16
- defaultProps = _objectWithoutPropertiesLoose(_ref, ["active", "defaultActive", "iconOptions", "onChange", "className"]);
17
+ defaultProps = _objectWithoutPropertiesLoose(_ref, _excluded);
17
18
 
18
19
  var _React$useState = React.useState(active || defaultActive),
19
20
  innerActive = _React$useState[0],
@@ -1,8 +1,8 @@
1
1
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
2
2
 
3
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
3
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
4
4
 
5
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
5
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
6
6
 
7
7
  import { Shadow } from '../../Utils/Shadow';
8
8
  import { Spacing } from '../../Layout/Spacing';
@@ -23,7 +23,7 @@ var theme = {
23
23
  };
24
24
  export var StyledBox = styled.div.withConfig({
25
25
  displayName: "Box__StyledBox",
26
- componentId: "pr7b7l-0"
26
+ componentId: "sc-pr7b7l-0"
27
27
  })(["", " ", ""], space, shadow);
28
28
  export var Box = function Box(props) {
29
29
  return /*#__PURE__*/React.createElement(StyledBox, _extends({
@@ -0,0 +1 @@
1
+ export {};
@@ -1,8 +1,8 @@
1
1
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
2
2
 
3
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
3
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
4
4
 
5
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
5
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
6
6
 
7
7
  import React from 'react';
8
8
  import { Flex } from './index';
@@ -2,9 +2,9 @@ import styled from 'styled-components';
2
2
  import { Flex as BaseFlex } from '../../../src/Layout/Flex';
3
3
  export var Item = styled.span.withConfig({
4
4
  displayName: "FlexStoryStyle__Item",
5
- componentId: "jlb02q-0"
5
+ componentId: "sc-jlb02q-0"
6
6
  })(["display:flex;justify-content:center;align-items:center;width:50px;height:50px;background-color:#f3f3f3;"]);
7
7
  export var Flex = styled(BaseFlex).withConfig({
8
8
  displayName: "FlexStoryStyle__Flex",
9
- componentId: "jlb02q-1"
9
+ componentId: "sc-jlb02q-1"
10
10
  })(["width:500px;height:150px;padding:16px;background-color:#4caf50;"]);
@@ -4,6 +4,8 @@ import { FlexProps } from './types';
4
4
  declare type Props = FlexProps & BoxProps & {
5
5
  style?: React.CSSProperties;
6
6
  };
7
- export declare const StyledFlex: import("styled-components").StyledComponent<React.FC<BoxProps>, any, Props, never>;
7
+ export declare const StyledFlex: import("styled-components").StyledComponent<React.FC<BoxProps>, any, FlexProps & BoxProps & {
8
+ style?: React.CSSProperties;
9
+ }, never>;
8
10
  export declare const Flex: React.FC<Props>;
9
11
  export {};
@@ -1,5 +1,6 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
3
+ var _excluded = ["flexDirection", "justifyContent", "alignItems", "flexWrap"];
3
4
  import * as React from 'react';
4
5
  import styled from 'styled-components';
5
6
  import { Box } from '../Box';
@@ -28,7 +29,7 @@ export var Flex = function Flex(_ref5) {
28
29
  alignItems = _ref5$alignItems === void 0 ? 'stretch' : _ref5$alignItems,
29
30
  _ref5$flexWrap = _ref5.flexWrap,
30
31
  flexWrap = _ref5$flexWrap === void 0 ? 'nowrap' : _ref5$flexWrap,
31
- restProps = _objectWithoutPropertiesLoose(_ref5, ["flexDirection", "justifyContent", "alignItems", "flexWrap"]);
32
+ restProps = _objectWithoutPropertiesLoose(_ref5, _excluded);
32
33
 
33
34
  return /*#__PURE__*/React.createElement(StyledFlex, _extends({
34
35
  flexDirection: flexDirection,
@@ -1,5 +1,6 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
3
+ var _excluded = ["xs", "sm", "md", "xsOrder", "smOrder", "mdOrder", "children"];
3
4
  import * as React from 'react';
4
5
  import { ColumnContainer } from './GridStyle';
5
6
  export var Col = function Col(_ref) {
@@ -10,7 +11,7 @@ export var Col = function Col(_ref) {
10
11
  smOrder = _ref.smOrder,
11
12
  mdOrder = _ref.mdOrder,
12
13
  children = _ref.children,
13
- defaultProps = _objectWithoutPropertiesLoose(_ref, ["xs", "sm", "md", "xsOrder", "smOrder", "mdOrder", "children"]);
14
+ defaultProps = _objectWithoutPropertiesLoose(_ref, _excluded);
14
15
 
15
16
  return /*#__PURE__*/React.createElement(ColumnContainer
16
17
  /** Set number of columns you wish to span for extra small devices like phone (<=640px) */
@@ -1,5 +1,6 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
3
+ var _excluded = ["children", "alignContent", "justifyContent"];
3
4
  import * as React from 'react';
4
5
  import { RowContainer } from './GridStyle';
5
6
 
@@ -7,7 +8,7 @@ var Row = function Row(_ref) {
7
8
  var children = _ref.children,
8
9
  alignContent = _ref.alignContent,
9
10
  justifyContent = _ref.justifyContent,
10
- defaultProps = _objectWithoutPropertiesLoose(_ref, ["children", "alignContent", "justifyContent"]);
11
+ defaultProps = _objectWithoutPropertiesLoose(_ref, _excluded);
11
12
 
12
13
  return /*#__PURE__*/React.createElement(RowContainer, _extends({
13
14
  alignContent: alignContent,
@@ -5,7 +5,7 @@ export declare const Breadcrumb: Breadcrumb;
5
5
  declare type Breadcrumb = React.FunctionComponent<Props> & {
6
6
  Item: typeof BreadcrumbItem;
7
7
  };
8
- export interface Props extends React.ComponentPropsWithoutRef<typeof BreadcrumbContainer> {
8
+ export declare type Props = React.ComponentPropsWithoutRef<typeof BreadcrumbContainer> & {
9
9
  children: React.ReactNode;
10
- }
10
+ };
11
11
  export default Breadcrumb;
@@ -1,5 +1,6 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
3
+ var _excluded = ["className", "children"];
3
4
  import * as React from 'react';
4
5
  import classNames from 'classnames';
5
6
  import { BreadcrumbContainer } from './BreadcrumbStyle';
@@ -7,7 +8,7 @@ import BreadcrumbItem from './BreadcrumbItem';
7
8
  export var Breadcrumb = function Breadcrumb(_ref) {
8
9
  var className = _ref.className,
9
10
  children = _ref.children,
10
- defaultProps = _objectWithoutPropertiesLoose(_ref, ["className", "children"]);
11
+ defaultProps = _objectWithoutPropertiesLoose(_ref, _excluded);
11
12
 
12
13
  return /*#__PURE__*/React.createElement(BreadcrumbContainer, _extends({
13
14
  className: classNames('aries-breadcrumb', className)
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react';
2
2
  import { BreadcrumbItemWrapper } from './BreadcrumbStyle';
3
3
  declare const BreadcrumbItem: React.FunctionComponent<Props>;
4
- interface Props extends React.ComponentPropsWithoutRef<typeof BreadcrumbItemWrapper> {
4
+ declare type Props = React.ComponentPropsWithoutRef<typeof BreadcrumbItemWrapper> & {
5
5
  children: React.ReactNode;
6
- }
6
+ };
7
7
  export default BreadcrumbItem;
@@ -1,5 +1,6 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
3
+ var _excluded = ["active", "className", "children"];
3
4
  import * as React from 'react';
4
5
  import { BreadcrumbItemWrapper } from './BreadcrumbStyle';
5
6
  import classNames from 'classnames';
@@ -8,7 +9,7 @@ var BreadcrumbItem = function BreadcrumbItem(props) {
8
9
  var active = props.active,
9
10
  className = props.className,
10
11
  children = props.children,
11
- defaultProps = _objectWithoutPropertiesLoose(props, ["active", "className", "children"]);
12
+ defaultProps = _objectWithoutPropertiesLoose(props, _excluded);
12
13
 
13
14
  return /*#__PURE__*/React.createElement(BreadcrumbItemWrapper, _extends({
14
15
  className: classNames('aries-breadcrumb-item', className),
@@ -2,7 +2,7 @@ import styled from 'styled-components';
2
2
  import { Greyscale } from '../../Utils/Colors';
3
3
  export var BreadcrumbItemWrapper = styled.label.withConfig({
4
4
  displayName: "BreadcrumbStyle__BreadcrumbItemWrapper",
5
- componentId: "eq3cq-0"
5
+ componentId: "sc-eq3cq-0"
6
6
  })(["cursor:", ";font-size:1em;line-height:1.5;*{color:", ";}span{margin:0 1em;color:#aaaaaa;}"], function (_ref) {
7
7
  var active = _ref.active;
8
8
  return active ? 'default' : 'pointer';
@@ -12,5 +12,5 @@ export var BreadcrumbItemWrapper = styled.label.withConfig({
12
12
  });
13
13
  export var BreadcrumbContainer = styled.div.withConfig({
14
14
  displayName: "BreadcrumbStyle__BreadcrumbContainer",
15
- componentId: "eq3cq-1"
15
+ componentId: "sc-eq3cq-1"
16
16
  })(["position:relative;display:flex;background-color:", ";padding:1em;label.aries-breadcrumb-item:last-child span{display:none;}"], Greyscale.softgrey);
@@ -4,7 +4,7 @@ export declare type DrawerPosition = 'left' | 'right';
4
4
  export interface Props {
5
5
  children: React.ReactNode;
6
6
  isOpen: boolean;
7
- onClose: Function;
7
+ onClose: () => void;
8
8
  getContainerElement?: () => HTMLElement;
9
9
  position?: DrawerPosition;
10
10
  }
@@ -1,5 +1,6 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
3
+ var _excluded = ["children", "isOpen", "onClose", "position", "getContainerElement"];
3
4
  import * as React from 'react';
4
5
  import { DrawerContainer, DrawerWrapper } from './DrawerStyle';
5
6
 
@@ -10,7 +11,7 @@ var Drawer = function Drawer(_ref) {
10
11
  _ref$position = _ref.position,
11
12
  position = _ref$position === void 0 ? 'right' : _ref$position,
12
13
  getContainerElement = _ref.getContainerElement,
13
- defaultProps = _objectWithoutPropertiesLoose(_ref, ["children", "isOpen", "onClose", "position", "getContainerElement"]);
14
+ defaultProps = _objectWithoutPropertiesLoose(_ref, _excluded);
14
15
 
15
16
  React.useEffect(function preventContainerScrolling() {
16
17
  if (!getContainerElement) return;
@@ -23,7 +24,7 @@ var Drawer = function Drawer(_ref) {
23
24
  }
24
25
 
25
26
  return function () {
26
- return containerElement.style.overflow = 'scroll';
27
+ containerElement.style.overflow = 'scroll';
27
28
  };
28
29
  }, [getContainerElement, isOpen]);
29
30
  return /*#__PURE__*/React.createElement(DrawerContainer, {
@@ -1,5 +1,6 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
3
+ var _excluded = ["label", "showHoverLine", "dropDownPlacement", "noLineBreak", "iconDefaultColor", "showFullWidth", "disabled", "hoverToOpen", "onChange", "children", "leftIcon", "className", "itemElement"];
3
4
  import * as React from 'react';
4
5
  import classNames from 'classnames';
5
6
  import { ArrowDownIcon } from '../../General/Icon/components';
@@ -27,7 +28,7 @@ export var Dropdown = function Dropdown(_ref) {
27
28
  leftIcon = _ref.leftIcon,
28
29
  className = _ref.className,
29
30
  itemElement = _ref.itemElement,
30
- defaultProps = _objectWithoutPropertiesLoose(_ref, ["label", "showHoverLine", "dropDownPlacement", "noLineBreak", "iconDefaultColor", "showFullWidth", "disabled", "hoverToOpen", "onChange", "children", "leftIcon", "className", "itemElement"]);
31
+ defaultProps = _objectWithoutPropertiesLoose(_ref, _excluded);
31
32
 
32
33
  var dropdownBodyRef = React.useRef(null);
33
34
 
@@ -1,9 +1,9 @@
1
1
  import * as React from 'react';
2
2
  import { DropdownItemWrapper } from './DropdownStyle';
3
3
  declare const DropdownItem: React.FunctionComponent<Props>;
4
- export interface Props extends React.ComponentPropsWithoutRef<typeof DropdownItemWrapper> {
4
+ export declare type Props = React.ComponentPropsWithoutRef<typeof DropdownItemWrapper> & {
5
5
  value?: any;
6
6
  onClick?: (e: React.MouseEvent<HTMLLIElement, MouseEvent>) => void;
7
7
  children: React.ReactNode;
8
- }
8
+ };
9
9
  export default DropdownItem;
@@ -1,12 +1,13 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
3
+ var _excluded = ["children", "className"];
3
4
  import * as React from 'react';
4
5
  import { DropdownItemWrapper } from './DropdownStyle';
5
6
 
6
7
  var DropdownItem = function DropdownItem(props) {
7
8
  var children = props.children,
8
9
  className = props.className,
9
- defaultProps = _objectWithoutPropertiesLoose(props, ["children", "className"]);
10
+ defaultProps = _objectWithoutPropertiesLoose(props, _excluded);
10
11
 
11
12
  return /*#__PURE__*/React.createElement(DropdownItemWrapper, _extends({
12
13
  className: className
@@ -106,6 +106,8 @@ export declare const ICONS: {
106
106
  MEDAL: JSX.Element;
107
107
  MENU: JSX.Element;
108
108
  MENU_HALF: JSX.Element;
109
+ MESSAGE_OUTLINE: JSX.Element;
110
+ MESSAGE_OUTLINE_INCOMING: JSX.Element;
109
111
  MIC: JSX.Element;
110
112
  MIC_OFF: JSX.Element;
111
113
  MINUS: JSX.Element;
@@ -480,6 +480,22 @@ export var ICONS = {
480
480
  MENU_HALF: /*#__PURE__*/React.createElement("path", {
481
481
  d: "M0 14h100v8H0v-8zm20 32h80v8H20v-8zM0 78h100v8H0v-8z"
482
482
  }),
483
+ MESSAGE_OUTLINE: /*#__PURE__*/React.createElement("g", {
484
+ transform: "scale(4)"
485
+ }, /*#__PURE__*/React.createElement("path", {
486
+ d: "M10.875 12C10.875 12.2984 10.9935 12.5845 11.2045 12.7955C11.4155 13.0065 11.7016 13.125 12 13.125C12.2984 13.125 12.5845 13.0065 12.7955 12.7955C13.0065 12.5845 13.125 12.2984 13.125 12C13.125 11.7016 13.0065 11.4155 12.7955 11.2045C12.5845 10.9935 12.2984 10.875 12 10.875C11.7016 10.875 11.4155 10.9935 11.2045 11.2045C10.9935 11.4155 10.875 11.7016 10.875 12ZM15.5625 12C15.5625 12.2984 15.681 12.5845 15.892 12.7955C16.103 13.0065 16.3891 13.125 16.6875 13.125C16.9859 13.125 17.272 13.0065 17.483 12.7955C17.694 12.5845 17.8125 12.2984 17.8125 12C17.8125 11.7016 17.694 11.4155 17.483 11.2045C17.272 10.9935 16.9859 10.875 16.6875 10.875C16.3891 10.875 16.103 10.9935 15.892 11.2045C15.681 11.4155 15.5625 11.7016 15.5625 12ZM6.18751 12C6.18751 12.2984 6.30604 12.5845 6.51702 12.7955C6.72799 13.0065 7.01414 13.125 7.31251 13.125C7.61088 13.125 7.89703 13.0065 8.10801 12.7955C8.31898 12.5845 8.43751 12.2984 8.43751 12C8.43751 11.7016 8.31898 11.4155 8.10801 11.2045C7.89703 10.9935 7.61088 10.875 7.31251 10.875C7.01414 10.875 6.72799 10.9935 6.51702 11.2045C6.30604 11.4155 6.18751 11.7016 6.18751 12ZM21.6844 7.93125C21.1547 6.67266 20.3953 5.54297 19.4274 4.57266C18.4662 3.60796 17.3251 2.84114 16.0688 2.31563C14.7797 1.77422 13.4109 1.5 12 1.5H11.9531C10.5328 1.50703 9.15704 1.78828 7.86329 2.34141C6.61772 2.87232 5.48735 3.64049 4.53517 4.60312C3.57657 5.57109 2.82423 6.69609 2.30392 7.95C1.76485 9.24844 1.49298 10.6289 1.50001 12.0492C1.50796 13.6769 1.89304 15.2806 2.62501 16.7344V20.2969C2.62501 20.5828 2.7386 20.857 2.94079 21.0592C3.14297 21.2614 3.4172 21.375 3.70314 21.375H7.26798C8.72179 22.107 10.3255 22.492 11.9531 22.5H12.0024C13.4063 22.5 14.768 22.2281 16.05 21.6961C17.3 21.1768 18.4368 20.419 19.3969 19.4648C20.3649 18.5063 21.1266 17.3859 21.6586 16.1367C22.2117 14.843 22.493 13.4672 22.5 12.0469C22.507 10.6195 22.2305 9.23438 21.6844 7.93125ZM18.143 18.1969C16.5 19.8234 14.3203 20.7188 12 20.7188H11.9602C10.5469 20.7117 9.14298 20.3602 7.90314 19.6992L7.70626 19.5938H4.40626V16.2938L4.30079 16.0969C3.63985 14.857 3.28829 13.4531 3.28126 12.0398C3.27189 9.70312 4.16485 7.50937 5.80314 5.85703C7.43907 4.20469 9.62579 3.29062 11.9625 3.28125H12.0024C13.1742 3.28125 14.3109 3.50859 15.382 3.95859C16.4274 4.39687 17.3649 5.02734 18.1711 5.83359C18.975 6.6375 19.6078 7.57734 20.0461 8.62266C20.5008 9.70547 20.7281 10.8539 20.7234 12.0398C20.7094 14.3742 19.793 16.5609 18.143 18.1969Z"
487
+ })),
488
+ MESSAGE_OUTLINE_INCOMING: /*#__PURE__*/React.createElement("g", {
489
+ transform: "scale(4)"
490
+ }, /*#__PURE__*/React.createElement("path", {
491
+ d: "M9.87513 11C9.87513 11.2984 9.99366 11.5845 10.2046 11.7955C10.4156 12.0065 10.7018 12.125 11.0001 12.125C11.2985 12.125 11.5846 12.0065 11.7956 11.7955C12.0066 11.5845 12.1251 11.2984 12.1251 11C12.1251 10.7016 12.0066 10.4155 11.7956 10.2045C11.5846 9.99353 11.2985 9.875 11.0001 9.875C10.7018 9.875 10.4156 9.99353 10.2046 10.2045C9.99366 10.4155 9.87513 10.7016 9.87513 11V11ZM14.5626 11C14.5626 11.2984 14.6812 11.5845 14.8921 11.7955C15.1031 12.0065 15.3893 12.125 15.6876 12.125C15.986 12.125 16.2721 12.0065 16.4831 11.7955C16.6941 11.5845 16.8126 11.2984 16.8126 11C16.8126 10.7016 16.6941 10.4155 16.4831 10.2045C16.2721 9.99353 15.986 9.875 15.6876 9.875C15.3893 9.875 15.1031 9.99353 14.8921 10.2045C14.6812 10.4155 14.5626 10.7016 14.5626 11ZM5.18763 11C5.18763 11.2984 5.30616 11.5845 5.51714 11.7955C5.72812 12.0065 6.01426 12.125 6.31263 12.125C6.611 12.125 6.89715 12.0065 7.10813 11.7955C7.31911 11.5845 7.43763 11.2984 7.43763 11C7.43763 10.7016 7.31911 10.4155 7.10813 10.2045C6.89715 9.99353 6.611 9.875 6.31263 9.875C6.01426 9.875 5.72812 9.99353 5.51714 10.2045C5.30616 10.4155 5.18763 10.7016 5.18763 11V11ZM20.6845 6.93125C20.1548 5.67266 19.3954 4.54297 18.4275 3.57266C17.4663 2.60796 16.3252 1.84114 15.0689 1.31563C13.7798 0.774219 12.4111 0.5 11.0001 0.5H10.9533C9.53295 0.507031 8.15716 0.788281 6.86341 1.34141C5.61785 1.87232 4.48747 2.64049 3.53529 3.60312C2.5767 4.57109 1.82435 5.69609 1.30404 6.95C0.764977 8.24844 0.493102 9.62891 0.500133 11.0492C0.508086 12.6769 0.893161 14.2806 1.62513 15.7344V19.2969C1.62513 19.5828 1.73872 19.857 1.94091 20.0592C2.1431 20.2614 2.41732 20.375 2.70326 20.375H6.2681C7.72192 21.107 9.32559 21.492 10.9533 21.5H11.0025C12.4064 21.5 13.7681 21.2281 15.0501 20.6961C16.3001 20.1768 17.4369 19.419 18.397 18.4648C19.365 17.5062 20.1267 16.3859 20.6587 15.1367C21.2119 13.843 21.4931 12.4672 21.5001 11.0469C21.5072 9.61953 21.2306 8.23437 20.6845 6.93125V6.93125ZM17.1431 17.1969C15.5001 18.8234 13.3204 19.7188 11.0001 19.7188H10.9603C9.54701 19.7117 8.1431 19.3602 6.90326 18.6992L6.70638 18.5938H3.40638V15.2938L3.30091 15.0969C2.63998 13.857 2.28841 12.4531 2.28138 11.0398C2.27201 8.70313 3.16498 6.50937 4.80326 4.85703C6.4392 3.20469 8.62591 2.29063 10.9626 2.28125H11.0025C12.1744 2.28125 13.3111 2.50859 14.3822 2.95859C15.4275 3.39687 16.365 4.02734 17.1712 4.83359C17.9751 5.6375 18.6079 6.57734 19.0462 7.62266C19.5009 8.70547 19.7283 9.85391 19.7236 11.0398C19.7095 13.3742 18.7931 15.5609 17.1431 17.1969V17.1969Z"
492
+ }), /*#__PURE__*/React.createElement("ellipse", {
493
+ cx: "17.5",
494
+ cy: "6.8402",
495
+ rx: "4.5",
496
+ ry: "4.8695",
497
+ fill: "#F01818"
498
+ })),
483
499
  MIC: /*#__PURE__*/React.createElement("g", {
484
500
  transform: "scale(4, 4)"
485
501
  }, /*#__PURE__*/React.createElement("path", {
@@ -5,11 +5,11 @@ export var levels = [[Shadow.up1, Shadow.down1], [Shadow.up2, Shadow.down2], [Sh
5
5
  export var levelUsages = ['Elements that uses shadow by default', 'Elements in hovered state', 'Sticky elements, dropdown elements', 'Alerts'];
6
6
  export var PreviewCell = styled.div.withConfig({
7
7
  displayName: "ShadowsStoriesHelpers__PreviewCell",
8
- componentId: "cigkku-0"
8
+ componentId: "sc-cigkku-0"
9
9
  })(["background-color:white;padding:16px;display:flex;*{margin-top:0 !important;margin-bottom:0 !important;}"]);
10
10
  export var PreviewBox = styled.div.withConfig({
11
11
  displayName: "ShadowsStoriesHelpers__PreviewBox",
12
- componentId: "cigkku-1"
12
+ componentId: "sc-cigkku-1"
13
13
  })(["box-shadow:", ";margin:16px;border:1px solid black;background-color:", ";width:32px;height:32px;"], function (_ref) {
14
14
  var shadow = _ref.shadow;
15
15
  return shadow;
package/es/index.d.ts CHANGED
@@ -147,6 +147,8 @@ export { default as MailSolidIcon } from './General/Icon/components/MailSolidIco
147
147
  export { default as MedalIcon } from './General/Icon/components/MedalIcon';
148
148
  export { default as MenuIcon } from './General/Icon/components/MenuIcon';
149
149
  export { default as MenuHalfIcon } from './General/Icon/components/MenuHalfIcon';
150
+ export { default as MessageOutlineIcon } from './General/Icon/components/MessageOutlineIcon';
151
+ export { default as MessageOutlineIncomingIcon } from './General/Icon/components/MessageOutlineIncomingIcon';
150
152
  export { default as MicIcon } from './General/Icon/components/MicIcon';
151
153
  export { default as MicOffIcon } from './General/Icon/components/MicOffIcon';
152
154
  export { default as MinusIcon } from './General/Icon/components/MinusIcon';
package/es/index.js CHANGED
@@ -151,6 +151,8 @@ export { default as MailSolidIcon } from './General/Icon/components/MailSolidIco
151
151
  export { default as MedalIcon } from './General/Icon/components/MedalIcon';
152
152
  export { default as MenuIcon } from './General/Icon/components/MenuIcon';
153
153
  export { default as MenuHalfIcon } from './General/Icon/components/MenuHalfIcon';
154
+ export { default as MessageOutlineIcon } from './General/Icon/components/MessageOutlineIcon';
155
+ export { default as MessageOutlineIncomingIcon } from './General/Icon/components/MessageOutlineIncomingIcon';
154
156
  export { default as MicIcon } from './General/Icon/components/MicIcon';
155
157
  export { default as MicOffIcon } from './General/Icon/components/MicOffIcon';
156
158
  export { default as MinusIcon } from './General/Icon/components/MinusIcon';